html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
    /*    overflow-y: hidden;*/
    font-family: SegoeUI-SemiBold-final, "Segoe UI Semibold", SegoeUI-Regular-final, "Segoe UI", "Segoe UI Web (West European)", Segoe, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Tahoma, Helvetica, Arial, sans-serif;
}

.container {
    /*    margin: 0px;*/
    padding: 12px;
    /*    max-width: 100%;*/
}

.table > tbody {
    vertical-align: middle;
}

.bavHeader {
    /*    background-color: lightgoldenrodyellow !important;*/
    padding: 0px;
    height: 48px;
}

.navbar-brand {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    padding-left: 8px;
    padding-right: 12px;
}
