﻿.record-details li {
    float: none;
    width: auto;
}

.salary, .price {
    margin-bottom: 5px;
}
.price + .sub-details {
    color: #777;
}

.record-details .location .lbl {
    width: calc(30% - 5px);
}
.record-details .location .address {
    width: 69%;
    float: right;
}

.FieldWrap-upload > label {
    float: none;
    width: auto;
    display: block;
    margin-top : 0;
}
.FieldWrap-upload > .Field {
    width: auto;
    float: none;
}