@charset "UTF-8";
/* CSS Document */

html, body, #map {
    width: 100%;
    height: 100%;
    margin: 0;
    
    /* Remove Yellow highlight box */
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

