#content .right-flow h3 {
    padding-left: 5px;
    font-size: 14px;
}

#properties-list .properties-column {
    width: 185px;
    float: left;
}

#properties-list br { 
    clear: both;
}

#properties-list li {
    list-style-type: disc;
    color: #990000;
}

.property-link {
    margin-bottom: 10px;
    font-size: 12px;
}

.property-link:hover {
    background-color: #990000;
    color: #fff;
}

.property-link address { 
    font-weight: normal;
}

.property-link a { 
    display: block;
    color: #211811;
    font-weight: bold;
    width: 185px;
    padding: 5px;
}

.property-link a:hover { 
    color: #fff;
}
