@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("xkcd.com") {

#topLeft{
width: 20% !important;
}
#topRight {
width: 80% !important;
}

#topRightContainer img{
float:right !important;
margin-right: 100px !important;
}


#container {
width: 97% !important;
}


#comiclinks {
display: inline!important;
}

#middleFooter {
display: none !important;
}

}