* {
    box-sizing: border-box;
}

html {
    font-size: 100%
}

body {
    color: #c0c0c0;
    font-size: 1.0em;
    line-height: 1.5em;
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    background-color: black;
    word-wrap: break-word;
}

footer {
    clear: both;
    margin-top: 8px;
    padding-top: 12px;
    color: #a4a4a4;
    font-size: 0.9em;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #a4a4a4;
}

footer p {
    margin-top: 8px;
}

#consent {
    position:fixed;
    left:0;
    right:0;
    z-index: 4;
    padding:8px;
    background-image: url('/images/black_75.png');
    font-size: 1.0em;
    font-weight: bold;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #a4a4a4;
}

.correlation {
    margin-top: 4px;
    margin-bottom: 16px;
    color: #a4a4a4;
    font-size: 0.9em;
}

h1, h2, h3 {
    color: #CC3300;
    margin: 4px 0;
}

h1 {
    margin: 11px 0;
    font-size: 1.2em;
}

h2 {
    margin: 20px 0 10px 0;
    font-size: 1.1em;
}

h3 {
    font-size: 1.0em;
}

.favicon {
    display: none;
}

a {
    color: #4ebee9;
}

a:hover {
    text-decoration: underline;
}

th {
    color: #CC3300;
    text-align: left;
}

.logo {
    display: none;
}

nav {
    font-weight: bold;
}

nav ul {
    margin: 0;
    padding: 4px 4px;
    text-align: center;
}

nav li {
    list-style: none;
    margin: 4px;
}

nav a {
    color: #ddbc19;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}

article {
    padding: 0 8px;
}

.date {
    text-align: center;
}

.date br {
    display: none;
}

.daybox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 210px;
    height: 64px;
    margin-bottom: 28px;
    margin-top: 12px;
}

.daybox:nth-child(1) {
    height: 172px;
}

.daybox h2 {
    width: 100%;
    margin: 2px 0
}

.daybox p:nth-child(2) {
    margin: 2px 0;
    font-style: italic;
    /*border-style: solid;*/
    /*border-width: 0 0 1px 0;*/
    /*border-color: grey;*/
}

.daybox p:nth-child(3) {
    display: none;
    position: relative;
    margin: 0;
    height: 106px;
    /*border-style: solid;*/
    /*border-width: 0 0 1px 0;*/
    /*border-color: grey;*/
}

.daybox:nth-child(1) p:nth-child(3) {
    display: block;
}

.daybox p:nth-child(4) {
    margin-top: 2px;
}

.num {
    position: absolute;
    top: 0;
    right: 150px
}

.sym {
    position: absolute;
    top: 0;
    left: 60px
}

.rightbox {
    margin-top: 4px;
    padding: 8px 12px;
    background-color: #333333;
    color: #a4a4a4;
}

.rightbox h3 {
    font-family: "Alex Brush", "Brush Script MT";
    font-size: 2.4em;
    margin: 4px 0 8px 0;
    color: #ddbc19;
}

.rightbox p {
    font-family: "Baskerville", "Times New Roman", Times, Serif;
    font-size: 1.2em;
    margin: 0 0 4px 0;
}

.form {
    margin-top: 8px;
    max-width: 630px;
    background: #333333;
    padding: 8px
}

input, select {
    color: black;
    background: #DDDDDD;
}

#datesys, #menuadv {
    display: none;
}

.form input[type=submit] {
    float: right;
}

/* phone but two icons on a row  436 */
@media screen and (min-width: 436px) {

    .date {
        text-align: left;
    }

    .daybox:nth-child(2) {
        height: 172px;
    }

    .daybox:nth-child(2) p:nth-child(3) {
        display: block;
    }
}

/* 'tablet' 646 */
@media screen and (min-width: 646px) {

    .daybox:nth-child(3) {
        height: 172px;
    }

    .date .daybox:nth-child(3) p:nth-child(3) {
        display: block;
    }

    .favicon {
        display: inline;
        vertical-align: bottom;
    }

    nav {
        width: 100%;
        display: inline-block;
    }

    nav ul {
        text-align: left;
    }

    nav li {
        display: inline-block;
    }

    article {
        width: 100%;
    }

    .date br {
        display: block;
    }
}

/* 'desktop' */
@media screen and (min-width: 806px) {

    #right {
        position: absolute;
        top: 0;
        left: 160px;
        right: 0;
    }

    .favicon {
        display: none;
    }

    .logo {
        display: block;
    }

    nav {
        width: 160px;
        vertical-align: text-top;
        padding-left: 10px
    }

    nav li {
        display: list-item;
        padding: 6px 0;
    }

    article {
        max-width: 890px;
        display: block;
        vertical-align: text-top;
    }

    #menuadv {
        display: block;
        margin-left:-8px;
        margin-top:20px;
        width: 160px;
        height:90px;
        background-color: #333333;
    }
}

/* bigger 'desktop' with sidebar */
@media screen and (min-width: 1058px) {

    .rightbox {
        margin: 0;
        position: absolute;
        width: 250px;
        top: 46px;
        left: 648px;
        background-color: #333333;
        color: #a4a4a4;
    }
}

/* full screen 'desktop' with sidebar and big adv */
@media screen and (min-width: 1358px) {

    #adv {
        position: absolute;
        width: 300px;
        min-height: 600px;
        top: 46px;
        left: 905px;
    }
}

