table {
  width: 100%;
  margin-bottom: 30px;
  vertical-align: middle;
  border:1px solid #9b8247;
}

table > tbody {
  vertical-align: inherit;
}
table > thead {
  vertical-align: bottom;
}

table td, table th {
  padding:8px;
  height:auto !important;
  border:1px solid #9b8247;
}

table th {
  background:#9b8247;
  color:#fff;
  font-weight:bold;
}

table td {
  border:1px solid #9b8247;
}
