body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

body a {
    color: #042b54;
    text-decoration: none !important;
}

body a:hover {
    color: #e54688;
}
#rank_table {
    margin-bottom: 0;
}

#rank_table th {
    color: #ffffff;
    text-transform: uppercase;
    height: 36px;
    border: 0;
}

#rank_table td {
    vertical-align: middle !important;
    padding: 3px 5px !important;
    height: 44px;
    border-top: 0;
    border-right: 1px solid #dfdfdf;
    white-space: nowrap;
}

#rank_table td:first-child {
    border-left: 1px solid #dfdfdf;
}

#rank_table td:last-child {
    border-right: none;
    -webkit-box-shadow: inset -1px 0px 0px 0px #dfdfdf;
            box-shadow: inset -1px 0px 0px 0px #dfdfdf;
}

#rank_table th:nth-child(even) {
    background-color: #1e4165;
}

#rank_table th:nth-child(odd) {
    background-color: #365576;
}

#rank_table tfoot th:nth-child(odd) {
    background-color: #1e4165;
}

#rank_table tfoot th:nth-child(even) {
    background-color: #365576;
}

#rank_table .social_links a:hover img {
    -webkit-filter: invert(1) brightness(0.38) sepia(1) hue-rotate(277deg) saturate(3.9);
            filter: invert(1) brightness(0.38) sepia(1) hue-rotate(277deg) saturate(3.9);
}

#regions {
    margin-bottom: 15px;
}

#regions a {
    display: inline-block;
    padding: 7px 12px;
    background: #dfdfdf;
    color: #333;
    margin-bottom: 8px;
    -webkit-transition: all .15s;
    transition: all .15s;
}

#regions a:hover {
    background: #cccccc;
}

#regions a.active {
    background: #1e4165;
    color: #ffffff;
}

#regions a > img {
    max-height: 22px;
    margin-right: 5px;
}

#regions a.active > img {
    -webkit-filter: invert(1);
            filter: invert(1);
}

#regions a span {
    vertical-align: middle;
}

#date {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #444;
    line-height: 28px;
    height: 30px;
    padding: 4px 12px;
}

/* Responsive styling */
@media all and (max-width: 991px) {
    #rank_table th, #rank_table td {
        vertical-align: middle;
        font-size: 11px;
        padding: 4px;
    }
}

@media all and (max-width: 550px) {
    #regions:after {
        content: '';
        display: block;
        clear: both;
    }

    #regions a {
        display: block;
        width: 49.5%;
        text-align: center;
        float: left;
        margin-bottom: 3px;
    }

    #regions a:nth-child(odd) {
        margin-right: 1%;
    }
}
