@-moz-document 
url-prefix(http://someurl/)
{
* {
float: inherit !important;
border: none !important;
line-height: normal !important;
height: auto !important;
width: auto !important;
overflow: visible !important;
font-family: inherit !important;
font-size: inherit !important;
font-weight: bolder !important;
color: inherit !important;
}
#top-section,
#table_tabs,
#contentActionsWrapper,
#details-controller,
.fineprint,
h5,
.documentContent,
img
{
display: none !important;
}
li:before {
content: "[_]";
}
}