ul.select-btns {
    margin:     0;
    padding:    0;
    list-style: none;
}

ul.select-btns li {
    list-style-type: none;
    line-height:     2.5em;
}

ul.select-btns li button { width: 100%; }

ul.select-btns li.selected button {
    cursor:             default !important;
    background-color:   #8d9297 !important;
    border-color:       #1c1d1f !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}

ul#choose-parameter {
    display:         flex;
    flex-wrap:       wrap;
    justify-content: center;
}
#choose-parameter li {
    margin: 0 5px;
}

@media (min-width: 992px) {
    #choose-parameter li { min-width: 20%; }
    .long-title { display: inline; }
}

@media (max-width: 991px) {
    .long-title { display: none; }
}

@media (min-width: 768px) and (max-width: 991px) {
    #choose-parameter li { width: 130px; }
}

@media (max-width: 575px) {
    #choose-parameter li {
        width:     40%;
        min-width: 115px;
    }
    #choose-parameter li .btn { font-size: 16px; }
}

#mapsDisplay {
    display:   flex;
    flex-wrap: wrap;
}

#mapsDisplay > * {
    flex:      1 0 50%;
    min-width: 300px;
}

.trend-map {
    padding: 0.5em;
}