@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://roosterteeth.com/forum/"),
url("http://redvsblue.com/forum/"),
url("http://strangerhood.com/forum/"),
url("http://achievmenthunter.com/forum/"),
url("http://magic.roosterteeth.com/forum/"),
url("http://panics.roosterteeth.com/forum/"),
url("http://roosterteeth.com/forum/index.php"),
url("http://redvsblue.com/forum/index.php"),
url("http://strangerhood.com/forum/index.php"),
url("http://achievementhunter.com/forum/index.php"),
url("http://roosterteethcomics.com/forum/"),
url("http://roosterteethcomics.com/forum/index.php") {
  table.hlines > tbody > tr *:not(img):not([style]) { 
    height: 0px !important;
  }

  div > table.hlines + br + table {
    display: none !important;
  }
  div > table.hlines + br {
    display: none !important;
  }

  table.hlines > tbody > tr:not(:first-child) > td > table > tbody > tr > td:first-child, 
  table.hlines > tbody > tr:not(:first-child) > td > table > tbody > tr > td:first-child > a {
    font-size: 13px !important;
  }

  table.web2User > tbody > tr *{
    padding: 0px !important;
  }

  table.web2User > tbody > tr:nth-child(3) {
    display: none !important;
  }

  td[class="content topContent"] br + br {
    display: none !important;
  }

  td[class="content topContent"] {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }

  table.hlines > tbody > tr *:not(img):not([style]):hover { 
    background-color: lightgrey !important;
  }

  *[userwatched="true"] {
    background-color: #CCF0F2 !important;
  }
}