.table-stoys td {
  padding: .25rem !important;
}

.table-stoys caption {
  caption-side: top;
}

.table.table-stoys.table-striped thead tr {
  background-color: #da7147;
  color: white;
}

.table.table-stoys.table-striped tbody tr:nth-child(even) {
  background-color: whitesmoke;
}

.table-stoys p {
  color: #cd0927;
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
  text-align: left;
  text-align-last: left;
}

.table-stoys tbody tr td:last-child {
  border-right-width: 0;
}

.table-stoys tbody td {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ccc;
}