body {
    background: #e0f0fc;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    min-width: 320px;
    margin: 5;
}

#header {
    background: #6da6d1;
    margin: auto;
    padding: 5px 12px;
    overflow: hidden;
}

#content {
    background: #ffffff;
    color: #2e6e9e;
    margin: auto;
    padding: 10px 10px;
}

#footer {
    background: #6da6d1;
    color: #ffffff;
    margin: auto;
    padding: 8px 12px;
}

H1 {
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
    margin: 0;
}

H2 {
    font-weight: bold;
    font-size: 20px;
    color: #2e6e9e;
}

LI {
    line-height: 125%;
}

#feedback {
    padding: 0.8em;
    background-color: #00FFFF;
    background-size: cover;
    max-width: 800px;
}

#feedback #comment label {
    padding-top: 12px;
    display: block;
    font-weight: bold;
}

#feedback #comment input {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

#feedback #comment textarea {
    width: 100%;
    height: 5em;
    padding: 5px;
    box-sizing: border-box;
}

#feedback #comment input[type=submit] {
    background-color: #2e6e9e;
    color: white;
    margin-top: 20px;
    padding: 10px;
    border: none;
    box-sizing: border-box;
}

.hny-clock {
    font-size: 0;  /* Hack for inline and inline-block extra markup generated spaces */
    display: block;
    overflow: auto;
    margin: 10px 0px;
    padding: 10px 5px;
    width: 300px;
    background: #00FFFF;
}
.hny-clock .clock-dd,
.hny-clock .clock-hh,
.hny-clock .clock-mm,
.hny-clock .clock-ss {
    display: block;
    float: left;
    position: relative;
    color: #2e6e9e;
    margin: 0 5px;
    width: 60px;
    height: 60px;
    background: #FFF;
    border: 2px solid #FFF;
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
}
.hny-clock .number-dd,
.hny-clock .number-hh,
.hny-clock .number-mm,
.hny-clock .number-ss {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80%;
    font-weight: bold;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 22px;
    padding: 30px 8px 8px 8px;
    width: 80%;
}
.hny-clock .label-dd,
.hny-clock .label-hh,
.hny-clock .label-mm,
.hny-clock .label-ss {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80%;
    font-weight: normal;
    text-align: center;
    padding: 5px 6px;
    background: #6da6d1;
    font-size: 12px;
    color: #FFF;
}
