.property-mail .steps .property.row {
    padding: 15px 0;
    border: 1px solid rgba(0,0,0,.2);
    margin: 0;
    background: white;
    border-radius: 5px;

    position: relative;
}

.property-mail .steps .property.row img {
    max-width: 100%;
    max-height: 150px;
}

.properties-sortable li {
    position: relative;
}

.properties-sortable .fa.fa-times {
    position: absolute;
    top: 16px;
    right: 13px;
    left: auto;
    font-size: 17px;
    border-radius: 5px;
    z-index: 100;
    color: red;
}

.properties-sortable .fa.fa-times:hover {
    font-size: 19px;
    top: 15px;
    right: 12px;
}

.properties-sortable li {
    padding: 15px;
}

.contacted {
    opacity: 0.5;
}