.table thead tr {
    border-top: none !important;
}

.table thead tr td {
    border-left: none !important;
}
.table thead tr .l-border{
    border-left: none;

}

.table thead tr .t-border{
    border-top: 1px solid #f58220 !important;

}

.table thead tr .r-border{
    border-right: none !important;

}
.table tbody tr td {
    border-left: none !important;
    vertical-align: middle;
}
.table tbody tr .r-border{
    border-right: none !important;

}

/* @media (max-width: 767px) {
    table {
        display: block;
        overflow-x: auto;
    }
} */
