/**
 * Css styles for google maps shortcode.
 */
.property-infobubble-content img {
	width: 300px;
	height: 150px;
}

.property-infobubble-content .title {
	margin-top: 10px;
}

.infobubble-property-title {
    font-size: 16px;
    font-weight: bold;
    color: rgb(67, 74, 84);
}

.property-infobubble-content div a {
	text-decoration: none;
}

.property-infobubble-content div a:hover {
	color: #3C90BE;
}

.property-infobubble-content .icon-value {
    font-size: 14px;
    font-weight: bold;
    color: #768082;
}

.property-infobubble-content .property-type-status {
	font-size: 14px;
	font-weight: bold;
	color: #768082;
	margin-top: 10px;
}

.property-infobubble-content .property-feature-icons{
	margin: 10px 0px 0px 0px;
	padding-top: 10px;
	border-top: 1px solid #F0F0F0;
}
