.clear{
	clear: both;
}	
.info-realty {
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 10px;  
}
.info-img {
	width: 12%;
	height: auto;
	float: left;
}
.info-title {
	width: 88%;
	height: auto;
	float: right;
	font-size: 15px;
}
.info-title span {
	color: green;
}
.price-list {
	margin-top: 20px; 
}
.if-left, .if-right {
	float: left;
}
.if-left {
	width: 20%;
	text-align: right;
}
.if-right {
	text-align: left;
	padding-left: 5px;
	width: 80%;
}
.listing-des {display: none;}

.tCell span {
	font-size: 20px;
	color: #BDB4B4;
}
input.listing:empty {
	visibility: hidden;
	margin-left: -15px;
}
input.listing:empty ~ label {
	position: relative;
	float: left;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 100;
	white-space: nowrap;
}
input.listing:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
}
input.listing:checked ~ label span{
	color: green;
}
.popover-content{
	min-width: 280px;
	min-height: auto;
	max-width: auto;
	height: auto;
}
@media only screen and (min-width: 480px) and (max-width: 1000px) {

.price-list {
	overflow-x: scroll;
}
	
}
@media only screen and (min-width: 320px) and (max-width: 480px) {

.info-img {
	width: 20%;
}
.info-title {
	width: 78%;
}
.price-list {
	overflow-x: scroll;
}

}
