table {
  width: 800px;
  margin: 40px auto;
}
table td {
  font-size: 14px;
  color: #666;
  padding: 13px 0;
  border: 1px solid #c9c9c9;
}
table td:first-child {
  width: 17.5%;
  text-align: center;
  vertical-align: middle;
}
table td:last-child {
  padding-left: 36px;
  line-height: 30px;
}
