html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.filter {
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 1;
}

.fa-times-bg {
    position: relative;
}

    .fa-times-bg:before {
        content: "\f00d";
        font-family: FontAwesome;
        position: absolute;
    }

.fa-external-link-bg {
    position: relative;
}

    .fa-external-link-bg:before {
        content: "\f08e";
        font-family: FontAwesome;
        position: absolute;
    }
