/* Custom Styles for Hubbard's alternative ad server support */

.widget.no-title.ad-unit.hbi-alt-ad, .widget.no-title.ad-unit.hbi-alt-ad div {
    background: none !important;
    border: 0 !important;
}

/* Main Content ad constraints */
.widget.no-title.ad-unit.hbi-alt-ad img,
.above_content_ad_container img,
.below_content_ad_container img
{
    width: 100%;
    max-width: 728px;
    height: auto;
}

/* Side bar ad constraints */
aside .widget.no-title.ad-unit.hbi-alt-ad img {
    width: 100%;
    max-width: 300px;
    height: auto;
}