table {
  width: 100%;
  font-size: 0.923em;
  margin: 0 0 10px;
  border: 1px solid #bebfb9;
}
table td, table th {
  vertical-align: middle;
  padding: 8px 10px;
  border: 0;
  color: #000;
  max-width: 424px;
  overflow-wrap: break-word;
}
table th {
  text-transform: uppercase;
  background: #e1e2dc;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  border-color: #bebfb9;
  padding: 3px 10px;
}
table th {
  font-weight: 700;
}
th.is-active > a:after {
  border-bottom-color: transparent;
  display: none;
}
th > a:hover:after,
th > a:focus:after,
th.is-active > a:hover:after,
th.is-active > a:focus:after {
  border-bottom-color: transparent;
  display: none;
}
th > a:hover,
th > a:focus,
th.is-active > a:hover,
th.is-active > a:focus {
  text-decoration: underline;
}
thead th {
  text-transform: uppercase;
  white-space: nowrap;
  color: #333;
  border: 1px solid #bfbfba;
  background: #f5f5f2;
}
tbody tr:hover, tbody tr:focus {
  background: transparent;
}
