table {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
table th, table td {
  font-size: 108%;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 7px 15px 6px;
}
table th {
  text-align: center;
  font-weight: bold;
  background-color: #fffbcc;
}
