

#adsninjacss {
    clear: both;
}
#adsninjacss iframe,
ins {
    /* margin: 0 !important; */
    background: transparent !important;
}
#adsninjacss img {
    clear: both;
    display: inline-block !important;
}


/** testing **/
@media screen and (min-width: 320px) {

.demoTextAdSide {
    color: #fff;
    font-size: 20px;
    padding: 40px 15px;
    background: #FF5722;
    display: inline-block;
    width: auto;
	border-radius: 3px;
	line-height: 1.1;
	width: 100%;
	height: 250px;
	text-align: center;
}

.demoTextAdSide a {
	color: #ffeb3b !important;
	text-decoration: underline;
	}

.demoTextAdSideGreen {
    color: #fff;
    font-size: 20px;
    padding: 40px 15px;
    background: #37BF91;
    display: inline-block;
    width: auto;
	border-radius: 3px;
	line-height: 1.1;
	width: 100%;
	height: 250px;
	text-align: center;
}

.demoTextAdSideGreen a {
	color: #ffeb3b !important;
	text-decoration: underline;
}

	.yellow {
		color: #ffeb3b !important;
	}

.demoTextAd {
    color: #fff;
    font-size: 20px;
    padding: 90px 15px;
    background: #7dadb3;
    display: inline-block;
    width: auto;
	border-radius: 3px;
	line-height: 1.1;
	width: 300px;
	height: 250px;
	text-align: center;
}

.demoTextAdGreen {
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
    background: #37BF91;
    display: inline-block;
    width: auto;
	border-radius: 3px;
	line-height: 1.1;
	width: 300px;
	height: 80px;
}

}

@media screen and (min-width: 640px) {

.demoTextAd {
    color: #fff;
    font-size: 20px;
    padding: 90px 15px;
    background: #7dadb3;
    display: inline-block;
    width: auto;
	border-radius: 3px;
	line-height: 1.1;
	width: 336px;
	height: 280px;
	text-align: center;
}

.demoTextAdGreen {
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
    background: #37BF91;
    display: inline-block;
    width: auto;
	border-radius: 3px;
	line-height: 1.1;
	width: 728px;
	height: 80px;
}

}



.demoTextAdSmall {
    font-size: 15px;
}
