tr:nth-child(2n+1) {
  background-color: #FFFFFF;
}

tr:nth-child(2n+0) {
  background-color: #DDDDDD;
}

.right_text {
  text-align: right;
}