div.infoWindow dl.cleafix {
    width: 320px;
    height: 80px;
}

div.infoWindow dl.cleafix dt,
div.infoWindow dl.cleafix dd {
    float: left;
}

div.infoWindow dl.cleafix dt {
    width: auto;
    height: auto;
    max-width: 80px;
    max-height: 80px;
}

div.infoWindow dl.cleafix dt div.photo {
    width: 80px;
    height: 80px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

div.infoWindow dl.cleafix dt div.photo img {
    width: auto;
    height: auto;
    max-width: 75px;
    max-height: 75px;
}

div.infoWindow dl.cleafix dd {
    padding-left: 5px;
    width: 240px;
}

div.infoWindow dl.cleafix dd div.outline div.price {
    width: 100%;
    text-align: right;
    vertical-align: middle;
}

div.infoWindow dl.cleafix dd div.outline div.price b {
    color: red;
    font-size: 140%;
}

div.infoWindow dl.cleafix dd div.outline div.name {

}

div.infoWindow dl.cleafix dd div.outline div.location {

}

div.infoWindow dl.cleafix dd div.outline div.traffic {

}

@media screen and (max-width: 783px) {
    div.infoWindow dl.cleafix {
        width: 250px;
        height: 200px;
    }

    div.infoWindow dl.cleafix dt,
    div.infoWindow dl.cleafix dd {
        float: none;
    }
}