<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.values1, .values2 { 
    margin-top: 10px; 
}

.btn-sm {
    margin-bottom: 10px;
}

.custom-btn {
    position: absolute;
    left: 20px;
}

.right-custom-btn {
    position: absolute;
    right: 80px;
}

@media (max-width: 767px) {
    .population, .density, .myLegend {
        position: relative;
        overflow: hidden;
        display: block;
    }
    
    .areaLegend, .plotLegend {
        position: relative;
        overflow: hidden;
        display: block;
    }
    
    .custom-btn {
        position: relative;
        left: auto;
    }

    .right-custom-btn {
        position: relative;
        right: auto;
    }
}</pre></body></html>