body {
    font-family: Verdana, serif;
    font-size: 12pt;
    background-color: #161616;
    color: #f7f9fa;
}

body.matches {
    color: #000000;
}

.inline-error {
    color: #721c24;
    background-color: #f8d7da;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
}

.container {
    color: #000000;
    background-color: #f7f9fa;
    min-height: 80%;
    padding-bottom: 10px;
    padding-top: 6px;
}

.footer {
    width: 100%;
    margin-top: 20px;
    background-color: #161616;
    color: #747474;
    font-size: 8pt;
}

.card {
    margin-bottom: 5px;
}

.info-header {
    margin-top: 5px;
    margin-bottom: 15px;
}

span.section-settings {
    right: 20px;
    position: absolute;
}

.template-wrapper {
    margin-top: 10px;
}

table {
    width: 100%;
}

div.even,
tr.even {
    background-color: #f8f8f8;
}

.hidden {
    display: none;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.small {
    width: 48px;
    text-align: center;
}

.small.wider {
    width: 100px;
    text-align: right;
}

.survived,
.lobbyid {
    text-align: center;
    font-size: 8pt;
}

.endmatch {
    border-bottom: 1px solid #b19f9f;
    height: 2px;
}

.winplace {
    font-size: 14pt;
}

td.winplace {
    width: 84px;
}

.topten {
    color: #18a018;
}

.looser {
    color: #ca5013;
}

.map, .mode {
    text-align: center;
}

.map {
    background-color: beige;
}

td.map {
    width: 212px;
}

.map-wrapper {
    position: absolute;
    display: none;
    z-index: 1999;
}


.l-map {
    background-color: #969696;
    height: 512px;
    border: 1px solid black;
    position: relative;
    float: left;
    z-index: 2000;
}

@media (min-width: 769px) {
    .l-map {
        width: 512px;
        float: left;
    }
}

@media (max-width: 768px) {
    .l-map {
        width: 100%;
    }

    .map-wrapper {
        position: initial;
        width: 100%;
    }

    .card.team {
        width: 100%;
    }
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.map-header-table {
    width: 100%;
    border: 0;
}

.map-name {
    text-align: center;
}

.map-icon {
    text-align: right;
    width: 20px;
}

.map-legend {
    line-height: 18px;
    color: #555;
}

.map-legend img,
.map-legend i {
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.map-legend img.narrow {
    margin-left: 2px;
}

.map-legend i {
    width: 18px;
}

.mode {
    background-color: cornsilk;
}

.mode:hover {
    background-color: darkorange;
    cursor: pointer;
}

.parent {
    position: relative;
}

.parent span:not(:first-child) {
    margin-left: -8px;
}

.parent i.fas {
    font-size: larger;
}

.totalteams {
    font-size: small;
    color: black;
}

.team {
    position: absolute;
    background-color: #b19f9f;
    left: -1px;
    top: 25px;
    min-width: 280px;
    z-index: 200;
}

span.killer-rank {
    background-color: tan;
}

.death-header,
.kills-header,
.knownPlayer-header,
.team-header {
    background-color: #ca5013;
    padding: 2px;
}

.death-content,
.kills-content,
.knownPlayer-content
.team-content {
    text-align: left;
    padding: 5px;
}

.team ul {
    margin-left: -40px;
}

.team li {
    white-space: nowrap;
    list-style: none;
}

#heartRateStats {
    position: absolute;
    left: 180px;
    top: 15px;
    font-size: initial;
    color: black;
}

.weapon-main {
    height: 28px;
}

.weapon-melee,
.weapon-handgun {
    height: 32px;
}

.weapon-card {
    width: 350px;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
}

.weapon-card .card-header {
    background-color: #000000b5;
    color: white;
}

a.silent,
a.silent:link,
a.silent:visited,
a.silent:hover {
    color: black;
    outline: none;
    text-decoration: none;
}

a.faint,
a.faint:link,
a.faint:visited,
a.faint:hover {
    color: #454343;
    outline: none;
    text-decoration: none;
}

.profile-image {
    width: 64px;
}

.stats-header {
    font-family: agency;
    text-transform: uppercase;
    font-size: 3vh;
}

.stats-kd {
    font-family: agency;
    text-transform: uppercase;
    color: black;
    font-size: 8vh;
    text-align: center;
}

.stats-kd-indicator {
    position: relative;
    font-size: 2.5vh;
    top: 3vh;
}