* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    width: 960px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
}

p {
    margin: 0.5em 0;
}

a {
    color: #3895e8;
}

#header {
    width: 728px;
    height: 90px;
    margin: 10px auto 10px;
}

#chart-container {
    margin-left: -55px;
    height: 300px;
}

div.shard-list {
    width: 480px;
    float: left;
}

div.shard-list h3 {
    margin-bottom: 1em;
    color: #333;
}

div.shard-list ul {
    list-style-type: none;
    float: left;
    background-color: #fff;
}

div.shard-list ul li {
    width: 155px;
    font-size: 11px;
    float: left;
    border: 1px solid #333;
    margin: 0 -1px -1px 0;
}

div.shard-list ul li a {
    display:block;
    height: 20px;
    line-height: 20px;
    text-align: middle;
    text-decoration: none;
    padding: 0 2px;
    color: #111;
}

div.shard-list ul li a:hover {
    font-weight: bold;
}

div.shard-list ul li a.offline {
    background-color: #999;
    color: #fff;
}

div.shard-list ul li a.low {
    background-color: #7fd5b6;
}

div.shard-list ul li a.medium {
    background-color: #fef17f;
}

div.shard-list ul li a.high {
    background-color: #f4bd86;
}

div.shard-list ul li a.full {
    background-color: #f29197;
}

div.shard-list ul li a span {
    text-transform: uppercase;
}

div.shard-list ul li a span.en {
    display: none;
}

div.shard-list ul li a span.en,
div.shard-list ul li a span.de,
div.shard-list ul li a span.fr {
    float: right;
    text-transform: lowercase;
    font-size: 9px;
}

#footer {
    clear: both;
    float: left;
    margin-top: 10px;
}