body {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #333;
    color: #fff;
}

.nav > li {
    display: inline-block;
    font-size: smaller;
}

#countdownheader {
    font-family: 'VT323';
    color: #00ff00;
    font-size: 1.4em;
    padding-right: 0.25em;
}

.btn-dark {
    background-color: #222;
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    border-color: #080808;
}

.message-container {
    padding: 1em 0;
}

.message {
    background-color: antiquewhite;
    color: black;
}

.message > div {
    padding: 0.25em 1em;
}

.message-alert {
    background-color: red;
    border-radius: 10px;
    display: inline-block;
    padding: 0 5px;
    position: absolute;
    top: -5px;
    left: 45px;
    visibility: none;
}

.settings-icon {
    color: #fff;
}

.settings-icon-container {
    position: absolute;
    right: 15px;
    top: 12px;
}
