.ad_placeholder {
	text-align: center;
	margin-top: 25px;
	margin-left: -25px;
	margin-right: -25px;
}

.ad_placeholder > div {
	margin: 15px auto;
}

.ad_placeholder > .divider > span {
	font-size: 1em;
	background-color: #ffffff;
	position: relative;;
	top: -13px;
	/*padding: 0 10px;*/
}

.ad_placeholder > .divider {
	/*border-bottom: 1px solid black!important;*/
	background: none!important;
	width: 60%;
	margin: 15px auto;
	color:#000000;
	height: 1px;
	/*padding: 15px 0;*/
}
.cm-theme-below-post-related .ad_placeholder  .divider, .custom_adsense_caption .ad_placeholder  .divider{
	border-bottom: 0 !important;
}

@media only screen and (min-width:1200px) {
.ad_placeholder > .adsense-full-width {
	width:94% !important;
}

}
@media only screen and (min-width:768px) and (max-width: 1200px) {
.ad_placeholder > .adsense-full-width {
	width:93% !important;
}

}
@media only screen and (max-width:767px) {
	.ad_placeholder>.divider
	{
		width: 60%;
	}
	.ad_placeholder > .adsense-full-width {
		width:87% !important;
	}
}
@media only screen and (max-width:321px) {
	.ad_placeholder > .adsense-full-width {
		width:86% !important;
	}
	}
