.ads-post {
    /*background-color: rgba(242,242,242,1.00);*/
    border-top: 1px solid rgba(212,212,212,1.00);
    border-bottom: 1px solid rgba(212,212,212,1.00);
    padding: 1rem 0;
    text-align: center;
}

.ads-post .ads-info {
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.5rem;
    color: rgba(0,0,0,1.00);
    display: inline-block;
}

.ads-banner-970 {
	max-width:970px;
	max-height:250px;
    /*background-color: rgba(242,242,242,1.00);*/
	margin-left:auto;
	margin-right:auto;
}

.ads-banner-768 {
	max-width:728px;
	max-height:150px;
    /*background-color: rgba(242,242,242,1.00);*/
	margin-left:auto;
	margin-right:auto;
}

.ads-banner-320 {
	max-width:320px;
	max-height:120px;
    /*background-color: rgba(242,242,242,1.00);*/
	margin-left:auto;
	margin-right:auto;
}

.ads-banner-responsive {
    /*background-color: rgba(242,242,242,1.00);*/
	padding: 1rem 0;
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------ADS-VERIFICATION------------------------------------*/
/*-----------------------------------------------------------------------------------*/

body .verification-data-ads {
	display: none !important;
	margin-bottom: 2rem;
	padding:0.5rem;
	text-align:center;
	background-color: rgba(212,212,212,1.00);
	float:left;
	width:100%;
}

body.logged-in .verification-data-ads {
	display: block !important;
}

.ads-banner ins {
	background-color: rgba(242,242,242,1.00);
}