body.fullscreen {
    height: 100%;
    padding: 0;
    margin: 0;
}

.container-fullscreen {
    position: fixed;
    clear: both;
    padding: 0;
    width: 100%;
}

.header-fullscreen {
    height: 5%;
    width: 100%;
}

.clock-fullscreen {
    width: 30%;
    display: inline-block;
}

.title-fullscreen {
    width: 35%;
    display: inline-block;
}

.headline-fullscreen {
    height: 15%;
}

.headline p.value {
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #edc240;
    font-size: 225%;
    font-weight: bold;
    text-shadow: #000 0 0 0.1em;
    margin: 0;
}

.content-fullscreen {
    width: 65%;
    height: 88.5%;
    display: inline-block;
    float: left;
    position: relative;
}

.current-fullscreen {
    display: inline-block;
    padding: 0 1.25%;
}

.lifetime-fullscreen {
    display: inline-block;
    padding: 0 1.25%;
}

.injection-times-fullscreen {
    display: inline-block;
    padding: 0 1.25%;
}

.plot-fullscreen {
    height: 85%;
}

.sidebar-fullscreen {
    width: 33%;
    display: inline-block;
    float: right;
    padding: 0 1%;
    margin-top: -2%;
}

.logo-div-fullscreen {
    text-align: right;
}

.logo-fullscreen {
    padding: 0 0.5em 0.75em;
    background-attachment: fixed;
    background-position: left center;
    background: url(../images/gradientDivider.png) no-repeat;
    background-size: 5px 100%;
    background-repeat: no-repeat;
}

.tables-fullscreen {
    margin-top: -3%;
}

.footer-fullscreen {
    height: 6.5%;
    width: 100%;
    overflow: hidden;
}

.horizontal-scroller-fullscreen {
    position: relative;
    width: 85%;
    display: block;
    padding: 0 1%;
    z-index: 0;
}

.fc-phone-number-fullscreen {
    position: relative;
    float: right;
    padding: 0 1%;
    z-index: 1;
}
