.mod-fwre-map-area {
    padding: 10px;
    background: #f2f2f2;
}
.mod-fwre-map-pin {
    color: #2d3e50;
    line-height: 140%;
	min-height: 90px;
	min-width: 300px;
}
.mod-fwre-map-pin-name a {
    color: #2d3e50;
    display: block;
    margin: 3px 0 5px;
    font-weight: bold;
    text-decoration: none;
}
.mod-fwre-map-pin img {
	max-width: 100%;
    display: block;
    border: 2px solid #78c2ff;
    border-radius: 4px;
}
.mod-fwre-map-pin-price {
    color: #f95252;
    font-weight: bold;
}
