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

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

.table.table-stoys.table-striped thead tr {
	background-color: var(--wp--preset--color--blue);
	color: white;
}

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

.table-stoys p {
	color: var(--wp--preset--color--blue);
	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;
}
