html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/*.bootstrap-select .dropdown-menu > li > a small.muted {
    display: true;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: relative;
    padding-left: 38px;
}

.bootstrap-select .dropdown-toggle .filter-option:before {
    content: "Size:";
    font-size: 14px;
    font-weight: 100;
    position: absolute;
    left: 500px;
    top: 0;
    }*/
