

body { margin:0; padding:0; }

#map { top:0em; bottom:0; width:100%; height: 60vh;}

@media (min-width: 768px) {
    #map { top:0em; bottom:0; width:100%; height: 70vh;}
  }

#header {
    margin-top: 0em;
    padding-top: 1em;
    width:100% !important;
    text-align: center;
}

#details {
    margin-top: 0.75em;
    width:100% !important;
}

#details h5 {
    margin-bottom: 0.2em;
}

#box_voto {
    padding-left: 5px;
    padding-right: 5px;
}

#box_demo {
    padding-left: 5px;
    padding-right: 5px;
}
@media (min-width: 768px) {
    #box_voto {
        padding-left: 5px;
        padding-right: 15px;
    }
    
    #box_demo {
        padding-left: 15px;
        padding-right: 5px;
    }
}


.table-map {
    margin-top:0px;
    font-size: 0.9em;
}

.table-map th {
    border-top: none;
    font-weight: 300;
    font-size: 0.9em;
    color: grey;
}

.table-map td {
    border: none;
    line-height: 1.2em;
}

td.table-right, th.table-right {
    text-align: right;
}

td .unit {
    display: inline;
    color: grey;
    font-size: 0.8em;
    text-align: right;
    font-weight: 600;
}

.mapboxgl-popup-tip {
    display: none;
}

.mapboxgl-popup-content {
    padding: 5px;
    background-color: rgba(255,255,255,0.8);
    font-size: 1.25em;
    box-shadow: none;
}

.mapboxgl-popup-content p {
    padding: 0px;
    margin: 0px;
    line-height: 1em;
}