.pentaden-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 10px;
}

.pentaden-control {
    display: flex;
    flex-direction: column;
}

.pentaden-control label {
    font-size: 12px;
    margin-bottom: 2px;
    font-weight: bold;
}

.pentaden-station {
    width: 320px;
}

.pentaden-small {
    width: 90px;
}

.pentaden-medium {
    width: 130px;
}

.pentaden-fenster {
    width: 170px;
}

.pentaden-fenster span {
    display: inline-block;
    width: 22px;
    text-align: right;
}

#heatmapFrame {
    border: 0;
    outline: none;
}