@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(digg.com) {

/* left aligned */
#container {
  float: left !important;
  margin: 0 !important;
}


/* remove ads */
#top_ad,
#item_ad,
#comments_ad {
  display: none !important;
}

/* make comments wider */
.comment {
  width: 710px !important;
}
.c-body-inside {
  padding-right: 5px !important;
}

/* make text box font size bigger */
textarea {
  font-size: 1em !important;
}


}