@charset "utf-8";
/* CSS Document */
tr:nth-of-type(odd) {
  background-color:#ccc;
}
