@media only screen and ( min-width: 770px ) {
	
	#dsk-banner-ad-b {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #f2f2f2;		
		min-height: 90px;
	}

	#dsk-box-ad-a, 
	#dsk-box-ad-b {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #f2f2f2;
		min-height: 250px;
	}

	#dsk-box-ad-c, 
	#dsk-box-ad-d, 
	#dsk-box-ad-e, 
	#dsk-box-ad-f {
		text-align: center;
		padding-top: 5px;
		padding-bottom: 10px;
	}

	div[id^="dsk-"] iframe {
	    margin-bottom: 0px;
	}

}


@media only screen and ( max-width: 770px ) {
	#mob-box-ad-a, 
	#mob-box-ad-b, 
	#mob-box-ad-c, 
	#mob-box-ad-d, 
	#mob-box-ad-e, 
	#mob-box-ad-f {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	div[id^="mob-"] iframe {
	    margin-bottom: 0px;
	}

	/* anti infolinks grey space */
	#IL_INSEARCH {
		border-width: 0px !important;
	}
	

}

#native-ad-a {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}




/* override theme's iframe bottom margin */
/*iframe {
	margin-bottom: 10px !important;
}*/

