.contentarea {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #b2b2b2;
    margin-bottom: 30px;
}
.section .offer-list {
}
.section .tab-typ3 .resp-tab-content{
	padding:0;
}
.section .tab-typ3 .resp-tabs-container{
	background:none;
}
.section .offer-list .probox-typ6{
	background-color:#fff;
	box-shadow:0 0 4px #bbbbbb;
	padding:10px;
	margin-top:15px;
}
.section .offer-list .probox-typ6:first-child{
	margin-top:0;
}
.section .offer-list .image{
	text-align:center;
}
.section .offer-list .image img{
	display:inline-block;
}
.section .offer-list .probox-typ6 .title a{
	color:#15262f;
	font-size:17px;
}
.section .offer-list .price {
    font-family: "lato_bold";
    font-size: 23px;
    line-height: 18px;
}
.section .offer-list .price sup {
    font-size: 15px;
    top: -5px;
}

.section .offer-list .content{
	padding:0 10px;
	border-right:1px solid #eeeeee;
}
.section .offer-list .other-detail{
	text-align:right;
}
.section .offer-list .offers {
	color: #a3a6af;
    font-family: arial;
}
.section .offer-list .offers .fa {
    color: #666666;
    font-size: 12px;
    margin-right: 7px;
}

@media(min-width:768px){
	.dis-table{
		display:table;
		width:100%;
		margin:0;
	}
	.row.dis-table > div{
		display:table-cell;
		float:none;
		padding:0;
	}
}
@media(max-width:991px){
	.section .offer-list .dis-table{
		display:block;
		width:100%;
		margin:0;
	}
	.section .offer-list .row.dis-table > div{
		display:block;
		float:none;
		padding:0;
	}
	.section .offer-list .content{
		border-right:0;
		border-bottom:1px solid #eeeeee;
		padding:10px 0 !important; 
	}
	.section .offer-list .other-detail{
		text-align:left;
		margin-top:10px;
	}
}
@media(max-width:767px){
	.contentarea{
		background:none;
		border:0;
		box-shadow:none;
	}
	.sidebar{
		box-shadow:0 0 3px #b2b2b2;
	}
}