html, body {
    line-height: 1em;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font: 300% serif;
}

#outer {
    position: absolute;
    top: 33%;
    height: 0;
    width: 100%;
}

#inner {
    position: absolute;
    top: -1.5em;
    height: 3em;
    width: 100%;
    text-align: center;
}

#date, #time {
    position: relative;
    margin-bottom: 1em;
}

#year, #month, #day, #hour, #minute, #second {
    position: relative;
    display: inline-block;
    text-align: right;
    color: #4080c0;
}

.trans {
    position: absolute;
}

#controls {
    font-size: 33%;
}

#controls span, #controls a {
    color: #808080;
    text-decoration: none;
    padding: 0.25em;
    margin: 0 0.25em;
    cursor: pointer;
}

#controls span:hover, #controls a:hover {
    background: #f0f0f0;
}

#controls #f-jat, #controls #home {
    margin-left: 1.75em;
}

#controls .current {
    background: #808080;
    color: white;
}

#controls .current:hover {
    background: #808080;
}
