@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.geocaching.com/seek/cdpf.aspx") {

/* Remove Icons */
div.item > div.item-header > span.ui-icon {
    display:none !important;
}

/* Remove Borders */
div.ui-widget-content {
    border: none !important;
}

/* Remove Disclaimer */
div.TermsWidget {
    display:none !important;
}

/* Remove complete short description */
.sortables > .item:nth-child(2) {
    display: none !important;
}

/* Remove heading of long description */
.sortables > .item:nth-child(3) > .item-header {
    display: none !important;
}

/* Insert free space on top of long description */
.sortables > .item:nth-child(3) > .item-content {
    padding-top: 20px !important;
}

/* Remove Additional Waypoints */
.sortables > .item:nth-child(5) {
    display: none !important;
}

/* Remove attributes */
.sortables > .item:nth-child(6) {
    display: none !important;
}

/* Remove Trackable Items */
.sortables > .item:nth-child(7) {
    display: none !important;
}

/* Remove Map */
.sortables > .item:nth-child(9) {
    display: none !important;
}

/* Remove "Page Generated on" and Footer */
div#Content > p.AlignCenter, #Footer {
    display: none !important;
}

}