@CHARSET "UTF-8";

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#tourplan {
    display: block;
    
    position: relative;
    
    border-bottom: 10px solid #ffd800;
}

#tourplan .infoMessage {
    text-align: center;
    
    padding: 0 20px;
}

#map-canvas,
#tour_navigation {
    min-height: 500px;
}

#map-canvas {
    height: 100%;
}

#tour_navigation {
    position: absolute;
    top: 0;
    left: 0;
    
    min-width: 150px;
    max-width: 200px;
    
    background: #ffffff;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
    filter: alpha(opacity=90); /* IE 5-7 */
    -moz-opacity: 0.9; /* Netscape */
    -khtml-opacity: 0.9; /* Safari 1.x */
    opacity: 0.9; /* Good browsers */
}

#tour_navigation li {
    display: block;
    
    font-size: 16px;
    
    border-bottom: 1px solid #000000;
}

.infoWindow {
    font-size: 16px;
    
    font-family: "Archivo Narrow", sans-serif;
}

#tour_navigation li .inner {
    padding: 5px 10px;
}

#tour_navigation li.hovered {
    background: #ffd800;
}

.infoWindow h5,
#tour_navigation li h5 {
    font-size: 18px;
    font-weight: bold;
    
    margin-bottom: 3px;
}