h2 {
  margin-top: 1em;
  font-size: 13pt;
}
table {
  margin: auto;
  width: 850px;
  border-collapse: collapse;
}
th {
  text-align: left;
}
tr th, tr.odd td, tr.even td {
  color: inherit;
  line-height: 2em;
}
tr th {
  background: #ccc;
}
tr.odd td {
  background: #eee;
}
tr.even td {
  background: #ddd;
}
tr .dpt {
  width: 250px;
  max-width: 250px;
}
tr .name {
  width: 220px;
  max-width: 220px;
}
tr .email {
  width: 262px;
  max-width: 262px;
}
tr .phone {
  width: 110px;
  max-width: 110px;
}

