 
#world-map { 
    height: 600px !important;  
    width: 1000px;
}

.leaflet-container{
    background-color: hsl(204, 100%, 89%);
}


h4 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
    font-size: 12px;
}

.info {
    padding: 4px 6px;
    font: 14px 'Source Sans Pro', sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color:black;
}

.legend span, .legend label {
    display: block;
    width: 45px;
    height: 7px;
    float: left;
    opacity: 0.7;
    text-align: center;
    font-size: 80%
  }


