table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1em;
  word-break: normal;
}

caption {
  font-weight: bold;
  text-align: center;
}

thead {
  font-weight: bold;
}

table tr:nth-child(even) {
  background: #eee;
}

table tr:nth-child(odd) {
  background: none;
}

table tr:nth-child(even),
table tr:nth-child(odd) {
  border-bottom: 1px solid #ccc;
}

th,
td {
  padding: 4px;
}

table thead tr {
  background-color: #eee;
}

td.uos--table--mixed,
th.uos--table--mixed {
  font-size: 14px;
  font-size: 0.875rem;
}
