#container {
    height: 400px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#sliders td input[type="range"] {
    display: inline;
}

#sliders td {
    padding-right: 1em;
    white-space: nowrap;
}
rect.highcharts-point {
    fill: unset;
}
.sorting{
    display: flex;
    justify-content: end;
}
#test_url_title{
    /*z-index: 555;*/
    /*position: absolute;*/
    /*top: 520px;*/
    /*right: 570px;*/
    display: flex;
    flex-direction: column;
    display: none;
    font-weight: 300;
    font-size: 22px;

}
#test_url_title a{
    font-size: 12px;
}