/* tabs */
.bootstrap.nav.nav-tabs{
    list-style: none!important;
    border-bottom-color: #000000
}
.bootstrap.nav .nav-link {
    color: #999999;
    font-size: 1.25rem;
    border-radius: 0;
}
.bootstrap.nav.nav-tabs .nav-link:hover,
.bootstrap.nav.nav-tabs .nav-link:focus{
    border-color: transparent;
}
.bootstrap .nav-item{
    margin-bottom: 0;
}
.bootstrap.nav.nav-tabs .nav-link:hover,
.bootstrap.nav.nav-tabs .nav-link:focus,
.bootstrap.nav-tabs .nav-link.active{
    color: #000000;
    background-color: #FFF;
    border: 1px solid transparent;
    border-bottom: 4px solid #000000;
}
.bootstrap .nav-link{
    color: #3198DB;
}
/* tables */
.table-no-style{}
.table-no-style tr{}
.table-no-style td{ border: 0}
.table-no-style tbody tr:nth-child(odd){ background: transparent}

.table-borderless{}
.table-borderless tr{}
.table-borderless td{}

/* buttons */
.btn{
    font-size: 0.75rem;
    border-radius: 0;
}
.btn.btn-outline{
    text-transform: uppercase;
    border: 2px solid #000000;
}