p,li{
	color: #7d1873;
	font-size: 125%;
}

#map-canvas {
    width: 500px;
    height: 400px;
}

.f-nav{ 
	z-index: 9999; 
	position: fixed; 
	left: 950px; 
	bottom: 180px; 
	width: 100%;
}

.c-nav{
	z-index: 9999; 
	position: fixed; 
        top: 10px;
}

span.stretch {
    display:inline-block;
    transform:scale(1.5,1); /* W3C */
    -webkit-transform:scale(1.5,1); /* Safari and Chrome */
    -moz-transform:scale(1.5,1); /* Firefox */
    -ms-transform:scale(1.5,1); /* IE 9 */
    -o-transform:scale(1.5,1); /* Opera */
}