/*extra setting for eg override the default css */

#id_pager2{
	position: fixed;
	bottom: 22px;
	margin-left: 32px;
	/* width: 100%; */
	background-color: #fff;
	max-width: 1230px;
	/*z-index:1;/*Make on top of footer*/
	z-index:3;
}
.pager_paging a {
	color:#d43f3a;
}
.pager_paging a:hover, .pager_paging a:focus{
	background-color: #eee;
	border-color: #ddd;
	color: rgba(150,15,44,1.00);
}
.pager_paging a:active {
	
}

/* CHG the default 40px */
.pager_paging input {
    height: 35px;
}
.pager_paging a {
    height: 35px;
    line-height: 35px;
}

@media (max-width: 768px) {
	#id_pager2{
		bottom: 18px;
		margin-left: 15px;
	}
}
