﻿html, body {
    padding: 0;
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
    color: #000000;
    overflow: hidden;
}

div, h1, form {
    padding: 0;
    margin: 0;
}

    h1.day {
        font-size: 96px;
        vertical-align: middle;
        text-align: center;
        font-weight: normal;
    }

.dayContainer {
    margin-bottom: 30px;
}

.date {
    width: 590px;
    margin: auto;
}

.star {
    color: #FF0000;
}

.mainContent {
    position: fixed;
    top: 30%;
    text-align: center;
    width: 100%;
}

.footerLeft {
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 100;
}

.footnote {
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #CCCCCC;
    padding-top: 3px;
}

a {
    color: #3366FF;
}

    a:hover {
        color: #0000FF;
    }

.social-buttons {
    position: fixed;
    right: 5px;
    top: 5px;
}

.footerCenter {
    position: fixed;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
}

.social-button {
    display: inline-block;
}
