
.gm-style-iw {
	width: auto !important;
	top: 0px !important;
	left: 0px !important;
	background-color: #fff;
    box-shadow: 0 2px 10px rgb(101, 99, 99);
    border: 1px solid rgb(45, 69, 44);
    border-radius: 10px 2px 10px 10px;
}
#iw-container {
	margin-bottom: 10px;
}
#iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #3f803c;
	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;

	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-container .iw-content {
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
	margin-right: 1px;
	padding: 10px 3px 15px 10px;

	overflow-y: auto;
	overflow-x: hidden;
}
	
	
}