input[type='checkbox'] {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    vertical-align: 1px;
}

.nav-global {
    background-color: rgba(0, 0, 0, .8);
    border-top: none !important;
}

.nav-global.set-fixed {
    background-color: transparent;
}

.knop.hilite {
    background-color: #cd1719;
    color: white;
    border: none;
}

.notice {
    text-align: center;
    background-color: #cd1719;
    color: white;
}

.notice p {
    margin: 0;
}

header.show-bg .notice {
    display: none;
}

.menu-button.has_notice {
    top: 55px;
}

form input, form textarea, form select {
    border: 1px solid #e5e5e5 !important;
}
