table thead th {
    color: white !important;
    background-color: #000 !important;
}

table thead th img, .team-background img {
    -webkit-filter: drop-shadow(1px 0px 0px white) drop-shadow(-1px 0px 0px white) drop-shadow(0px 1px 0px white) drop-shadow(0px -1px 0px white) !important;
    filter: drop-shadow(1px 0px 0px white) drop-shadow(-1px 0px 0px white) drop-shadow(0px 1px 0px white) drop-shadow(0px -1px 0px white) !important;
}

table caption, table tfoot td, table tfoot th, table thead td, table thead th {
    background-color: #000 !important;
}

.tabs ul {
    border-bottom-color: #000 !important;
}

.tabs ul li a {
    border: 0 !important;
}

.tabs ul li a:hover, .tabs ul li.is-active{
    background-color: #000 !important;
    color: white !important;
}

.tabs li.is-active a {
    border-bottom-color: #000 !important;
    color: white !important;
    background-color: #000 !important;
}

.team-background {
    background-color: #000 !important;
}

.team-background p {
    color: white !important;
}
