html {
    font-family: sans-serif;
    font-size: 11pt;
}

.map {
    min-height: 600px;
    min-width: 100%;
    z-index: 1 !important;
    background: black;
}

.results {
    background-color: white;
    opacity: 0.8;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 320px;
    height: 480px;
    overflow-y: scroll;
}

.leaflet-control-attribution{
	display: none !important;
}