@font-face {
    font-family: 'minecraftfont';
    src: url('minecraftfont/minecraftfont.eot');
    src: local('minecraftfont'), url('minecraftfont/minecraftfont.woff') format('woff'), url('minecraftfont/minecraftfont.ttf') format('truetype')
}

html {
    font-size: 12px
}

body {
    font-family: 'minecraftfont', monospace;
    color: #EEE;
    background-color: black;
    background-image: url('img/bg/grass_side.png'), url('img/bg/dirt.png'), url('img/bg/stone.png');
    background-position: left top, left 64px, left 128px;
    background-repeat: repeat-x, repeat-x, repeat
}

a {
    color: #ACF
}

a:hover {
    color: #ACF
}

.navbar-dark .navbar-toggler {
    background-color: rgba(0, 0, 0, 0.5);
    border-width: 1px;
    border-color: #333
}

.navbar-dark .navbar-nav .nav-link {
    color: #ACF
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #ACF
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ACF;
    text-decoration: underline
}

.text-muted {
    color: #999 !important
}

.text-success {
    color: #AFA !important
}

.text-danger {
    color: #FAA !important
}

.text-info {
    color: #CCF !important
}

.text-data {
    color: #FFA !important
}

.text-shadow {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5)
}

.text-underline {
    text-decoration: underline
}

.img-pixelated {
    image-rendering: pixelated;
    image-rendering: optimizeSpeed
}

.img-textsize {
    height: 1em
}

.img-textsize-1_5 {
    height: 1.5em
}

.img-textsize-2 {
    height: 2em
}

.img-textsize-3 {
    height: 3em
}

.img-textsize-8 {
    height: 8em
}

.img-left {
    margin-left: -1em
}

.textw {
    width: 1em;
    min-width: 1em;
    max-width: 1em
}

.texth {
    height: 1em;
    min-height: 1em;
    max-height: 1em
}

.textw-1_5 {
    width: 1.5em;
    min-width: 1.5em;
    max-width: 1.5em
}

.texth-1_5 {
    height: 1.5em;
    min-height: 1.5em;
    max-height: 1.5em
}

.table {
    margin-bottom: 0
}

.table td, .table th {
    border-top-style: dashed;
    border-top-color: #666
}

.table thead th {
    color: #FFF;
    border-top-width: 0;
    border-bottom-color: #666
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.33)
}

.page-link {
    border-color: #888;
    background-color: rgba(0, 0, 0, 0.33);
    color: #FFF
}

.page-link:hover {
    border-color: #ACF;
    background-color: rgba(0, 0, 0, 0.33);
    color: #ACF
}

.page-item.active .page-link {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.33);
    border-color: #FA4;
    color: #FE0
}

.page-item.disabled .page-link {
    background-color: rgba(0, 0, 0, 0.33);
    border-color: #888;
    color: #888
}

.rank {
    color: #888
}

.rank-1 {
    color: #FC0
}

.rank-2 {
    color: #DDF
}

.rank-3 {
    color: #A80
}

.round-box {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: .5rem
}

.mcstats-entry {
    border: .125rem solid #444;
    border-radius: .75rem;
    background-image: url('img/bg/stonebrick.png')
}

#header {
    height: 64px
}

#footer {
    background-image: url('img/bg/bedrock.png');
    background-position: top left;
    background-repeat: repeat
}

.mc-text-0 {
    color: #000
}

.mc-text-1 {
    color: #00a
}

.mc-text-2 {
    color: #0a0
}

.mc-text-3 {
    color: #0aa
}

.mc-text-4 {
    color: #a00
}

.mc-text-5 {
    color: #a0a
}

.mc-text-6 {
    color: #fa0
}

.mc-text-7 {
    color: #aaa
}

.mc-text-8 {
    color: #555
}

.mc-text-9 {
    color: #55f
}

.mc-text-a {
    color: #5f5
}

.mc-text-b {
    color: #5ff
}

.mc-text-c {
    color: #f55
}

.mc-text-d {
    color: #f5f
}

.mc-text-e {
    color: #ff5
}

.mc-text-f {
    color: #fff
}

.mc-text-k {
    transform: scale(1, -1) translateY(-1px);
    text-shadow: -1.5px 1.5px;
    display: inline-block
}

.mc-text-l {
    font-weight: bold
}

.mc-text-m {
    text-decoration: line-through
}

.mc-text-n {
    text-decoration: underline
}

.mc-text-o {
    font-style: italic
}