#mapWrapper {
    width: 100%;
	background-color: #f8f8f8;	    
}

#toolbar {
    background: white;
    height: 30px;
}

#map {
    position: relative;
    background: white;
    height: 600px;
	border: 1px solid rgba(34, 36, 38, 0.15);
}

.helplink {
	white-space: nowrap;
	margin:0px;
	margin-top:4px;
	vertical-align:middle;
    font-weight: bold;
}

.helplink a {
	white-space: nowrap;
	width: auto !important;
}

img.navigation-icon {
    height: auto; 
    width: auto; 
    max-width: 175px; 
    max-height: 175px;
}

/* Scale bar*/
.olControlScaleBar {
    bottom: 10px;
    left: 10px;
    font-family: sans-serif;
	font-size: 11px;
    color: #000;
}

.olControlScaleBarBar {
    height: 1px;
    top: 14px;
    background: #333;
}

.olControlScaleBarBarAlt {
    height: 1px;
    top: 14px;
    background: #333;
}

.olControlScaleBarMarkerMajor {
    height: 7px;
    width: 1px;
    top: 11px;
    background: #333;
}

.olControlScaleBarMarkerMinor {
    height: 5px;
    width: 1px;
    top: 12px;
    background: #333;
}

.olControlScaleBarNumbersBox {
    width: 40px;
    height: 13px;
    top: 21px;
    font-size: 11px;
}

.olControlScaleBarLabelBox {
    top: -2px;
    height: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
	font-size: 11px;
    font-variant: small-caps;
}

.olControlScaleBarLabelBoxSingleLine {
    height: 15px;
    width: 35px;
    top: 5px;
    left: 10px;
	font-size: 11px;
    font-variant: small-caps;
}