﻿body {
}

.ClockPanel {
    height: 100%;
}

.ClockArea {
    text-align:center;
    font-size:400%;
    width: 100%;
}

.OptionsPanel {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 20px;
    left: 80px;
    z-index: 10;
}

.OptionsButton, .CloseButton {
    height: 18px;
    display: inline-block;
    float: right;
    vertical-align: bottom;
}