@font-face {
    font-family: Mojangles;
    src: url('assets/MinecraftSeven.woff');
}
body {
    background: #000000ff;
    background-image: url('assets/shivtanium_lobby.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: Mojangles;
    font-size: 20;
    font-weight: 0;
    color: #ffffff;
    height: calc(100% - 20px);
    transition-timing-function: ease-out;
}
div.main {
    margin: 10 410 10 410;
}
div.main_nrp {
    margin: 10 10 10 410;
}

div.inline {
    display: inline-block;
    vertical-align: middle;
}

div.left {
    margin: 10 10 0 10;
    top: 0;
    position: fixed;
    width: 400px;
    height: calc(100% - 20px);
    left: 0;
    overflow-y: auto;
}
div.right {
    height: calc(100% - 20px);
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    margin: 10 10 10 10;
}
.box {
    background-image: linear-gradient(#000000ac, #00ac00ac);
    margin-bottom: 10;
    padding: 5 5 5 5;
    border: 2px solid;
    border-color: #007700;
    border-radius: 6px;
    transition: background-color 0.5s, border-color 0.5s;
}
.box:hover {
    border-color: #00ff00;
    background-color: #000000A7;
    transition: background-color 0.5s, border-color 0.5s;
}
div.graph_wrapper {
    overflow-x: auto;
    direction: rtl;
}
.title {
    text-align: center;
    font-size: 40;
    font-weight: 1;
    margin: 5 0 0 0;
}
.center {
    text-align: center;
}
.max_size {
    height: 100%;
    width: 100%;
}
.block {
    display: block;
    overflow: auto;
}
.line_space {
    line-height: 1.5;
}
a {
    color: #00ffff;
    background-color: #004c004c;
    padding: 0 3 2 3;
    margin: 5px;
    border: 2px solid;
    border-color: #00ff0000;
    border-radius: 6px;
    text-decoration: none;
    transition: border-color 0.5s background-color 0.5s;
    white-space: nowrap;
}
a:hover {
    border-color: #00ff00ff;
    background-color: #007700ff;
    transition: border-color 0.5s background-color 0.5s;
}
h1 {
    margin: 5 10 10 10;
    font-size: 40;
    font-weight: 1;
}
h2 {
    margin: 5 10 10 10;
    font-size: 30;
    font-weight: 1;
}
h4 {
    margin: 1;
    font-size: 20;
    font-weight: 1;
}
p {
    margin: 5 10 10 10;
}
.border {
    border: 2px solid;
    border-color: #00ff0077;
    border-radius: 6px;
    transition: border-color 0.5s;
}
.border:hover {
    border-color: #00ff00ff;
    transition: border-color 0.5s;
}
img.link {
    vertical-align: middle;
    width: 21px;
    margin: 0 4 5 0;
}
a.normal {
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.5s;
    border-radius: 6px;
}
a.normal:hover {
    background-color: #00ff004c;
    transition: background-color 0.5s;
}
@media screen and (max-width: 1400px) {
    div.main {
        margin: 10 0 10 410px;
        width: inherit;
        transform: none;
    }
    div.left {
        width: 400px;
    }
    div.right {
        position: static;
        margin: 10 10 10 410px;
        width: calc(100% - 410px);
    }
}
@media screen and (max-width: 800px) {
    div.main {
        margin: 10 0 10 0;
    }
    div.left {
        margin: 40px 0 0 0;
        position: static;
        display: block;
        width: 100%;
        height: inherit;
    }
    div.right {
        margin: 0;
        position: static;
        display: block;
        width: 100%;
        height: 90%;
    }
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #00000077;
}
::-webkit-scrollbar-thumb {
    background: #ffffff77;
}
::-webkit-scrollbar-track:hover {
    background: #000000ff;
}
::-webkit-scrollbar-thumb:hover {
    background: #ffffffff;
}
