.btn-info.text-light:hover,
.btn-info.text-light:focus {
    background: #000;
}

table, tbody, td, tfoot, th, thead, tr {
    border-color: #ededed !important;
    border-style: solid;
    border-width: 1px !important;
}
.tab-button {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: #000;
    padding: 0.5rem 1rem;
    cursor: pointer;   
}

.tab-button.active {
    border-bottom-color: #0d6efd;
    color: #0d6efd
}