body {
    min-width: 400px;
}

section {
    width: 100%;
}

section h2 {
    font-weight: 400;
    margin-bottom: 1em;
}

.nav-dashboard {
    font-weight: 600;
    font-size: 1.5em;
}

.jumbotron-survey-results {
    background-color: #eee;
}

.survey-results-infobox {
    background-color: white;
    box-shadow: 3px 3px 8px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 2em;
}

.survey-results-infobox h2 {
    margin-bottom: 0.5em;
}

.example {
    margin-top: 1em;
}

.tooltip {
    width: auto !important;
    height: auto !important;
    padding: 5px 8px;
    text-align: center;
    background: white;
    border: 1px solid #979c9d;
    pointer-events: none;
    position: absolute;
}

.grid line {
    stroke: lightgrey;
    stroke-opacity: 0.7;
    shape-rendering: crispEdges;
}

.grid path {
    stroke-width: 0;
}

.smm_logo {
    width: 150px;
    height: auto;
}

.uzh_logo {
    width: 150px;
}

.lead {
    margin-bottom: 0;
    float: left;
}