@use "helpers";

.table {
    tbody {
        tr {
            border: 1px solid helpers.$borders;
            border-width: 1px;
        }
    }
    td {
        @media (max-width: 767px) {
            padding: 4px !important;
            text-align: center;

            a {
                font-size: 12px;
            }
        }
    }
}
