.table-wrap {overflow-x:auto;padding:18px}
.game-table {width:100%;border-collapse:collapse;color:#40270f;font-size:12px}
.game-table th {padding:10px 12px;text-align:left;color:#f1dfbe;background:#473f36;font:700 11px Cinzel,serif;letter-spacing:.4px}
.game-table td {padding:11px 12px;border:1px solid rgba(125,91,46,.25)}
.game-table tbody tr:nth-child(odd) {background:rgba(255,241,207,.38)}
.game-table tbody tr:nth-child(even) {background:rgba(151,113,62,.15)}
.game-table a {color:#074b98;font-weight:700;text-decoration:none}
.game-table a:hover {text-decoration:underline}
.online-players-table th:nth-child(2),.online-players-table td:nth-child(2) {width:90px;text-align:center}
.online-players-table th:nth-child(3),.online-players-table td:nth-child(3) {width:180px}
.online {display:block;text-decoration:none}
.online:hover {border-color:#8a754f;background:#151e20}
.deaths-table th:first-child,.deaths-table td:first-child {width:45px;text-align:center}
.deaths-table th:nth-child(2),.deaths-table td:nth-child(2) {width:175px;white-space:nowrap}
.frag-table th:first-child,.frag-table td:first-child {width:100px;text-align:center}
.frag-table th:last-child,.frag-table td:last-child {width:120px;text-align:center}
.podium {display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:20px 18px 4px;border:1px solid #8f6d3d;background:#8f6d3d}
.podium__place {position:relative;min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background:linear-gradient(#e8d4aa,#cdb184);text-align:center}
.podium__place>span {position:absolute;top:10px;left:12px;color:#7c5727;font:700 11px Cinzel,serif}
.podium__medal {width:44px;height:44px;display:grid;place-items:center;margin-bottom:9px;border-radius:50%;background:#79531f;color:#ffd979;border:3px double #e3b858;font-size:21px}
.podium__place--2 .podium__medal {background:#60666a;color:#e6ebee;border-color:#aeb8be}
.podium__place--3 .podium__medal {background:#743f28;color:#edb38c;border-color:#ad6f4c}
.podium__place a {color:#074b98;font:700 14px Cinzel,serif;text-decoration:none}
.podium__place b {margin-top:5px;color:#672319;font-size:12px}
@media(max-width:700px){.podium{grid-template-columns:1fr}.deaths-table th:nth-child(2),.deaths-table td:nth-child(2){width:auto}.game-table td{padding:9px 8px}}
