body{
  margin:5px;
}
#map{
  display: block;
  width: 63%;
  height: 80%;
  float: left;
  position: absolute;
  right: 6%;
  margin: 7% 0 7% 0;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}


@media only screen and (max-width : 768px) 
{#map{display: block;
height: 400px;
position: static !important;
padding-left: 0px;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
width: 90%;
margin: 0px 5%;
}}
	

@media only screen and (max-width : 768px) 
{.gm-style { width: 100% !important;
margin-top: 0px !important;
margin-left: 0% !important;
position: relative !important;
left: 0px !important;
top: 0px !important;
overflow: hidden!important;
width: 100% !important;
height: 100% !important;
z-index: 0 !important;

}}
		
#map.large{
  height:500px;
}

.overlay{
  display:block;
  text-align:center;
  color:#fff;
  font-size:0.9em;
  line-height:80px;
  opacity:0.8;
  background:#333333;
  border:solid 3px #333333;
  border-radius:4px;
  box-shadow:2px 2px 10px #333;
  text-shadow:1px 1px 1px #666;
  padding:0 4px;
}

.overlay_arrow{
  left:50%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay_arrow.above{
  bottom:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-top:16px solid #333333;
}
.overlay_arrow.below{
  top:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:16px solid #333333;
}