body {
    font-family: 'Lato', sans-serif;
}

.tooltip {
    position: absolute;
    text-align: center;
    padding: 8px;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    pointer-events: none;
    font-family: 'Source Sans Pro', sans-serif;
    color: #2e3e50;
}

#map {
    width: 100%;
    height: 600px;
}
