/* applied to the map component */
.routeplanner-map {
	
}

/* the text input field */
.routeplanner-to {
	width: 100%;
	border: 1px solid #CCC;
	background-color: white;
	border-radius: 4px;
	padding: 5px;
	text-shadow: #CCC 1px 1px 5px;	
	margin-bottom: 3px !important;
}

/* the directions form */
.routeplanner-direction-form {
	font-size: 11px;
}

/* the geolocation label */
.routeplanner-geolocation {
	color: #CCC;
	margin-top: 0px;
	margin: 0px !important;
}

/* the submit button */
.routeplanner-button, .routeplanner-print {
	border: 1px solid #CCC;
	background-color: white;
	border-radius: 2px;
	text-shadow: #CCC 1px 1px 5px;
	font-size: 12px !important;
	color: #333;
	line-height: 24px;
	font-family: Georgia, 'Bitstream Charter', serif;	
}

.routeplanner-print {
	display: none;
}
.routeplanner-directions {
	font-size: 11px !important;
}

.routeplanner-directions table {
	margin-bottom: 0px !important;
}

