﻿.table .thead-base tr, .table .thead-base th {
    color: white;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.thead-base {
    background-color: var(--main-color);
}

.no-border-top {
    border-top: none !important;
}
.no-border-bottom {
    border-bottom: none !important;
}
.no-border-left {
    border-left: none !important;
}
.no-border-right {
    border-right: none !important;
}

.border-bottom-double td{
    border-bottom: double #cecece;
}
