html {
    min-height: 100%;
    height: 100%;
}

.label-gender-Male, .label-gender-Man {
    background-color: #5bc0de;
}

.label-gender-Female, .label-gender-Kvinna {
    background-color: #F4C2C2;
}

.label-gender-Female, .label-gender-Annat {
    background-color: #666;
}

.fc-day-grid-event .fc-content {
    white-space: normal;
}

.select2-container--default .select2-selection--single {
    height: 35px;
}

.visible-if-guesting, .visible_if_referred_by_friend, .visible-if-not-fluent {
    display: none;
}

.wrapper-landing {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .wrapper-landing {
        width: 768px;
    }
}


h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

.table {
    margin-top: 10px;
    background-color: white;
}

.panel {
    margin-top: 10px;
}

label {
    font-weight: bold;
}