html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#map-canvas {
	margin: 0;
	padding: 0;
	height:100%;
	max-width: none;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	position:absolute;
	/*width: 50px !important;*/
	top: -10px !important;
	right:-10px !important;
	background-color: #fff;
	border: 3px solid #363F8A;
	border-radius: 15px 15px 15px 10px;
	text-align:center;
	}
	
	
.gm-style-iw span {
	text-align:center;
	font-size:15px;
	padding-left:7px;
	padding-right:7px;
	color:#363F8A;
	}
	
#iw-container {
	max-width:350px;
	background:#FFF;
	margin-bottom: 10px;
}

#iw-container a {
	text-decoration:none;
	color:#000;
}

#iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background: rgba(44, 53, 132, 0.95);
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}
.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}