html, body {
    height: 100%;
}

@media (min-width: 980px) {
    body {
        padding-top: 80px;
    }
}

.main-cont {
    padding-bottom: 44px;
    position: relative;
    min-height: 100%;
}

.tf-footer {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer {
    min-height: 24px;
}

.underlined {
    text-decoration: underline;
}

.err {
    color: #b94a48;
}

.tf-hidden {
    display: none;
}