.statistics2_noScore
{
    background-color: white;
}
.statistics2_notInLeague
{
    background-color: #A7A7A7;
}
.statistics2_color00 { background-color: #000000; } .statistics2_color01 { background-color: #D5FFD5; } .statistics2_color02 { background-color: #B0FFB0; } .statistics2_color03 { background-color: #8BFF8B; }
.statistics2_color10 { background-color: #FFD5D5; } .statistics2_color11 { background-color: #000000; } .statistics2_color12 { background-color: #B0DAB0; } .statistics2_color13 { background-color: #B0FF8B; }
.statistics2_color20 { background-color: #FFB0B0; } .statistics2_color21 { background-color: #FFD5B0; } .statistics2_color22 { background-color: #000000; } .statistics2_color23 { background-color: #D5FF8B; }
.statistics2_color30 { background-color: #FF8B8B; } .statistics2_color31 { background-color: #FFB08B; } .statistics2_color32 { background-color: #FFD58B; } .statistics2_color33 { background-color: #000000; }

.statistics2_noborder
{
    border: none !important;
}

.statistics2_final
{
    font-weight: bold;
    background-color: #99CCCC;
}

@media (max-width: 400px)
{
    #statistics2_smaller
    {
        font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        color: black;
        width: 100%;
    }
    #statistics2_smaller div
    {
        border-top: 1px #444444 solid;
        padding: 5px;
    }
    .statistics2_title
    {
        font-weight: bold;
        background-color: #9ED2F6;
    }
    .statistics2_title2
    {
        font-weight: bold;
        background-color: #4FADEF;
        font-size: 22px;
        padding: 20px !important;
        text-align: center;
    }
    .statistics2_title3
    {
        background-color: #444444;
    }
    .statistics2_title3 a
    {
        color: white;
    }

    #statistics2_table
    {
        display: none !important;
    }
}

@media (min-width: 400px)
{
    .statistics2_tableTitle
    {
        font-weight: bold;
        text-align: center;
        background-color: #9ED2F6;
    }
    #statistics2_table
    {
        font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        color: black;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        border-spacing: 1px;
    }
    #statistics2_table tr td
    {
        border: solid 1px;
        border-color: black #A5A5A5 #A5A5A5 black;
        text-align: center;
    }

    #statistics2_smaller
    {
        display: none !important;
    }
}

h1
{
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    color: black;
    font-weight: bold;
    text-align: center;
}