@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("lifehacker.com.au") {
    * {
     box-shadow:none!important;
     -moz-box-shadow:none!important;
     border-radius:0!important;
     -moz-border-radius:0!important
    }
}

@-moz-document domain("gizmodo.com.au") {
    * {
     box-shadow:none!important;
     -moz-box-shadow:none!important;
     border-radius:0!important;
     -moz-border-radius:0!important
    }
}

@-moz-document domain("kotaku.com.au") {
    * {
     box-shadow:none!important;
     -moz-box-shadow:none!important;
     border-radius:0!important;
     -moz-border-radius:0!important
    }
}