td, th {
    border-left: 2px solid;
    text-align: center;
    font-weight: 700;
    font-size: 0.6rem;
    padding: 0px;
    border-bottom: 1px solid #e5e1e1;
}
.text-sm {
    font-size: 0.6rem;
}

th {
    border-bottom: 2px solid #c5c5c5;
}

.highligh-td {
    background: yellow;
    border-bottom: 1px solid #c5c5c5;
}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    td, th {
        font-weight: 700;
        font-size: 1.5rem;
        padding: 15px;
    
    }

    .text-sm {
        font-size: 1rem;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}
