* {
    box-sizing: border-box;
}    

body {
    background: #111;
    font-family: "Open Sans", "DejaVu Sans", Helvetica, Arial, sans-serif;
}

.align-left { text-align: left; }
.align-right { text-align: right; }

.pure-g > div {
    margin: 0 auto;
    margin-bottom: 3em;
}

a {
    color: #bbb;
}
a:visited {
    color: #999;
}

body {
    color: #ccc;
}

#header {
    margin: 0 4em 0 4em;
}

#header h1 {
    font-size: 2.5em;
    display: inline-block;
}
#header h1 a {
    text-transform: uppercase;
    color: #32A1F0;
    font-weight: 300;
    text-decoration: none;
}
#header p {
    display: inline-block;
    float: right;
    text-align: right;
    border-bottom: 2px solid #2A79A2;
}
#header p a {
    font-weight: 300;
    font-size: 1.3em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 .5em 0 .5em;
    color: #4CC2FF;
    color: #2092E3;
}
#header p a:hover {
    border-bottom: 2px solid #3da4da;
}



.pure-form input[type=submit],
.pure-button {
    background: #0F3047;
    border: 1px solid #133E5C;
    color: #ddd;
}
.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form textarea,
.pure-form select {
    background: #111;
    border: 1px solid #2a79a2;
    box-shadow: none;
    height: 2.5em;
    margin: 0.5em;
    color: #fff;
}
.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form textarea {
}
.pure-form input[type=text]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=email]:focus,
.pure-form textarea:focus {
    border: 1px solid #3DA4DA;
}
.pure-form label {
    color: #ddd;
    margin-top: 0.50em;
}
.pure-form select {
}
.input-like-thing {
    margin: 1em;
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid transparent;
    text-align: left;
    color: #999;
}
.pure-form input[type=checkbox] {
    margin: 1em;
    padding: 0.5em 0.6em;
    border: 1px solid #2a79a2;

    width: 1em;
    height: 1em;
}

.pure-form input.half-left,
.pure-form select.half-left {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pure-form input.half-right,
.pure-form select.half-right {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.status-enabled { color: #00B104; }
.status-disabled { color: #B00051; }

.pure-form legend,
h3 {
    margin: 0 0 1em 0;
    border-bottom: 1px solid #2092e3;
    color: #2092e3;
    font-size: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0.3em 0px;
}


h2 {
    text-align: center;
    color: #ddd;
    font-weight: 300;
    font-size: 2em;
    letter-spacing: 0.08em;
}

.message {
    margin: 0;
    padding: 0.25em;
    text-align: center;
}
.message--info {
    background: #004371;
    color: #eee;
}
.message--error {
    background: #710000;
    color: #ccc;
}




#footer {
    background: #111;
    padding: 2em 0.5em 1em 0.5em;
    margin-top: 6em;
    text-align: center;
}
#footer p,
#footer a {
    color: #999;
}
#footer a.impact {
    margin: 0.3em;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: 300;
    color: #a00000;
    text-decoration: none;
    border: 1px solid #a00000;
}








table {
    width: 100%;
}
table td {
    padding: 0.5em;
    text-align: center;
}
table thead tr td {
    color: #2092e3;
}

table tr:nth-child(even) { background: #181818; }
table tr:nth-child(odd) { background: #1f1f1f; }
table thead tr:nth-child(odd) { background: transparent; }



div.g-recaptcha div div {
    margin: 1em auto;
}




#page {
    text-align: center;
}



@media (min-width: 48em) {
    .content {
        padding-right: 2em;
    }
    div.h-captcha {
        padding-left: 11em;
    }
}

@media (max-width: 48em) {
    form.pure-form-stacked input.pure-input-1 {
        margin-left: 0;
    }
}
