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