@charset "UTF-8";

#listings-map{
	height:500px;
}

.heavy-text{
	font-weight:700;
}

.infobox-container{
	max-width: 250px;
}

.marker-property-details{
	display:inline-block;
	padding-left:10px;
}

.marker-price{
  display:block;
  font-size:18px;
}

#map-loading-text{
	margin: auto;
	position: relative;
	top: 50%;
	font-size:2em;
	width:8em;
}

/*hides the div after the main infowwindow container, which contains the close button*/
.gm-style-iw + div {display: none;}

.marker-left-col{
	width:50%;
	display:inline-block;
	vertical-align: top;
}
.marker-right-col{
	width:50%;
	display:inline-block;
	vertical-align: top;
}
.marker-image{
	max-width:100%;
	width:100%;
	vertical-align: top;
}
span.marker-type{
}