body,html {
    background-color: #212529;
    color:#FFF;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size:20px;
    font-style: normal;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('../img/bg.png');
    height:100%;
}
a {
    color:#FF0000;
    text-decoration:underline;
}
a:hover {
    color:#FF0000;
    text-decoration:none;
}
#partners {
    background-color: #FFF;
    height:100px;
}
#partners {
    background-color: #FFF;
    height:100px;
    color:#000;
}
#partners .glide__slide {
    width:275px;
    height:100px;
    margin:0 8px 0 8px;
}
#partners .glide__slide img {
    max-height:68px;
}
#partners .glide__arrows {
    position: absolute;
    top: 0;
    width: 100%;
}
#partners .glide__arrows button {
    height:100px;
    background:none;
    border:none;
}
.navbar {
    padding:0;
}
.navbar .nav-link {
    color:#FFF;
    font-size:26px;
    font-weight: 400;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left:30px;
    padding-right:30px;
}
.navbar .nav-link:hover,
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show {
    color:#FFF;
    background-color:#6a6b6b;
}
.navbar-toggler {
    color:#FFF;
    border:none;
}
.navbar-toggler:focus {
    box-shadow:none;
}
.container.blue {
    background-color:rgba(33, 37, 41, 0.5);
    padding-bottom:30px;
}
#dday {
    color:#FF0000;
    text-align:right;
}
#countdown {
    color:#FF0000;
}
#table {
    font-weight: 200;
}
.nav-container,
.table > :not(caption) > * > * {
    background-color:#383a3b;
}
#table .row-color-1 > td {
    background-color: #ACF3AE;
}
#table .row-color-2 > td {
    background-color: #FAFB92;
}
#table .row-color-3 > td {
    background-color: #ffbfa1;
}
#table .row-color-4 > td {
    background-color: #fd6c6c;
}
#table .dt-empty {
    color:#FFF;
    font-weight:500;
}
div.dt-container .dt-search input {
    background-color:#FFF !important;
    color:#000 !important;
}
div.dt-processing > div:last-child > div {
    background:#383a3b !important;
}

#mapLegend {
    width:375px;
}
#mapLegend td {
    text-align:left;
}
#mapLegend .victims {
    display:block;
    width:25px;
    height:25px;
    border:1px solid #000;
    margin-right:25px;
    background:#FF8080;
}
#mapLegend .scammer {
    width:25px;
}