.clear {
	clear: both;
}
.list-price-title {
	border-left: 5px solid #27aae1;
	padding-left: 10px;
	margin-bottom: 20px;
}
.list-price-box {
	width: 100%;
	height: auto;
}
.lp-box {
	width: 100%;
	height: auto;
	border: 1px solid #BEE6A1;
	margin-bottom: 15px;
	background-color: #F3F6FB;
}
.lpb-img {
	width: 18%;
	height: auto;
	float: left;
	padding-left: 5px; 
	padding-bottom: 10px;
}	
.lpb-img img{
	width:100px;
}

.lpb-info{
	width: 75%;
	height: auto;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
}	
.lpbi-title {
	font-size: 15px;
	font-weight: bold;
}
.lpbi-des {
	font-size: 13px;
	color: #555;
}
#list-price-col-3 , #list-price-col-2 {
	padding-left: 0px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

.lp-box {
	margin-bottom: 10px;
}
.lpb-img {
	width: 23%;
	height: auto;
	float: left;
	padding-left: 5px; 
}
.lpb-img img{
	width: 90%;
}	
.lpb-info{
	width: 75%;
	height: auto;
	float: left;
	padding-top: 10px;
}	
.lpbi-title {
	font-size: 15px;
	font-weight: bold;
}
.lpbi-des {
	font-size: 13px;
}

}