.table-head {
    background-color: white !important;
    font-size: 16px;
    font-weight: bold;
}

.tr-no-data {
    font-size: 16px;
    text-align: center;
    height: 50px;
}

.border-right {
    border-right: gray solid thin;
}

.tr-hidden {
    display: none;
}

@media screen and (max-width: 768px) {
    .table-head {
        font-size: 14px;
    }
}