@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("pownce.com")
{

/*make header align to top and fill page width (by Dreg, modified by me)*/
div[id="header"] {position: absolute !important; top: 0px !important; left: 0px !important; width: 100% !important; height: 45px !important;}

/*move some sections down (by Dreg, modified by me)*/
#filter_notes {position: relative !important; top: -1px !important;}
#content, #note-div {position: relative !important; top: 60px !important;}
#note-div, #page-contents {position: relative !important; top: 20px !important;}
#footer {position: relative !important; top: 50px !important; padding: 0px !important;}

/*Remove embeded sponsors, what is the point of pro again? (by Dreg)*/
li[class="ad-note"] {display: none !important;}


/*Remove Go Pro right side (by me)*/
#side-2 {display: none !important;}
.locality {padding-left: 4px !important; display: block !important;}
}

