﻿.GoogleMap_direction *
{
	font-size: 11px;
	font-family: Verdana,Arial,sans serif;
}

.gmnoprint
{
	font-size: 12px;
	font-family: Verdana,Arial,sans serif;
}

.DNNSmart_GoogleMap_GetDirections
{
	border-style: groove;
	font-size: 12px;
	background-color: White;
}

#map_canvas img
{
	max-width: none;
}

.div_from
{
	float: left;
	 margin:2px;
}
.div_to
{
	float: left;
	 margin:2px;
}
.div_button
{
		float: left;
	 margin:2px;
}

/*--------- CSS Reset for Mobile ----------*/
@media handheld, only screen and (max-width: 767px) { 
.DNNSmart_GoogleMap_From,.DNNSmart_GoogleMap_To {
    width: 95%!important;
}
.div_from
{
	float: none;
	 margin:2px;
}
.div_to
{
	float: none;
	 margin:2px;
}
.div_button
{
		float: none;
	 margin:2px;
}
}