table.list {
  border: none;
  border-color: #dddddd;
  border-collapse: collapse;
}
table.list tr:hover {
  background-color:  #dddddd;
}
table.list th {
  font-weight: bold;
  background-color:  #009966;
  padding-right: 15px;
  text-align: left;
  color: white;
}
table.list th.num {
  text-align: right;
}
table.list td {
  padding-right: 15px;
}

table.list td.num {
  text-align: right;
}
