.custom-brown table {
  font-family: "Microsoft JhengHei";
}

.custom-brown th {
  height: 40px;
  color: white;
  font-weight: bold;
  vertical-align: middle;
  background: #ae8765;
  border: 0.5pt solid #ffffff;
  text-align: center;
}

.custom-brown td {
  min-width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: left;
  border: none;
  border-top: 0.5pt solid #ae8765;
  border-bottom: 0.5pt solid #ae8765;
  background: white;
  padding: 1.5em;
}