html {
    position: relative;
    min-height: 100%;
    font-size: 0.9em;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    font-size: 0.8em;
    padding-top: 1em;
}
.page-header {
    padding-bottom: 9px;
    margin:40px 0 20px;
    border-bottom: 1px solid #eee;
}

td span {
    display: block;
    font-size: 0.8em;
}
