body {
    background: url(../images/cls-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 1.5rem;
}

.header {
    background-color: rgba(0, 0, 0, 0.35);
    font-weight: bold;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.clock {
    color: #ccc;
    text-align: left;
}

.title {
    text-align: center;
}

.logo {
    max-width: 150px;
}

.logo-div {
    text-align: center;
}

.headline div + div {
    background-size: 0.10em 100%;
    background-repeat: no-repeat;
    background-image: url(../images/gradientDivider.png);
}

.label {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 110%;
    color: #ccc;
    text-shadow: #999 0 0 0.1em, #000 0 0 0.1em;
    margin: 0;
}

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

#current p.value.noBeam {
    color: #ff3333;
}

#lifetime p.value {
    color: #fff;
}

#plot {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 160%;
    min-height: 400px;
}

.xAxis {
    color: #fff;
}

.yAxis {
    color: #edc240;
}

table {
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #d5ad32;
    font-weight: bold;
    text-shadow: #000 0 0 0.1em;
    background-color: rgba(0, 0, 0, 0.65);
    margin-bottom: 0.1em;
}

table th {
    color: #ccc;
    padding-left: 0.25em;
    text-align: left;
}

table .value {
    line-height: 1.2;
    font-size: 120%;
    text-align: right;
}

table .units {
    text-align: left;
}

.injectionInfo {
    color: #fff;
    line-height: 1.2;
    font-size: 120%;
    text-align: center;
}

.injecting {
    color: #edc240;
}

.mipLinac {
    line-height: 1.2;
    font-size: 125%;
}

.on {
    color: green;
}

.off {
    color: red;
}

.footer {
    background-color: rgba(0, 0, 0, 0.9);
    border-top: 1px solid #545;
    font-family: 'Open Sans', sans-serif;
    font-size: 130%;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}

.footer div + div {
    background-size: 0.15em 100%;
    background-repeat: no-repeat;
    background-image: url(../images/gradientDivider.png);
}

.fc-phone-number {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    color: #ccc;
    z-index: 1000;
}

.scrollingText {
    position: absolute;
    padding-left: 1em;
}
