@charset "utf-8";

.about-rows
{
	margin-left: 50px;
	margin-right: 50px;
}

#map {
       height: 80%;
	margin: 10px auto;
       width: 90%;
       overflow: hidden;
       }

.gm-style-iw * {
        display: block;
        width: 100%;
    }

          /*style the box*/  
         .gm-style .gm-style-iw {
            max-height: 200px !important;
            padding-top: 0px;
			padding-right: 10px;
            display: block !important;
			max-width: 330px !important;
			overflow: auto !important;
         }  
		 

	 /*style the arrow*/
        .gm-style div div div div div div div div {
            padding: 0;
            margin: 0;
            top: 0;
            font-size: 13px;
        }
     /*style the link*/
        .gm-style div div div div div div div div a {
            font-weight: normal;
        }
