@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.accuweather.com/us/[two-letter initial for state]/[City]/[ZIP Code]/forecast-hourly.asp")
{
.column-2, .feed-controls, .forecast-status, .logo-ad, .panel-head-tabs-rt, .panel-warning, #extras, #feed-tabs, #footer, #header, #nav-interest, #offers, #panel-feature-video, #panel-feature-video-short, #feature-history, #feature-sun, #feature-moon, .realfeel, #detail-tab-buttons, #wrap-header-nav
{
display: none !important
}

/* May break */

/* Remove Wind */

#detail-hourly > DIV > TABLE > TBODY > TR:first-child + TR + TR + TR
{
display: none !important;
}

/* Remove Humidity */

#detail-hourly > DIV > TABLE > TBODY > TR:first-child + TR + TR + TR + TR
{
display: none !important;
}

/* Remove Dewpoint */

#detail-hourly > DIV > TABLE > TBODY > TR:first-child + TR + TR + TR + TR + TR
{
display: none !important;
}

}