.table-taxonomy__table {
  width: 100%;
  border-collapse: collapse;
}
.table-taxonomy__title {
  line-height: 22px;
  font-size: 1.125rem;
}
.table-taxonomy .table-taxonomy__row > td, .table-taxonomy .table-taxonomy__row th, .table-taxonomy .table-taxonomy__titles > td, .table-taxonomy .table-taxonomy__titles th {
  padding: 1rem 0;
  border-bottom: 1px solid #EBE8E0;
  text-align: center;
}
.table-taxonomy .table-taxonomy__row > td:first-of-type, .table-taxonomy .table-taxonomy__row th:first-of-type, .table-taxonomy .table-taxonomy__titles > td:first-of-type, .table-taxonomy .table-taxonomy__titles th:first-of-type {
  text-align: left;
}
.table-taxonomy .table-taxonomy__row > td:last-of-type, .table-taxonomy .table-taxonomy__row th:last-of-type, .table-taxonomy .table-taxonomy__titles > td:last-of-type, .table-taxonomy .table-taxonomy__titles th:last-of-type {
  text-align: right;
}