html, body {
    background: white;
    margin: 0;
    padding: 0;
    color: white;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.main {
    display: table;
    height: 100%;
    width: 100%;
}

.header, .content, .footer {
    display: table-row;
    margin: 0;
    padding: 0;
}

.content, #container {
    height: 100%;
    width: 100%;
}

.content {
    background: url('/images/background.png') center center no-repeat fixed;
    background-size: cover;
}

body, #print, #logout, #group, #report {
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
    font-size: 1.6vmin;
}

h1, h2 {
    padding-top: 2.0em;
    padding-bottom: 1.0em;
    color: white;
    font-weight: normal;
    text-align: center;
}

h1 {
    font-size: 5.4vmin;
}

h2 {
    font-size: 2.8vmin;
}

.header {
    background: #212121;
    font-size: 1em;
}

.left {
    padding: 1em;
    float: left;
}

    .left img {
        margin-bottom: 0.5em;
    }

.right {
    float: right;
    text-align: right;
}

    .right select {
        margin-bottom: 0.25em;
    }

.left, .right {
    padding: 0.5em;
}

#login {
    text-align: center;
}

    #login a {
        padding: 0.75em 4em;
        color: white;
        text-decoration: none;
        border: solid 1px white;
        font-weight: bold;
    }

        #login a:hover {
            color: #212121;
            background: white;
        }

#print, #logout {
    display: inline-block;
    margin: 0.25em 0 0 0;
    padding: 0 0 1px 0;
    background: white;
    color: black;
    font-size: 1em;
    border: solid 1px black;
    width: 6em;
    text-decoration: none;
    text-align: center;
}

    #print:hover, #logout:hover {
        background: black;
        color: white;
        border: solid 1px white;
    }

#print {
    margin-right: 4px;
}

#group, #report {
    font-size: 1em;
    width: 20em;
    background: white;
    color: black;
}

#jsd-widget {
    display: block;
    right: 0;
    margin-bottom: 3em;
}
