* {
    margin:0;
    border:0;
}

body {
    background-color: black;
    font: .75em/1.5em Helvetica, Arial, Verdana, sans-serif;
    color: white;
}

#main {
    width: 1035px;
    margin: 0 auto;
    overflow: auto;
}

#content {
    width: 660px;
    float: left;
}

#sidebar {
    width: 230px;
    float: right;
}

nav {
    display: flex;
    justify-content: space-evenly;
    height: 34px;
}

a, a:visited {
    text-decoration: none;
    color: white;
}

nav a {
    text-align: center;
    font-size: 1.40em;
    line-height: 34px;
}

nav a:hover {
    text-shadow:  1px 1px 1px #fff;
}

nav a,
label,
h1,
p {
    color: white;
    font-family: 'Jura', sans-serif;
}

article > a,
article > a:visited {
    font-size: 150%;
    color: #BE292B;
    font-family: 'Syncopate', sans-serif;
}

.reported {
    font-size: 80%;
    border-top: dotted 1px;
    background-color: rgba(50, 50, 50, 0.5);
}

.article_body {
    font-style: italic;
    font-family: 'Geo', sans-serif;
    color: #2875BE;
    font-size: 175%;
    margin: 21px 40px;
}

article, form {
    background-color: rgb(59, 59, 59);
    padding: 10px;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-bottom: solid 1px rgb(70, 70, 70);
    border-right: solid 1px rgb(70, 70, 70);
    margin-bottom: 10px;
}

h1 {
    margin-bottom: 10px;
}

label {
    width: 125px;
    display: inline-block;
}

input {
    margin-bottom: 1px;
}

#register:hover {
    background: #CCC;
}

article p a,
article p a:visited{
    color: white;
    font-weight: bold;
}

article > a:hover {
    background-color: #424242;
}

#next, #prev, #next:visited, #prev:visited {
    color: white;
    background-color: rgb(59, 59, 59);
    border-top: 1px solid white;
    padding: 0 5px;
}

#next {
    float: right;
}

#prev {
    float: left;
}

td {
    border: solid 1px white;
}

#srv_on,
#srv_off {
    border: solid 1px;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 10px;
    vertical-align: middle;
}

#srv_on {
    border-color: #009933;
    background-color: #33cc33;
}

#srv_off {
    border-color: #993333;
    background-color: #cc0000;
}