@font-face {
    font-family: 'minecrafter_altregular';
    src: url('fonts/mc-alt/minecrafter.alt-webfont.woff2') format('woff2'),
        url('fonts/mc-alt/minecrafter.alt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body { 
    padding-top: 60px;
    background-color: #555;
}
td {
    color: #AAAAAA;
}
h1 {
    font-family: 'minecrafter_altregular', Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 4em;
    text-shadow: 0px 6px 8px #000000;
}
h2 {
    font-family: 'minecrafter_altregular', Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 2em;
    text-shadow: 2px 2px 8px #000000;
}
h3 {
    font-family: 'minecrafter_altregular', Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 1.2em;
    text-shadow: 2px 2px 8px #000000;
}
.header-title {
    font-family: 'minecrafter_altregular', Arial, sans-serif;
    text-shadow: 0px 6px 8px #000000;
    font-size: 2em;
    margin-top: -10px;
    margin-bottom: -10px;
}

.srv-status-running {
    color: #00AA00;
    font-weight: 800;
}
.srv-status-stopped {
    color: #AA0000;
    font-weight: 800;
}
.srv-status-other {
    color: #AA7700;
    font-weight: 800;
}
.srv-item-title {
    font-style: italic;
}
.srv-players {
    color: #FFFFFF;
}
.hidden {
    display: none;
}
.clickable {
    cursor: pointer;
}