@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(ftp://) {

tbody > tr:nth-child(2n+1) {
  background:#efefff;
  /*color:#000000;*/
}
tbody > tr:nth-child(2n) {
  background-color: #feffff;
  /*color:#000000;*/
}

tbody > tr:hover {
  outline: none !important;
  background-color: #ccccff;
}

}