html, body {
    width: 100%;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    font-family: Arial;
}

body {
    height: 100%;
    -webkit-font-smooting: antialiased;
    background-color: #fff;
}

.page-wrapper {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
}

.banner {
    height: 80px;
    background-color: #42ab26;
    text-align: center;
}

.banner h1 {
    padding-top: 25px;
    margin: 0;
}

.main-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: table;
}

footer {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-top: 18px;
    position: absolute;
    bottom: 0;
    background-color: #42ab26;
}

footer a,
footer a:hover {
    color: #1E0040;
}

footer p {
    margin-top: 0;
}

.footer-left {
    padding-left: 12px;
}