@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("moe.imouto.org") {

  body {
    padding: 1ex 0 0 1em !important;
  }

  div#post-view img.data {
    margin-right: 0 !important;
  }

  #tags {
    width: 16em !important;
  }

  #postslist li {
    max-width: 160px !important;
  }

  #post-list .content {
    overflow: -moz-scrollbars-vertical !important;
    position: fixed !important; right: 0 !important; bottom: 0 !important;
    top: 64px !important; left: 248px !important;
  }

  #paginator {
    float: right !important;
    padding: 1em 0 1em !important;
  }
  #footer {
    float: left !important;
    margin-top: 0 !important;
    padding: 1em 0 1em !important;
    clear: none !important;
    font-size: inherit !important;
  }

  .comment.hidden-comment {
    color: #000 !important;
  }
  .comment.ignored-comment {
    color: #000 !important;
  }

  #danbooruup-post_tags-autocomplete {
    color: #000 !important;
  }
}