#main #box dt {
  font-weight: bold;
}

#main #box dd {
  margin-bottom: 1em;
}

#main #box table {
  width: auto;
  font-size: 12px;
}

#main #box tr:first-child, #main #box td:first-child {
  font-weight: bold;
  background: #f4f4f4;
}

#main .val td:nth-child(n+2){
  text-align: right;
}