ul.property_widget li{
	list-style:none;
        margin-left:0px;
}
.property-widget-img{
	float:left;
        width:140px;
}
.property-widget-title{
	float:left;
        width:184px;
        line-height:17px;
        font-size:14px;
        padding:0 0 0 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #4fb84f;
}
.property-widget-description {
	float:left;
        width:184px;
        margin-bottom: 10px;
        padding-left:5px;
        line-height:20px;
        font-size:12px;
        height:82px;
        overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.property-clear-both {
	clear:both;
        border-bottom:1px solid #ebebeb;
        margin-bottom:15px;
}
@media (max-width: 343px) {
        .property-widget-title{ 
                width:100%;
        }
        .property-widget-img, .property-widget-description{
                width:100%;
                text-align:center;
        }
	.property-widget-description{
		height:initial;
	}
}


