﻿
/* Game styles */
div.screenshot-buffer {
    position: relative;
    margin-top: 0em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

@media screen and (min-width: 768px) {
    div.screenshot-buffer, h1, h2, h3 {
        font-size: 12pt;
    }

    h1, h2, h3 {
        font-size: 14pt;
    }
}

@media screen and (min-width: 992px) {
    div.screenshot-buffer, h1, h2, h3 {
        font-size: 8pt;
    }

    h1, h2, h3 {
        font-size: 9pt;
    }
}

div.screenshot-buffer:before {
    content: "";
    display: block;
    padding-bottom: 75%;   /* aspect ratio 3/4 */
}

div.screenshot {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat no-repeat;
    background-image: url(https://quakedemos.blob.core.windows.net/maps/thumbnails/_generic.png);
}

div.server {
    background-color: #222;
    margin-top: 1em;
}

div.nomatch {
    display: none !important;
}

div.header {
    overflow: hidden;
    /*margin-top: 1em;*/
    padding: 0.5em 0.5em 0.5em 0.5em;
    background: #111;
    color: #AAA;
}

div.footer {
    padding: 2px 0.5em 2px 0.5em;
    overflow: hidden;
}

div.footer a {
    width: 33%;
    display: block;
    float: left;
    text-align: center;
    border: solid 1px #222;
}

div .footer a:hover { 
    background-color: #444; 
    border: solid 1px #333;
}

a.blocked {
    cursor: no-drop;
    color: grey;
    text-decoration: none;
}

div.footer a.blocked:hover {background-color: inherit; border: solid 1px #222} 

div.header h1 {
    float: left;
    margin: 0;
}

div.header h2 {
    float: right;
    margin: 0;
}

div.rankings {
    margin: 0 35% 0 35%;
    background-image: url('../images/misc/ranking.jpg');
    background-size: 100% 70%;
    background-repeat: no-repeat no-repeat;
    min-height: 30px;
}

div.team-summary {
    background-color: rgba(64, 64, 64, 0.4);
    margin: 0 15% 1em 15%;
}

div.frag-summary {
    background-color: rgba(64, 64, 64, 0.4);
    margin-left: 20%;
    margin-right: 20%;
}

div.game-summary > table {
    width: 100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 100;
    color: white;
    text-shadow: 1px -1px 0 black, -1px -1px 0 black, 1px 1px 0 black, -1px 1px 0 black;
}

div.game-summary th, div.game-summary td {
    padding-right: 0.5em;
    text-align: right;
    width: 4%;
    max-width: 5em;
}

div.game-summary th {
    background-color: rgba(32, 32, 32, 0.7);
}

div.frag-summary td:first-child {
    color: #CCF;
}

div.game-summary th.team, div.game-summary td.team { max-width: 5em; width: 5em; text-align: center; }
div.game-summary th.name, div.game-summary td.name { width: auto; text-align: left; }
div.game-summary th.items, div.game-summary td.items { max-width: 32px; width: 32px; min-width: 32px; text-align: center }

div.team-summary td:first-child, div.team-summary td:nth-child(2), div.team-summary td:nth-child(3) { color: #CCF; }

/* "spec" | "spectator" replaces frags & team */
div.game-summary td.spectator {
    color: orangered;
    text-align: center;
}

/* Packet loss */
div.frag-summary td.pl {
    color: red;
}

div.frag-summary td.pl[data-value='0'] {
    color: white;
}

div.frag-summary td.pl[data-value='1'], div.frag-summary td.pl[data-value='2'] {
    color: yellow;
}

div.frag-summary td.pl[data-value='3'], div.frag-summary td.pl[data-value='4'], div.frag-summary td.pl[data-value='5'] {
    color: orangered;
}

.split-0-0 {
        background-color: rgba(123, 123, 123, 255);
}
.split-0-1 {
        background: linear-gradient(to bottom, rgba(123, 123, 123, 255) 0%, rgba(123, 123, 123, 255) 50%, rgba(83, 59, 27, 255) 50%, rgba(83, 59, 27, 255) 100%);
}
.split-0-2 {
        background: linear-gradient(to bottom, rgba(123, 123, 123, 255) 0%, rgba(123, 123, 123, 255) 50%, rgba(79, 79, 115, 255) 50%, rgba(79, 79, 115, 255) 100%);
}
.split-0-3 {
        background: linear-gradient(to bottom, rgba(123, 123, 123, 255) 0%, rgba(123, 123, 123, 255) 50%, rgba(55, 55, 7, 255) 50%, rgba(55, 55, 7, 255) 100%);
}
.split-0-4 {
        background: linear-gradient(to bottom, rgba(123, 123, 123, 255) 0%, rgba(123, 123, 123, 255) 50%, rgba(71, 0, 0, 255) 50%, rgba(71, 0, 0, 255) 100%);
}
.split-0-5 {
        background: linear-gradient(to bottom, rgba(123, 123, 123, 255) 0%, rgba(123, 123, 123, 255) 50%, rgba(95, 71, 7, 255) 50%, rgba(95, 71, 7, 255) 100%);
}
.split-0-6 {
        background: linear-gradient(to bottom, rgba(123, 123, 123, 255) 0%, rgba(123, 123, 123, 255) 50%, rgba(143, 67, 51, 255) 50%, rgba(143, 67, 51, 255) 100%);
}
.split-0-7 {
        background: linear-gradient(to bottom, rgba(123, 123, 123, 255) 0%, rgba(123, 123, 123, 255) 50%, rgba(127, 83, 63, 255) 50%, rgba(127, 83, 63, 255) 100%);
}
.split-0-8 {
        background: linear-gradient(to bottom, rgba(123, 123, 123, 255) 0%, rgba(123, 123, 123, 255) 50%, rgba(87, 55, 67, 255) 50%, rgba(87, 55, 67, 255) 100%);
}
.split-0-9 {
        background: linear-gradient(to bottom, rgba(123, 123, 123, 255) 0%, rgba(123, 123, 123, 255) 50%, rgba(95, 51, 63, 255) 50%, rgba(95, 51, 63, 255) 100%);
}
.split-0-10 {
        background: linear-gradient(to bottom, rgba(123, 123, 123, 255) 0%, rgba(123, 123, 123, 255) 50%, rgba(107, 87, 71, 255) 50%, rgba(107, 87, 71, 255) 100%);
}
.split-0-11 {
        background: linear-gradient(to bottom, rgba(123, 123, 123, 255) 0%, rgba(123, 123, 123, 255) 50%, rgba(47, 67, 55, 255) 50%, rgba(47, 67, 55, 255) 100%);
}
.split-0-12 {
        background: linear-gradient(to bottom, rgba(123, 123, 123, 255) 0%, rgba(123, 123, 123, 255) 50%, rgba(123, 99, 7, 255) 50%, rgba(123, 99, 7, 255) 100%);
}
.split-0-13 {
        background: linear-gradient(to bottom, rgba(123, 123, 123, 255) 0%, rgba(123, 123, 123, 255) 50%, rgba(47, 47, 127, 255) 50%, rgba(47, 47, 127, 255) 100%);
}
.split-1-0 {
        background: linear-gradient(to bottom, rgba(83, 59, 27, 255) 0%, rgba(83, 59, 27, 255) 50%, rgba(123, 123, 123, 255) 50%, rgba(123, 123, 123, 255) 100%);
}
.split-1-1 {
        background-color: rgba(83, 59, 27, 255);
}
.split-1-2 {
        background: linear-gradient(to bottom, rgba(83, 59, 27, 255) 0%, rgba(83, 59, 27, 255) 50%, rgba(79, 79, 115, 255) 50%, rgba(79, 79, 115, 255) 100%);
}
.split-1-3 {
        background: linear-gradient(to bottom, rgba(83, 59, 27, 255) 0%, rgba(83, 59, 27, 255) 50%, rgba(55, 55, 7, 255) 50%, rgba(55, 55, 7, 255) 100%);
}
.split-1-4 {
        background: linear-gradient(to bottom, rgba(83, 59, 27, 255) 0%, rgba(83, 59, 27, 255) 50%, rgba(71, 0, 0, 255) 50%, rgba(71, 0, 0, 255) 100%);
}
.split-1-5 {
        background: linear-gradient(to bottom, rgba(83, 59, 27, 255) 0%, rgba(83, 59, 27, 255) 50%, rgba(95, 71, 7, 255) 50%, rgba(95, 71, 7, 255) 100%);
}
.split-1-6 {
        background: linear-gradient(to bottom, rgba(83, 59, 27, 255) 0%, rgba(83, 59, 27, 255) 50%, rgba(143, 67, 51, 255) 50%, rgba(143, 67, 51, 255) 100%);
}
.split-1-7 {
        background: linear-gradient(to bottom, rgba(83, 59, 27, 255) 0%, rgba(83, 59, 27, 255) 50%, rgba(127, 83, 63, 255) 50%, rgba(127, 83, 63, 255) 100%);
}
.split-1-8 {
        background: linear-gradient(to bottom, rgba(83, 59, 27, 255) 0%, rgba(83, 59, 27, 255) 50%, rgba(87, 55, 67, 255) 50%, rgba(87, 55, 67, 255) 100%);
}
.split-1-9 {
        background: linear-gradient(to bottom, rgba(83, 59, 27, 255) 0%, rgba(83, 59, 27, 255) 50%, rgba(95, 51, 63, 255) 50%, rgba(95, 51, 63, 255) 100%);
}
.split-1-10 {
        background: linear-gradient(to bottom, rgba(83, 59, 27, 255) 0%, rgba(83, 59, 27, 255) 50%, rgba(107, 87, 71, 255) 50%, rgba(107, 87, 71, 255) 100%);
}
.split-1-11 {
        background: linear-gradient(to bottom, rgba(83, 59, 27, 255) 0%, rgba(83, 59, 27, 255) 50%, rgba(47, 67, 55, 255) 50%, rgba(47, 67, 55, 255) 100%);
}
.split-1-12 {
        background: linear-gradient(to bottom, rgba(83, 59, 27, 255) 0%, rgba(83, 59, 27, 255) 50%, rgba(123, 99, 7, 255) 50%, rgba(123, 99, 7, 255) 100%);
}
.split-1-13 {
        background: linear-gradient(to bottom, rgba(83, 59, 27, 255) 0%, rgba(83, 59, 27, 255) 50%, rgba(47, 47, 127, 255) 50%, rgba(47, 47, 127, 255) 100%);
}
.split-2-0 {
        background: linear-gradient(to bottom, rgba(79, 79, 115, 255) 0%, rgba(79, 79, 115, 255) 50%, rgba(123, 123, 123, 255) 50%, rgba(123, 123, 123, 255) 100%);
}
.split-2-1 {
        background: linear-gradient(to bottom, rgba(79, 79, 115, 255) 0%, rgba(79, 79, 115, 255) 50%, rgba(83, 59, 27, 255) 50%, rgba(83, 59, 27, 255) 100%);
}
.split-2-2 {
        background-color: rgba(79, 79, 115, 255);
}
.split-2-3 {
        background: linear-gradient(to bottom, rgba(79, 79, 115, 255) 0%, rgba(79, 79, 115, 255) 50%, rgba(55, 55, 7, 255) 50%, rgba(55, 55, 7, 255) 100%);
}
.split-2-4 {
        background: linear-gradient(to bottom, rgba(79, 79, 115, 255) 0%, rgba(79, 79, 115, 255) 50%, rgba(71, 0, 0, 255) 50%, rgba(71, 0, 0, 255) 100%);
}
.split-2-5 {
        background: linear-gradient(to bottom, rgba(79, 79, 115, 255) 0%, rgba(79, 79, 115, 255) 50%, rgba(95, 71, 7, 255) 50%, rgba(95, 71, 7, 255) 100%);
}
.split-2-6 {
        background: linear-gradient(to bottom, rgba(79, 79, 115, 255) 0%, rgba(79, 79, 115, 255) 50%, rgba(143, 67, 51, 255) 50%, rgba(143, 67, 51, 255) 100%);
}
.split-2-7 {
        background: linear-gradient(to bottom, rgba(79, 79, 115, 255) 0%, rgba(79, 79, 115, 255) 50%, rgba(127, 83, 63, 255) 50%, rgba(127, 83, 63, 255) 100%);
}
.split-2-8 {
        background: linear-gradient(to bottom, rgba(79, 79, 115, 255) 0%, rgba(79, 79, 115, 255) 50%, rgba(87, 55, 67, 255) 50%, rgba(87, 55, 67, 255) 100%);
}
.split-2-9 {
        background: linear-gradient(to bottom, rgba(79, 79, 115, 255) 0%, rgba(79, 79, 115, 255) 50%, rgba(95, 51, 63, 255) 50%, rgba(95, 51, 63, 255) 100%);
}
.split-2-10 {
        background: linear-gradient(to bottom, rgba(79, 79, 115, 255) 0%, rgba(79, 79, 115, 255) 50%, rgba(107, 87, 71, 255) 50%, rgba(107, 87, 71, 255) 100%);
}
.split-2-11 {
        background: linear-gradient(to bottom, rgba(79, 79, 115, 255) 0%, rgba(79, 79, 115, 255) 50%, rgba(47, 67, 55, 255) 50%, rgba(47, 67, 55, 255) 100%);
}
.split-2-12 {
        background: linear-gradient(to bottom, rgba(79, 79, 115, 255) 0%, rgba(79, 79, 115, 255) 50%, rgba(123, 99, 7, 255) 50%, rgba(123, 99, 7, 255) 100%);
}
.split-2-13 {
        background: linear-gradient(to bottom, rgba(79, 79, 115, 255) 0%, rgba(79, 79, 115, 255) 50%, rgba(47, 47, 127, 255) 50%, rgba(47, 47, 127, 255) 100%);
}
.split-3-0 {
        background: linear-gradient(to bottom, rgba(55, 55, 7, 255) 0%, rgba(55, 55, 7, 255) 50%, rgba(123, 123, 123, 255) 50%, rgba(123, 123, 123, 255) 100%);
}
.split-3-1 {
        background: linear-gradient(to bottom, rgba(55, 55, 7, 255) 0%, rgba(55, 55, 7, 255) 50%, rgba(83, 59, 27, 255) 50%, rgba(83, 59, 27, 255) 100%);
}
.split-3-2 {
        background: linear-gradient(to bottom, rgba(55, 55, 7, 255) 0%, rgba(55, 55, 7, 255) 50%, rgba(79, 79, 115, 255) 50%, rgba(79, 79, 115, 255) 100%);
}
.split-3-3 {
        background-color: rgba(55, 55, 7, 255);
}
.split-3-4 {
        background: linear-gradient(to bottom, rgba(55, 55, 7, 255) 0%, rgba(55, 55, 7, 255) 50%, rgba(71, 0, 0, 255) 50%, rgba(71, 0, 0, 255) 100%);
}
.split-3-5 {
        background: linear-gradient(to bottom, rgba(55, 55, 7, 255) 0%, rgba(55, 55, 7, 255) 50%, rgba(95, 71, 7, 255) 50%, rgba(95, 71, 7, 255) 100%);
}
.split-3-6 {
        background: linear-gradient(to bottom, rgba(55, 55, 7, 255) 0%, rgba(55, 55, 7, 255) 50%, rgba(143, 67, 51, 255) 50%, rgba(143, 67, 51, 255) 100%);
}
.split-3-7 {
        background: linear-gradient(to bottom, rgba(55, 55, 7, 255) 0%, rgba(55, 55, 7, 255) 50%, rgba(127, 83, 63, 255) 50%, rgba(127, 83, 63, 255) 100%);
}
.split-3-8 {
        background: linear-gradient(to bottom, rgba(55, 55, 7, 255) 0%, rgba(55, 55, 7, 255) 50%, rgba(87, 55, 67, 255) 50%, rgba(87, 55, 67, 255) 100%);
}
.split-3-9 {
        background: linear-gradient(to bottom, rgba(55, 55, 7, 255) 0%, rgba(55, 55, 7, 255) 50%, rgba(95, 51, 63, 255) 50%, rgba(95, 51, 63, 255) 100%);
}
.split-3-10 {
        background: linear-gradient(to bottom, rgba(55, 55, 7, 255) 0%, rgba(55, 55, 7, 255) 50%, rgba(107, 87, 71, 255) 50%, rgba(107, 87, 71, 255) 100%);
}
.split-3-11 {
        background: linear-gradient(to bottom, rgba(55, 55, 7, 255) 0%, rgba(55, 55, 7, 255) 50%, rgba(47, 67, 55, 255) 50%, rgba(47, 67, 55, 255) 100%);
}
.split-3-12 {
        background: linear-gradient(to bottom, rgba(55, 55, 7, 255) 0%, rgba(55, 55, 7, 255) 50%, rgba(123, 99, 7, 255) 50%, rgba(123, 99, 7, 255) 100%);
}
.split-3-13 {
        background: linear-gradient(to bottom, rgba(55, 55, 7, 255) 0%, rgba(55, 55, 7, 255) 50%, rgba(47, 47, 127, 255) 50%, rgba(47, 47, 127, 255) 100%);
}
.split-4-0 {
        background: linear-gradient(to bottom, rgba(71, 0, 0, 255) 0%, rgba(71, 0, 0, 255) 50%, rgba(123, 123, 123, 255) 50%, rgba(123, 123, 123, 255) 100%);
}
.split-4-1 {
        background: linear-gradient(to bottom, rgba(71, 0, 0, 255) 0%, rgba(71, 0, 0, 255) 50%, rgba(83, 59, 27, 255) 50%, rgba(83, 59, 27, 255) 100%);
}
.split-4-2 {
        background: linear-gradient(to bottom, rgba(71, 0, 0, 255) 0%, rgba(71, 0, 0, 255) 50%, rgba(79, 79, 115, 255) 50%, rgba(79, 79, 115, 255) 100%);
}
.split-4-3 {
        background: linear-gradient(to bottom, rgba(71, 0, 0, 255) 0%, rgba(71, 0, 0, 255) 50%, rgba(55, 55, 7, 255) 50%, rgba(55, 55, 7, 255) 100%);
}
.split-4-4 {
        background-color: rgba(71, 0, 0, 255);
}
.split-4-5 {
        background: linear-gradient(to bottom, rgba(71, 0, 0, 255) 0%, rgba(71, 0, 0, 255) 50%, rgba(95, 71, 7, 255) 50%, rgba(95, 71, 7, 255) 100%);
}
.split-4-6 {
        background: linear-gradient(to bottom, rgba(71, 0, 0, 255) 0%, rgba(71, 0, 0, 255) 50%, rgba(143, 67, 51, 255) 50%, rgba(143, 67, 51, 255) 100%);
}
.split-4-7 {
        background: linear-gradient(to bottom, rgba(71, 0, 0, 255) 0%, rgba(71, 0, 0, 255) 50%, rgba(127, 83, 63, 255) 50%, rgba(127, 83, 63, 255) 100%);
}
.split-4-8 {
        background: linear-gradient(to bottom, rgba(71, 0, 0, 255) 0%, rgba(71, 0, 0, 255) 50%, rgba(87, 55, 67, 255) 50%, rgba(87, 55, 67, 255) 100%);
}
.split-4-9 {
        background: linear-gradient(to bottom, rgba(71, 0, 0, 255) 0%, rgba(71, 0, 0, 255) 50%, rgba(95, 51, 63, 255) 50%, rgba(95, 51, 63, 255) 100%);
}
.split-4-10 {
        background: linear-gradient(to bottom, rgba(71, 0, 0, 255) 0%, rgba(71, 0, 0, 255) 50%, rgba(107, 87, 71, 255) 50%, rgba(107, 87, 71, 255) 100%);
}
.split-4-11 {
        background: linear-gradient(to bottom, rgba(71, 0, 0, 255) 0%, rgba(71, 0, 0, 255) 50%, rgba(47, 67, 55, 255) 50%, rgba(47, 67, 55, 255) 100%);
}
.split-4-12 {
        background: linear-gradient(to bottom, rgba(71, 0, 0, 255) 0%, rgba(71, 0, 0, 255) 50%, rgba(123, 99, 7, 255) 50%, rgba(123, 99, 7, 255) 100%);
}
.split-4-13 {
        background: linear-gradient(to bottom, rgba(71, 0, 0, 255) 0%, rgba(71, 0, 0, 255) 50%, rgba(47, 47, 127, 255) 50%, rgba(47, 47, 127, 255) 100%);
}
.split-5-0 {
        background: linear-gradient(to bottom, rgba(95, 71, 7, 255) 0%, rgba(95, 71, 7, 255) 50%, rgba(123, 123, 123, 255) 50%, rgba(123, 123, 123, 255) 100%);
}
.split-5-1 {
        background: linear-gradient(to bottom, rgba(95, 71, 7, 255) 0%, rgba(95, 71, 7, 255) 50%, rgba(83, 59, 27, 255) 50%, rgba(83, 59, 27, 255) 100%);
}
.split-5-2 {
        background: linear-gradient(to bottom, rgba(95, 71, 7, 255) 0%, rgba(95, 71, 7, 255) 50%, rgba(79, 79, 115, 255) 50%, rgba(79, 79, 115, 255) 100%);
}
.split-5-3 {
        background: linear-gradient(to bottom, rgba(95, 71, 7, 255) 0%, rgba(95, 71, 7, 255) 50%, rgba(55, 55, 7, 255) 50%, rgba(55, 55, 7, 255) 100%);
}
.split-5-4 {
        background: linear-gradient(to bottom, rgba(95, 71, 7, 255) 0%, rgba(95, 71, 7, 255) 50%, rgba(71, 0, 0, 255) 50%, rgba(71, 0, 0, 255) 100%);
}
.split-5-5 {
        background-color: rgba(95, 71, 7, 255);
}
.split-5-6 {
        background: linear-gradient(to bottom, rgba(95, 71, 7, 255) 0%, rgba(95, 71, 7, 255) 50%, rgba(143, 67, 51, 255) 50%, rgba(143, 67, 51, 255) 100%);
}
.split-5-7 {
        background: linear-gradient(to bottom, rgba(95, 71, 7, 255) 0%, rgba(95, 71, 7, 255) 50%, rgba(127, 83, 63, 255) 50%, rgba(127, 83, 63, 255) 100%);
}
.split-5-8 {
        background: linear-gradient(to bottom, rgba(95, 71, 7, 255) 0%, rgba(95, 71, 7, 255) 50%, rgba(87, 55, 67, 255) 50%, rgba(87, 55, 67, 255) 100%);
}
.split-5-9 {
        background: linear-gradient(to bottom, rgba(95, 71, 7, 255) 0%, rgba(95, 71, 7, 255) 50%, rgba(95, 51, 63, 255) 50%, rgba(95, 51, 63, 255) 100%);
}
.split-5-10 {
        background: linear-gradient(to bottom, rgba(95, 71, 7, 255) 0%, rgba(95, 71, 7, 255) 50%, rgba(107, 87, 71, 255) 50%, rgba(107, 87, 71, 255) 100%);
}
.split-5-11 {
        background: linear-gradient(to bottom, rgba(95, 71, 7, 255) 0%, rgba(95, 71, 7, 255) 50%, rgba(47, 67, 55, 255) 50%, rgba(47, 67, 55, 255) 100%);
}
.split-5-12 {
        background: linear-gradient(to bottom, rgba(95, 71, 7, 255) 0%, rgba(95, 71, 7, 255) 50%, rgba(123, 99, 7, 255) 50%, rgba(123, 99, 7, 255) 100%);
}
.split-5-13 {
        background: linear-gradient(to bottom, rgba(95, 71, 7, 255) 0%, rgba(95, 71, 7, 255) 50%, rgba(47, 47, 127, 255) 50%, rgba(47, 47, 127, 255) 100%);
}
.split-6-0 {
        background: linear-gradient(to bottom, rgba(143, 67, 51, 255) 0%, rgba(143, 67, 51, 255) 50%, rgba(123, 123, 123, 255) 50%, rgba(123, 123, 123, 255) 100%);
}
.split-6-1 {
        background: linear-gradient(to bottom, rgba(143, 67, 51, 255) 0%, rgba(143, 67, 51, 255) 50%, rgba(83, 59, 27, 255) 50%, rgba(83, 59, 27, 255) 100%);
}
.split-6-2 {
        background: linear-gradient(to bottom, rgba(143, 67, 51, 255) 0%, rgba(143, 67, 51, 255) 50%, rgba(79, 79, 115, 255) 50%, rgba(79, 79, 115, 255) 100%);
}
.split-6-3 {
        background: linear-gradient(to bottom, rgba(143, 67, 51, 255) 0%, rgba(143, 67, 51, 255) 50%, rgba(55, 55, 7, 255) 50%, rgba(55, 55, 7, 255) 100%);
}
.split-6-4 {
        background: linear-gradient(to bottom, rgba(143, 67, 51, 255) 0%, rgba(143, 67, 51, 255) 50%, rgba(71, 0, 0, 255) 50%, rgba(71, 0, 0, 255) 100%);
}
.split-6-5 {
        background: linear-gradient(to bottom, rgba(143, 67, 51, 255) 0%, rgba(143, 67, 51, 255) 50%, rgba(95, 71, 7, 255) 50%, rgba(95, 71, 7, 255) 100%);
}
.split-6-6 {
        background-color: rgba(143, 67, 51, 255);
}
.split-6-7 {
        background: linear-gradient(to bottom, rgba(143, 67, 51, 255) 0%, rgba(143, 67, 51, 255) 50%, rgba(127, 83, 63, 255) 50%, rgba(127, 83, 63, 255) 100%);
}
.split-6-8 {
        background: linear-gradient(to bottom, rgba(143, 67, 51, 255) 0%, rgba(143, 67, 51, 255) 50%, rgba(87, 55, 67, 255) 50%, rgba(87, 55, 67, 255) 100%);
}
.split-6-9 {
        background: linear-gradient(to bottom, rgba(143, 67, 51, 255) 0%, rgba(143, 67, 51, 255) 50%, rgba(95, 51, 63, 255) 50%, rgba(95, 51, 63, 255) 100%);
}
.split-6-10 {
        background: linear-gradient(to bottom, rgba(143, 67, 51, 255) 0%, rgba(143, 67, 51, 255) 50%, rgba(107, 87, 71, 255) 50%, rgba(107, 87, 71, 255) 100%);
}
.split-6-11 {
        background: linear-gradient(to bottom, rgba(143, 67, 51, 255) 0%, rgba(143, 67, 51, 255) 50%, rgba(47, 67, 55, 255) 50%, rgba(47, 67, 55, 255) 100%);
}
.split-6-12 {
        background: linear-gradient(to bottom, rgba(143, 67, 51, 255) 0%, rgba(143, 67, 51, 255) 50%, rgba(123, 99, 7, 255) 50%, rgba(123, 99, 7, 255) 100%);
}
.split-6-13 {
        background: linear-gradient(to bottom, rgba(143, 67, 51, 255) 0%, rgba(143, 67, 51, 255) 50%, rgba(47, 47, 127, 255) 50%, rgba(47, 47, 127, 255) 100%);
}
.split-7-0 {
        background: linear-gradient(to bottom, rgba(127, 83, 63, 255) 0%, rgba(127, 83, 63, 255) 50%, rgba(123, 123, 123, 255) 50%, rgba(123, 123, 123, 255) 100%);
}
.split-7-1 {
        background: linear-gradient(to bottom, rgba(127, 83, 63, 255) 0%, rgba(127, 83, 63, 255) 50%, rgba(83, 59, 27, 255) 50%, rgba(83, 59, 27, 255) 100%);
}
.split-7-2 {
        background: linear-gradient(to bottom, rgba(127, 83, 63, 255) 0%, rgba(127, 83, 63, 255) 50%, rgba(79, 79, 115, 255) 50%, rgba(79, 79, 115, 255) 100%);
}
.split-7-3 {
        background: linear-gradient(to bottom, rgba(127, 83, 63, 255) 0%, rgba(127, 83, 63, 255) 50%, rgba(55, 55, 7, 255) 50%, rgba(55, 55, 7, 255) 100%);
}
.split-7-4 {
        background: linear-gradient(to bottom, rgba(127, 83, 63, 255) 0%, rgba(127, 83, 63, 255) 50%, rgba(71, 0, 0, 255) 50%, rgba(71, 0, 0, 255) 100%);
}
.split-7-5 {
        background: linear-gradient(to bottom, rgba(127, 83, 63, 255) 0%, rgba(127, 83, 63, 255) 50%, rgba(95, 71, 7, 255) 50%, rgba(95, 71, 7, 255) 100%);
}
.split-7-6 {
        background: linear-gradient(to bottom, rgba(127, 83, 63, 255) 0%, rgba(127, 83, 63, 255) 50%, rgba(143, 67, 51, 255) 50%, rgba(143, 67, 51, 255) 100%);
}
.split-7-7 {
        background-color: rgba(127, 83, 63, 255);
}
.split-7-8 {
        background: linear-gradient(to bottom, rgba(127, 83, 63, 255) 0%, rgba(127, 83, 63, 255) 50%, rgba(87, 55, 67, 255) 50%, rgba(87, 55, 67, 255) 100%);
}
.split-7-9 {
        background: linear-gradient(to bottom, rgba(127, 83, 63, 255) 0%, rgba(127, 83, 63, 255) 50%, rgba(95, 51, 63, 255) 50%, rgba(95, 51, 63, 255) 100%);
}
.split-7-10 {
        background: linear-gradient(to bottom, rgba(127, 83, 63, 255) 0%, rgba(127, 83, 63, 255) 50%, rgba(107, 87, 71, 255) 50%, rgba(107, 87, 71, 255) 100%);
}
.split-7-11 {
        background: linear-gradient(to bottom, rgba(127, 83, 63, 255) 0%, rgba(127, 83, 63, 255) 50%, rgba(47, 67, 55, 255) 50%, rgba(47, 67, 55, 255) 100%);
}
.split-7-12 {
        background: linear-gradient(to bottom, rgba(127, 83, 63, 255) 0%, rgba(127, 83, 63, 255) 50%, rgba(123, 99, 7, 255) 50%, rgba(123, 99, 7, 255) 100%);
}
.split-7-13 {
        background: linear-gradient(to bottom, rgba(127, 83, 63, 255) 0%, rgba(127, 83, 63, 255) 50%, rgba(47, 47, 127, 255) 50%, rgba(47, 47, 127, 255) 100%);
}
.split-8-0 {
        background: linear-gradient(to bottom, rgba(87, 55, 67, 255) 0%, rgba(87, 55, 67, 255) 50%, rgba(123, 123, 123, 255) 50%, rgba(123, 123, 123, 255) 100%);
}
.split-8-1 {
        background: linear-gradient(to bottom, rgba(87, 55, 67, 255) 0%, rgba(87, 55, 67, 255) 50%, rgba(83, 59, 27, 255) 50%, rgba(83, 59, 27, 255) 100%);
}
.split-8-2 {
        background: linear-gradient(to bottom, rgba(87, 55, 67, 255) 0%, rgba(87, 55, 67, 255) 50%, rgba(79, 79, 115, 255) 50%, rgba(79, 79, 115, 255) 100%);
}
.split-8-3 {
        background: linear-gradient(to bottom, rgba(87, 55, 67, 255) 0%, rgba(87, 55, 67, 255) 50%, rgba(55, 55, 7, 255) 50%, rgba(55, 55, 7, 255) 100%);
}
.split-8-4 {
        background: linear-gradient(to bottom, rgba(87, 55, 67, 255) 0%, rgba(87, 55, 67, 255) 50%, rgba(71, 0, 0, 255) 50%, rgba(71, 0, 0, 255) 100%);
}
.split-8-5 {
        background: linear-gradient(to bottom, rgba(87, 55, 67, 255) 0%, rgba(87, 55, 67, 255) 50%, rgba(95, 71, 7, 255) 50%, rgba(95, 71, 7, 255) 100%);
}
.split-8-6 {
        background: linear-gradient(to bottom, rgba(87, 55, 67, 255) 0%, rgba(87, 55, 67, 255) 50%, rgba(143, 67, 51, 255) 50%, rgba(143, 67, 51, 255) 100%);
}
.split-8-7 {
        background: linear-gradient(to bottom, rgba(87, 55, 67, 255) 0%, rgba(87, 55, 67, 255) 50%, rgba(127, 83, 63, 255) 50%, rgba(127, 83, 63, 255) 100%);
}
.split-8-8 {
        background-color: rgba(87, 55, 67, 255);
}
.split-8-9 {
        background: linear-gradient(to bottom, rgba(87, 55, 67, 255) 0%, rgba(87, 55, 67, 255) 50%, rgba(95, 51, 63, 255) 50%, rgba(95, 51, 63, 255) 100%);
}
.split-8-10 {
        background: linear-gradient(to bottom, rgba(87, 55, 67, 255) 0%, rgba(87, 55, 67, 255) 50%, rgba(107, 87, 71, 255) 50%, rgba(107, 87, 71, 255) 100%);
}
.split-8-11 {
        background: linear-gradient(to bottom, rgba(87, 55, 67, 255) 0%, rgba(87, 55, 67, 255) 50%, rgba(47, 67, 55, 255) 50%, rgba(47, 67, 55, 255) 100%);
}
.split-8-12 {
        background: linear-gradient(to bottom, rgba(87, 55, 67, 255) 0%, rgba(87, 55, 67, 255) 50%, rgba(123, 99, 7, 255) 50%, rgba(123, 99, 7, 255) 100%);
}
.split-8-13 {
        background: linear-gradient(to bottom, rgba(87, 55, 67, 255) 0%, rgba(87, 55, 67, 255) 50%, rgba(47, 47, 127, 255) 50%, rgba(47, 47, 127, 255) 100%);
}
.split-9-0 {
        background: linear-gradient(to bottom, rgba(95, 51, 63, 255) 0%, rgba(95, 51, 63, 255) 50%, rgba(123, 123, 123, 255) 50%, rgba(123, 123, 123, 255) 100%);
}
.split-9-1 {
        background: linear-gradient(to bottom, rgba(95, 51, 63, 255) 0%, rgba(95, 51, 63, 255) 50%, rgba(83, 59, 27, 255) 50%, rgba(83, 59, 27, 255) 100%);
}
.split-9-2 {
        background: linear-gradient(to bottom, rgba(95, 51, 63, 255) 0%, rgba(95, 51, 63, 255) 50%, rgba(79, 79, 115, 255) 50%, rgba(79, 79, 115, 255) 100%);
}
.split-9-3 {
        background: linear-gradient(to bottom, rgba(95, 51, 63, 255) 0%, rgba(95, 51, 63, 255) 50%, rgba(55, 55, 7, 255) 50%, rgba(55, 55, 7, 255) 100%);
}
.split-9-4 {
        background: linear-gradient(to bottom, rgba(95, 51, 63, 255) 0%, rgba(95, 51, 63, 255) 50%, rgba(71, 0, 0, 255) 50%, rgba(71, 0, 0, 255) 100%);
}
.split-9-5 {
        background: linear-gradient(to bottom, rgba(95, 51, 63, 255) 0%, rgba(95, 51, 63, 255) 50%, rgba(95, 71, 7, 255) 50%, rgba(95, 71, 7, 255) 100%);
}
.split-9-6 {
        background: linear-gradient(to bottom, rgba(95, 51, 63, 255) 0%, rgba(95, 51, 63, 255) 50%, rgba(143, 67, 51, 255) 50%, rgba(143, 67, 51, 255) 100%);
}
.split-9-7 {
        background: linear-gradient(to bottom, rgba(95, 51, 63, 255) 0%, rgba(95, 51, 63, 255) 50%, rgba(127, 83, 63, 255) 50%, rgba(127, 83, 63, 255) 100%);
}
.split-9-8 {
        background: linear-gradient(to bottom, rgba(95, 51, 63, 255) 0%, rgba(95, 51, 63, 255) 50%, rgba(87, 55, 67, 255) 50%, rgba(87, 55, 67, 255) 100%);
}
.split-9-9 {
        background-color: rgba(95, 51, 63, 255);
}
.split-9-10 {
        background: linear-gradient(to bottom, rgba(95, 51, 63, 255) 0%, rgba(95, 51, 63, 255) 50%, rgba(107, 87, 71, 255) 50%, rgba(107, 87, 71, 255) 100%);
}
.split-9-11 {
        background: linear-gradient(to bottom, rgba(95, 51, 63, 255) 0%, rgba(95, 51, 63, 255) 50%, rgba(47, 67, 55, 255) 50%, rgba(47, 67, 55, 255) 100%);
}
.split-9-12 {
        background: linear-gradient(to bottom, rgba(95, 51, 63, 255) 0%, rgba(95, 51, 63, 255) 50%, rgba(123, 99, 7, 255) 50%, rgba(123, 99, 7, 255) 100%);
}
.split-9-13 {
        background: linear-gradient(to bottom, rgba(95, 51, 63, 255) 0%, rgba(95, 51, 63, 255) 50%, rgba(47, 47, 127, 255) 50%, rgba(47, 47, 127, 255) 100%);
}
.split-10-0 {
        background: linear-gradient(to bottom, rgba(107, 87, 71, 255) 0%, rgba(107, 87, 71, 255) 50%, rgba(123, 123, 123, 255) 50%, rgba(123, 123, 123, 255) 100%);
}
.split-10-1 {
        background: linear-gradient(to bottom, rgba(107, 87, 71, 255) 0%, rgba(107, 87, 71, 255) 50%, rgba(83, 59, 27, 255) 50%, rgba(83, 59, 27, 255) 100%);
}
.split-10-2 {
        background: linear-gradient(to bottom, rgba(107, 87, 71, 255) 0%, rgba(107, 87, 71, 255) 50%, rgba(79, 79, 115, 255) 50%, rgba(79, 79, 115, 255) 100%);
}
.split-10-3 {
        background: linear-gradient(to bottom, rgba(107, 87, 71, 255) 0%, rgba(107, 87, 71, 255) 50%, rgba(55, 55, 7, 255) 50%, rgba(55, 55, 7, 255) 100%);
}
.split-10-4 {
        background: linear-gradient(to bottom, rgba(107, 87, 71, 255) 0%, rgba(107, 87, 71, 255) 50%, rgba(71, 0, 0, 255) 50%, rgba(71, 0, 0, 255) 100%);
}
.split-10-5 {
        background: linear-gradient(to bottom, rgba(107, 87, 71, 255) 0%, rgba(107, 87, 71, 255) 50%, rgba(95, 71, 7, 255) 50%, rgba(95, 71, 7, 255) 100%);
}
.split-10-6 {
        background: linear-gradient(to bottom, rgba(107, 87, 71, 255) 0%, rgba(107, 87, 71, 255) 50%, rgba(143, 67, 51, 255) 50%, rgba(143, 67, 51, 255) 100%);
}
.split-10-7 {
        background: linear-gradient(to bottom, rgba(107, 87, 71, 255) 0%, rgba(107, 87, 71, 255) 50%, rgba(127, 83, 63, 255) 50%, rgba(127, 83, 63, 255) 100%);
}
.split-10-8 {
        background: linear-gradient(to bottom, rgba(107, 87, 71, 255) 0%, rgba(107, 87, 71, 255) 50%, rgba(87, 55, 67, 255) 50%, rgba(87, 55, 67, 255) 100%);
}
.split-10-9 {
        background: linear-gradient(to bottom, rgba(107, 87, 71, 255) 0%, rgba(107, 87, 71, 255) 50%, rgba(95, 51, 63, 255) 50%, rgba(95, 51, 63, 255) 100%);
}
.split-10-10 {
        background-color: rgba(107, 87, 71, 255);
}
.split-10-11 {
        background: linear-gradient(to bottom, rgba(107, 87, 71, 255) 0%, rgba(107, 87, 71, 255) 50%, rgba(47, 67, 55, 255) 50%, rgba(47, 67, 55, 255) 100%);
}
.split-10-12 {
        background: linear-gradient(to bottom, rgba(107, 87, 71, 255) 0%, rgba(107, 87, 71, 255) 50%, rgba(123, 99, 7, 255) 50%, rgba(123, 99, 7, 255) 100%);
}
.split-10-13 {
        background: linear-gradient(to bottom, rgba(107, 87, 71, 255) 0%, rgba(107, 87, 71, 255) 50%, rgba(47, 47, 127, 255) 50%, rgba(47, 47, 127, 255) 100%);
}
.split-11-0 {
        background: linear-gradient(to bottom, rgba(47, 67, 55, 255) 0%, rgba(47, 67, 55, 255) 50%, rgba(123, 123, 123, 255) 50%, rgba(123, 123, 123, 255) 100%);
}
.split-11-1 {
        background: linear-gradient(to bottom, rgba(47, 67, 55, 255) 0%, rgba(47, 67, 55, 255) 50%, rgba(83, 59, 27, 255) 50%, rgba(83, 59, 27, 255) 100%);
}
.split-11-2 {
        background: linear-gradient(to bottom, rgba(47, 67, 55, 255) 0%, rgba(47, 67, 55, 255) 50%, rgba(79, 79, 115, 255) 50%, rgba(79, 79, 115, 255) 100%);
}
.split-11-3 {
        background: linear-gradient(to bottom, rgba(47, 67, 55, 255) 0%, rgba(47, 67, 55, 255) 50%, rgba(55, 55, 7, 255) 50%, rgba(55, 55, 7, 255) 100%);
}
.split-11-4 {
        background: linear-gradient(to bottom, rgba(47, 67, 55, 255) 0%, rgba(47, 67, 55, 255) 50%, rgba(71, 0, 0, 255) 50%, rgba(71, 0, 0, 255) 100%);
}
.split-11-5 {
        background: linear-gradient(to bottom, rgba(47, 67, 55, 255) 0%, rgba(47, 67, 55, 255) 50%, rgba(95, 71, 7, 255) 50%, rgba(95, 71, 7, 255) 100%);
}
.split-11-6 {
        background: linear-gradient(to bottom, rgba(47, 67, 55, 255) 0%, rgba(47, 67, 55, 255) 50%, rgba(143, 67, 51, 255) 50%, rgba(143, 67, 51, 255) 100%);
}
.split-11-7 {
        background: linear-gradient(to bottom, rgba(47, 67, 55, 255) 0%, rgba(47, 67, 55, 255) 50%, rgba(127, 83, 63, 255) 50%, rgba(127, 83, 63, 255) 100%);
}
.split-11-8 {
        background: linear-gradient(to bottom, rgba(47, 67, 55, 255) 0%, rgba(47, 67, 55, 255) 50%, rgba(87, 55, 67, 255) 50%, rgba(87, 55, 67, 255) 100%);
}
.split-11-9 {
        background: linear-gradient(to bottom, rgba(47, 67, 55, 255) 0%, rgba(47, 67, 55, 255) 50%, rgba(95, 51, 63, 255) 50%, rgba(95, 51, 63, 255) 100%);
}
.split-11-10 {
        background: linear-gradient(to bottom, rgba(47, 67, 55, 255) 0%, rgba(47, 67, 55, 255) 50%, rgba(107, 87, 71, 255) 50%, rgba(107, 87, 71, 255) 100%);
}
.split-11-11 {
        background-color: rgba(47, 67, 55, 255);
}
.split-11-12 {
        background: linear-gradient(to bottom, rgba(47, 67, 55, 255) 0%, rgba(47, 67, 55, 255) 50%, rgba(123, 99, 7, 255) 50%, rgba(123, 99, 7, 255) 100%);
}
.split-11-13 {
        background: linear-gradient(to bottom, rgba(47, 67, 55, 255) 0%, rgba(47, 67, 55, 255) 50%, rgba(47, 47, 127, 255) 50%, rgba(47, 47, 127, 255) 100%);
}
.split-12-0 {
        background: linear-gradient(to bottom, rgba(123, 99, 7, 255) 0%, rgba(123, 99, 7, 255) 50%, rgba(123, 123, 123, 255) 50%, rgba(123, 123, 123, 255) 100%);
}
.split-12-1 {
        background: linear-gradient(to bottom, rgba(123, 99, 7, 255) 0%, rgba(123, 99, 7, 255) 50%, rgba(83, 59, 27, 255) 50%, rgba(83, 59, 27, 255) 100%);
}
.split-12-2 {
        background: linear-gradient(to bottom, rgba(123, 99, 7, 255) 0%, rgba(123, 99, 7, 255) 50%, rgba(79, 79, 115, 255) 50%, rgba(79, 79, 115, 255) 100%);
}
.split-12-3 {
        background: linear-gradient(to bottom, rgba(123, 99, 7, 255) 0%, rgba(123, 99, 7, 255) 50%, rgba(55, 55, 7, 255) 50%, rgba(55, 55, 7, 255) 100%);
}
.split-12-4 {
        background: linear-gradient(to bottom, rgba(123, 99, 7, 255) 0%, rgba(123, 99, 7, 255) 50%, rgba(71, 0, 0, 255) 50%, rgba(71, 0, 0, 255) 100%);
}
.split-12-5 {
        background: linear-gradient(to bottom, rgba(123, 99, 7, 255) 0%, rgba(123, 99, 7, 255) 50%, rgba(95, 71, 7, 255) 50%, rgba(95, 71, 7, 255) 100%);
}
.split-12-6 {
        background: linear-gradient(to bottom, rgba(123, 99, 7, 255) 0%, rgba(123, 99, 7, 255) 50%, rgba(143, 67, 51, 255) 50%, rgba(143, 67, 51, 255) 100%);
}
.split-12-7 {
        background: linear-gradient(to bottom, rgba(123, 99, 7, 255) 0%, rgba(123, 99, 7, 255) 50%, rgba(127, 83, 63, 255) 50%, rgba(127, 83, 63, 255) 100%);
}
.split-12-8 {
        background: linear-gradient(to bottom, rgba(123, 99, 7, 255) 0%, rgba(123, 99, 7, 255) 50%, rgba(87, 55, 67, 255) 50%, rgba(87, 55, 67, 255) 100%);
}
.split-12-9 {
        background: linear-gradient(to bottom, rgba(123, 99, 7, 255) 0%, rgba(123, 99, 7, 255) 50%, rgba(95, 51, 63, 255) 50%, rgba(95, 51, 63, 255) 100%);
}
.split-12-10 {
        background: linear-gradient(to bottom, rgba(123, 99, 7, 255) 0%, rgba(123, 99, 7, 255) 50%, rgba(107, 87, 71, 255) 50%, rgba(107, 87, 71, 255) 100%);
}
.split-12-11 {
        background: linear-gradient(to bottom, rgba(123, 99, 7, 255) 0%, rgba(123, 99, 7, 255) 50%, rgba(47, 67, 55, 255) 50%, rgba(47, 67, 55, 255) 100%);
}
.split-12-12 {
        background-color: rgba(123, 99, 7, 255);
}
.split-12-13 {
        background: linear-gradient(to bottom, rgba(123, 99, 7, 255) 0%, rgba(123, 99, 7, 255) 50%, rgba(47, 47, 127, 255) 50%, rgba(47, 47, 127, 255) 100%);
}
.split-13-0 {
        background: linear-gradient(to bottom, rgba(47, 47, 127, 255) 0%, rgba(47, 47, 127, 255) 50%, rgba(123, 123, 123, 255) 50%, rgba(123, 123, 123, 255) 100%);
}
.split-13-1 {
        background: linear-gradient(to bottom, rgba(47, 47, 127, 255) 0%, rgba(47, 47, 127, 255) 50%, rgba(83, 59, 27, 255) 50%, rgba(83, 59, 27, 255) 100%);
}
.split-13-2 {
        background: linear-gradient(to bottom, rgba(47, 47, 127, 255) 0%, rgba(47, 47, 127, 255) 50%, rgba(79, 79, 115, 255) 50%, rgba(79, 79, 115, 255) 100%);
}
.split-13-3 {
        background: linear-gradient(to bottom, rgba(47, 47, 127, 255) 0%, rgba(47, 47, 127, 255) 50%, rgba(55, 55, 7, 255) 50%, rgba(55, 55, 7, 255) 100%);
}
.split-13-4 {
        background: linear-gradient(to bottom, rgba(47, 47, 127, 255) 0%, rgba(47, 47, 127, 255) 50%, rgba(71, 0, 0, 255) 50%, rgba(71, 0, 0, 255) 100%);
}
.split-13-5 {
        background: linear-gradient(to bottom, rgba(47, 47, 127, 255) 0%, rgba(47, 47, 127, 255) 50%, rgba(95, 71, 7, 255) 50%, rgba(95, 71, 7, 255) 100%);
}
.split-13-6 {
        background: linear-gradient(to bottom, rgba(47, 47, 127, 255) 0%, rgba(47, 47, 127, 255) 50%, rgba(143, 67, 51, 255) 50%, rgba(143, 67, 51, 255) 100%);
}
.split-13-7 {
        background: linear-gradient(to bottom, rgba(47, 47, 127, 255) 0%, rgba(47, 47, 127, 255) 50%, rgba(127, 83, 63, 255) 50%, rgba(127, 83, 63, 255) 100%);
}
.split-13-8 {
        background: linear-gradient(to bottom, rgba(47, 47, 127, 255) 0%, rgba(47, 47, 127, 255) 50%, rgba(87, 55, 67, 255) 50%, rgba(87, 55, 67, 255) 100%);
}
.split-13-9 {
        background: linear-gradient(to bottom, rgba(47, 47, 127, 255) 0%, rgba(47, 47, 127, 255) 50%, rgba(95, 51, 63, 255) 50%, rgba(95, 51, 63, 255) 100%);
}
.split-13-10 {
        background: linear-gradient(to bottom, rgba(47, 47, 127, 255) 0%, rgba(47, 47, 127, 255) 50%, rgba(107, 87, 71, 255) 50%, rgba(107, 87, 71, 255) 100%);
}
.split-13-11 {
        background: linear-gradient(to bottom, rgba(47, 47, 127, 255) 0%, rgba(47, 47, 127, 255) 50%, rgba(47, 67, 55, 255) 50%, rgba(47, 67, 55, 255) 100%);
}
.split-13-12 {
        background: linear-gradient(to bottom, rgba(47, 47, 127, 255) 0%, rgba(47, 47, 127, 255) 50%, rgba(123, 99, 7, 255) 50%, rgba(123, 99, 7, 255) 100%);
}
.split-13-13 {
        background-color: rgba(47, 47, 127, 255);
}

th { text-transform: uppercase !important; }

div.game-summary td.stat {
    color: #CFC;
    text-align: center;
}

div.game-summary td.stat[data-value='0'] {
    color: #888;
}

th.items.ra {
    background-image: url('Icons/ra.png');
    background-size: 100% 100%;
}

th.items.ya {
    background-image: url('Icons/ya.png');
    background-size: 100% 100%;
}

th.items.ga {
    background-image: url('Icons/ga.png');
    background-size: 100% 100%;
}

th.items.quads {
    background-image: url('Icons/quad.png');
    background-size: 100% 100%;
}

th.items.pents {
    background-image: url('Icons/pent.png');
    background-size: 100% 100%;
}

th.items.rings {
    background-image: url('Icons/ring.png');
    background-size: 100% 100%;
}

tr.spec td.stat[data-value='0'] {
    display: none;
}

div.game-summary td.stat.deaths {
    color: red;
}

div.game-summary td.stat.deaths[data-value='0'] {
    color: white;
}

div.game-summary td.stat.tkills {
    color: yellow;
}

div.game-summary td.stat.tkills[data-value='0'] {
    color: white;
}

div.game-awards {
    background-color: rgba(64, 64, 64, 0.4);
    margin: 1em 25% 2em 25%;
}

div.game-awards th:first-child, div.game-awards td:first-child {
    width: 35%;
    text-align: right;
}

div.game-awards th:nth-child(2), div.game-awards td:nth-child(2) {
    width: 15%;
    text-align: center;
}

div.game-awards th:last-child, div.game-awards td:last-child {
    width: 50%;
    text-align: left;
}

.screenshot-buffer .map { position: absolute; right: 0; top: 0 }
.screenshot-buffer .matchtag { position: absolute; left: 0.75em; top: 0; }
.screenshot-buffer .download { position: absolute; left: 0; bottom: 0; }

.screenshot-buffer .players {
    position: absolute; right: 0; bottom: 0;
}

div.player-row { overflow: hidden; padding: 0.5em; border-bottom: solid 1px #AAA; }
div.player-row > div { float: left; }
div.player-row:nth-child(2n) { background-color: #222; }

div.player-row > div:first-child { width: 20%; }
div.player-row > div:nth-child(2) { width: 15%; }
div.player-row > div:nth-child(4) { float: right; }

.input-group-addon { color: black }

#filter-section { float: right; margin: 0.5em 1em 0 0; }
div.no-matches { display: none; padding-top: 1em; }
div.no-data { padding-top: 1em; }

ul.tournament-tabs > li > a { font-size: 12px !important; }

div.loading, div.content { display: none; }
div.loading h4 { color: #AAA; font-size: 48px; text-align: center; padding: 4em 0 4em 0; }
div.error { color: red; text-align: center; padding: 4em 0 4em 0; display: none; }
div.error h4 { font-size: 48px; }
div.error p { font-size: 12px; }

div.server-box > .server {
    border: solid 1px black;
}

div.server-box.highlight > .server { border: solid 1px #FFF570; }

img.flag { 
    margin-right: 0.5em; 
    padding-left: 0px !important;
}

div.header a.copylink span.glyphicon { visibility: hidden; }
div.header a.copylink:hover span.glyphicon {
    visibility: visible
}

div.stream-description {
    margin-bottom: 0.5em;
    color: #AAA;
    font-size: 0.9em;
}
/*.stream-logo-0 {
    min-height: 36px;
    background: url(/images/misc/twitch-32px.png) no-repeat;
}
*/