div#resume {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

table.resume {
  max-width: 1000px;
  min-width: 800px;
  border-collapse: collapse;
  border-bottom: 1px solid #aaaaaa;
}

table.resume tr {
  border-top: 1px solid #aaaaaa;
}

table.resume td {
  background-color: #ffffff;
  padding: 0.5rem;
}

table.resume th {
  text-align: right;
  background-color: #eeeeee;
  padding: 0.5rem;
  font-weight: bold;
}

table.resume th.left {
  text-align: left;
}

table.resume td.nowrap {
  white-space:nowrap;
}

table.resume td.right {
  text-align: right;
}

table.resume tfoot td {
  background-color: #fff5f5;
}