html *
{
    font-size: 1em !important;
    color: #000 !important;
    font-family: Arial !important;
}

img#fioniadata_logo
{
    float: right;
    margin: 25px;
    position:relative;
    top:0;
    left:0;
}

body
{
    margin: 50px;
    text-align: center;
}

h1
{
    font-size: 3em !important;
    text-align: left;
}

p
{
    text-align: justify;
}

div.inner
{
    border: 0.05em;
    width:1024;
}

div.dw-cave
{
    display: inline-block;
    float: left;
}

div.visitors
{
    display: inline-block;
    float: left;
    text-align: left;
}

#footer
{
    position: fixed;
    bottom: 50;
    width: 100%;
}

#outer
{
    border: 0.05em;
    width:100%;
    display: flex;
    justify-content: center;
}
.outer
{
    border: 0.05em;
    width:100%;
//    margin: 200px;
    display: flex;
    justify-content: center;
}
img#rasbolding_anarki_kaos
{
    float: right;
    margin: 25px;
    position:relative;
    top:0;
    left:0;
}

table
{
    width:75%;
}

th
{
    text-align: left;
    width:90%;
}

td
{
    width:90%;
}

th.score
{
    text-align: center;
    width:10%;
}

td.score
{
    text-align: right;
    width:10%;
}

@media (max-width: 600px) {
    body {
        margin: 8px;
    }
    div.inner, .outer, #outer {
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box;
    }
    .outer, #outer {
        display: block !important;
        justify-content: initial !important;
        align-items: initial !important;
    }
    .inner {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }
    img#fioniadata_logo, img#rasbolding_anarki_kaos {
        float: none;
        display: block;
        margin: 0 auto 16px auto;
        max-width: 100%;
        height: auto;
        position: static;
    }
    h1 {
        font-size: 2em !important;
        text-align: center;
    }
    div.visitors, div.dw-cave {
        float: none;
        display: block;
        text-align: left;
    }
    /* Extra spacing for Ras Bolding section */
    .outer > .inner {
        margin-bottom: 16px;
    }
}
