@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {

body {
 background-color:#111!important;
}

.profile_top_wash {
  background-color:#111!important; color:#CCC!important;
}

#profile_name {
 color:#CCC!important;
}

.commentable_item, .comment_box, .UIStory, .comment_actions, .comment_text, div[id^="comment_"] {
  background-color:#222!important; color:#CCC!important;
}

div[id^="comment_"] {
  border-bottom: 1px solid #333!important;
}

div[id^="div_story_"], .commentable_item  .comment_box {
  -moz-border-radius:4px!important;
}

}