@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("digg.com") {

/* Make site fluid */
* {
  min-width: 0px !important;
  max-width: none !important;
}

/* Remove Invite Announcements and Footer */
#announce-invite, #footer {
  display: none !important;
}

/* Remove Ads */
.single_ad_unit, .item_ad_image, .banner_ad_unit, .tower_ad_unit, .comments_ad_image, .rectangle_ad_unit, .vertical_ad_unit, .top_ad_image, .rectangle_ad_image, .stacked_ad_unit, .sidebar-short {
  display: none !important;
}

/* Adjusts width for news summary on comments page after ad box has been removed */
.news-full, .comment {
  margin-right: 0px !important;
}

/* Adjusts the spacing between Submitter details, Topic, Source, Bury, etc. */
.news-details dt, .news-details dd {
  padding: 0 !important;
  margin-bottom: 0px !important;
}


/* Wraps Source: and Bury It: to the right column */
.news-full .news-details dl {
    margin: 0 !important;
  -moz-column-count: 2 !important;
  -moz-column-width: 20em !important;
  -moz-column-gap: 1em !important;
}

/* Lessens spacing between tabs and news summary */
.news-full, .news-full-confirm {
  padding: 0 !important;
}

/* Lessens spacing between tabs and Global Settings/Expand Full Tree/Hide Profanity/Sort bar */
#sub-nav {
  margin-bottom: .1em !important;
}


}