/* disabled on 7-31-18 because it interfered with embedded tables
.jPage table {
    margin-left: auto !important;
}
*/

.jPage .ad_wrapper table {
	margin-left: auto !important; 
	margin-right: auto !important;
}

.ad_wrapper table{
	margin-left: auto !important; 
	margin-right: auto !important;
	margin-bottom:0;
}

.ad_wrapper {
 /*   width: 350px !important;*/
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 5px;
}

/* add a default left margin to the .ad_wrapper 
.ad_wrapper{
	margin-left: 147px !important;
}*/

/* add a override for .ad_wrappers inside a jPager 
.jPage .ad_wrapper{
	margin-left: 50px !important;	
} */