#index h2 {
    margin-bottom: 4px;
    margin-top: 4px;
}
#index h3 {
    margin-top: 5px;
    margin-bottom: 3px;
}
#index h4 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0px;
}
#search_results p,
#index h2,
#index h3,
#index h4 {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.last_h3 {
    margin-bottom: 15px;
}
.last_h4 {
    margin-bottom: 5px;
}
.first_h3 {
    margin-top: 5px;
}
.first_h4 {
    margin-top: 3px;
}
.h3,
.h4 {
    display: block;
    height: 0px;
    overflow: hidden;
}
#index .h3,
#index .h4 {
    transition: all 0.3s;
}
.h3.open,
.h4.open {
    height: inherit;
}
#search_results {
    position: relative;
    min-height: 1em;
}
#search_results h2 {
    margin-top: 1.2em;
    padding-top: 0.2em;
}
#search_results p {
    font-size: 1.1em;
    margin-bottom: 0.5em;
    margin-top: 0;
}
nav .indexNr {
    width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.spot span,
.searchSpot {
    color: #fff;
    background: #000;
}
.panelClose {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
}
