@charset "utf-8";

@media screen and (max-width: 760px) {
  
  #office_section{
   width:100%;  
  }
  
}

@media screen and (min-width: 761px){

  #office_section{
   width:760px;
   margin:0 auto;
  }
  
}

#office_section{
 text-align:center;
}

#map-canvas label{
 width: auto;
 display:inline; 
}

#map-canvas img{
 max-width:none;
}

#gmap{
 width:100%;
 height:370px;
}

