/* about.com forum ad removal 0.1 */

/* Removes the two large ads on the forum pages */


@-moz-document url-prefix(http://forums.about.com/) {
#adL, div.ptcAdSpace {
display:none !important;
}

}