* {
  font-family: verdana, helvetica, arial, sans-serif;
}

body, table, textarea {
  font-size: 9pt;
}

.listing .heading {
  background-color: #666;
  color: #FFF;
}

.row-even td {
  background-color: #EEE;
  border-bottom: 1px solid #999;
}

.row-odd td {
  background-color: #FFF;
  border-bottom: 1px solid #999;
}

