html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

nav.navbar {
    min-height: 56px;
    background-color: #00442a;
}

.navbar-brand-logo {
    padding-top: 0;
    padding-bottom: 0;
}

main {
    margin-top: 20px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

#main-loading-wheel {
    font-size: 6em;
    text-align: center;
}
