body {
    margin: 0; 
    padding: 0;
    background-color: rgb(12,12,12);
    color: white;
    font-family: sans-serif;
}


#map {
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
}

#overlay {
    position: fixed; 
    display: block; 
    top: 5px;
    right: 5px;
    bottom: 30px;

    width: 350px;

    padding: 10px;

    overflow-y: auto;
    background-color: rgba(0,0,0,0.9);
    z-index: 2; 
}

#chart-wrapper {
    height: 200px;
}

.titleInfo {
    border-bottom: 1px solid white;
}

select {
    background-color: rgba(0,0,0,0);
    color: white;
    font-size: 12pt;
    overflow-y: auto;

    width: 100%;
}