body {
    background: #000 center top / cover no-repeat border-box fixed;
    font: normal 14px/16px "Helvetica Neue", Helvetica, sans-serif;
}

.banner {
    display: block;
    margin: 10px auto 0;
    width: 980px;
    height: 196px;
    background-image: url("/img/banner.png");
}

#main-nav {
    display: block;
    margin: -30px auto 0;
    width: 980px;
}

#main-nav > ul {
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

#main-nav li {
    display: table-cell;
    width: 2%;
    height: 30px;
    border: 1px solid #1b255d;
    color: white;
    margin: 0 2px;
}

#main-nav li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 2px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
}

#main-nav li > a:hover {
    background-color: rgba(27, 37, 93, 0.5);
}

#main-nav li > a:active {
    background-color: rgba(27, 37, 93, 0.2);
}

#main-nav li > a.navhere {
    color: #aaa;
}

.page {
    border: 1px solid #1b255d;
    display: block;
    box-sizing: border-box;
    font-size: 1em;
    position: relative;
    margin: 0 auto 20px;
    max-width: 980px;
    background: #111;
    width: 980px;
}

.server-status {
    display: inline-block;
}

.server-status + .server-status {
    margin-top: 5px;
}

.server-status-title {
    margin-bottom: 0;
    font-weight: bold;
}

.server-status + .server-status-title {
    margin-top: 10px;
}

.stats-table {
    width: 100%;
}

.stats-table td, .stats-table th {
    border-bottom: 1px solid #357;
    text-align: left;
    padding: 2px 5px 1px;
}

table {
    table-layout: fixed;
}

.nowrap {
    overflow: hidden;
    white-space: nowrap;
}

table + p {
    margin-top: 1em;
}

p {
    margin-bottom: 2px;
}

p + p {
    margin-top: 8px;
}

pre {
    font-family: "Consolas", "Lucida Console", "Monaco", monospace;
    font-size: 12px;
    box-sizing: border-box;
    padding: 1px 3px;
    margin: 1px 0;
    border: 1px solid #ccc;
    background-color: #f4f4ff;
    white-space: pre-wrap;
    word-wrap: break-word;
}

td > h1 {
    margin-top: 0;
}

a {
    color: #9397fd;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #c2c4fe;
}

a:active {
    color: #7678fe;
}

h1 {
    margin: 20px 0 10px;
    padding: 0;
    font-size: 2em;
    font-weight: bold;
    color: #66e;
}

h2 {
    margin: 20px 0 10px;
    padding: 0;
    font-size: 1.6em;
    font-weight: bold;
    color: #66e;
}

h3 {
    margin: 16px 0 6px;
    padding: 0;
    font-size: 1.3em;
    font-weight: bold;
    color: #88f;
}

h4 {
    margin: 12px 0 4px;
    padding: 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #88f;
}

p {
    margin: 0 0 12px;
}

.success {
    color: #0d0;
}

.error {
    color: #f00;
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

.page-content {
    padding: 10px;
}

.main-content {
    float: left;
    color: #eee;
}

ul, ol {
    margin: 0 0 12px;
    padding: 0 0 0 24px;
}

li {
    margin-top: 5px;
}

p + ol, p + ul {
    margin-top: -10px;
}

.nomargin {
    margin: 0;
}

.selectable-text {
    display: inline-block;
    margin: 6px 0 0 0;
    padding: 2px 10px;
    border: 1px solid #ccc;
    font-weight: bold;
}

.tip, .info, .warning {
    display: block;
    margin: 5px 0;
    padding: 10px;
    border-radius: 4px;
}

.tip {
    border: 1px solid #008010;
    background-color: #001804;
}

.info {
    border: 1px solid #3060c0;
    background-color: #101820;
}

.warning {
    border: 1px solid #a0a040;
    background-color: #242000;
}

.callout-content > p:last-child {
    margin-bottom: 0;
}

p + .tip, .tip + p, p + .info, .info + p, p + .warning, .warning + p {
    margin-top: 10px;
}

.password-image {
    display: inline-block;
}

.password-image + p {
    margin-top: 10px;
}

.server-link {
    display: inline-block;
    border: 1px solid #a0a4aa;
    padding: 2px;
}

.server-link > span {
    font-weight: bold;
}

.motd {
    display: block;
    border: 1px solid #d0d4da;
    background-color: #fafaff;
    padding: 10px;
}

.motd > .title {
    border-bottom: 1px solid #d0d4da;
    margin: 0 0 5px;
    padding: 0 0 5px;
}

.compact > li {
    margin-top: 0;
}

.server-link, .tip, .info, .warning + .server-link, .tip, .info, .warning {
    margin-top: 5px;
}