@media (max-height: 830px){
    .controls {
    }

    .controls button{
        height: 20px;
        font-size: 14px;
    }

    .section-headline {
        font-size: 12px;
        margin-bottom: 2px;
    }

    header {
        height: 25px;
        font-size: 20px;
    }

    .section-load, .section-new-track, .section-save {
        height: 40px;
    }

    .section-new-track {
        margin-bottom: 5px;
    }

    .section-params {
        height: 220px;
    }

    .slider-cont {
        font-size: 13px;
    }

    .slider-cont input[type=range] {
        height: 5px;
    }

    .slider-cont input[type=range]::-webkit-slider-thumb {
        height: 15px;
        width: 15px;
    }

    .switch{
        height: 16px;
        width: 40px;
    }

    .switch-pin{
        height: 10px;
        width: 10px;
    }

    #interpolation {
        width: 325px;
    }

    .section-stats {
        font-size: 13px;
        height: 90px;
    }

    .section-save {
        margin-bottom: 10px;
    }
    
    
    
}