#aw-toc-ctn {
	position : relative;
}

@media (min-width: 1200px){
	#aw-toc {
		position : absolute;
		margin-left : -250px;
		width : 200px;
	}

	#aw-toc.aw-static {
		position : fixed;
		top:80px;
	}
	
	.content{
		width : 900px!important;
		right : -100px;
	}
}

@media (min-width: 1200px) AND (max-width: 1400px){
	.rehub_feat_block.table_view_block .offer_thumb{
		max-width : 110px;
		padding-left : 0!important;
		padding-right : 0!important;
	}
	
	.rehub_feat_block.quick-offer-block {
		margin-left : -15px!important;
		padding : 18px 10px!important;
		
	}
	
	.rehub_feat_block.table_view_block .desc_col {
		padding: 0 8px!important;
	}
	
	.rehub_feat_block .offer_thumb img {
		max-width: 110px!important
	}
}

@media (min-width: 1400px){
	#aw-toc {
		margin-left : -260px;
		width : 200px;
	}

	.content{
		width : 1000px!important;
		right : -100px;
	}
}

@media (min-width: 1600px){
	.content{
		width : 1200px!important;
	}
}

#aw-toc {
	margin-bottom : 20px;
	font-size : .9rem;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.aw-toc-title{
	font-weight : bold;
	text-transform : uppercase;
	background-color : black;
	color : white;
	padding : .3rem .5rem;
	border-top-left-radius : .3rem;
	border-top-right-radius : .3rem;
}

#aw-toc ul{
	list-style-type : none;
	margin : 0;
	padding : .5rem .5rem .5rem 0;
	background-color : #f5f5f5;
	border-bottom-left-radius : .3rem;
	border-bottom-right-radius : .3rem;
}

#aw-toc li{
	list-style-type : none;
	margin : 0;
}

#aw-toc a {
	color : black;
	text-decoration : none;
	display : block;
	border-left :3px solid transparent;
	padding-bottom : 10px;
}

#aw-toc a:hover {
	color : #a3a3a3;
}

#aw-toc a.done {
	color : #a3a3a3;
	border-left :3px solid #a3a3a3;
}

#aw-toc a.active {
	font-weight : bold;
	color : #a3a3a3;
	border-left :3px solid #a3a3a3;
}

.aw-toc-h2 a {
	padding-left : 10px;	
}

.aw-toc-h3 a {
	padding-left : 15px;
}

.aw-toc-h4 a {
	padding-left : 20px;
}

.aw-toc-h5 a {
	padding-left : 25px;
}

.aw-toc-h6 a {
	padding-left : 30px;
}

.aw-toc-target{
	position : relative;
	top : -100px;
}


