table{
	width: 100%;
}
tr {
	border-bottom: 1px solid var(--bs-tertiary-color);
}
td {
	vertical-align: top;
	padding: 5px;
}
td:first-child {
	font-style: italic;
	white-space: nowrap;
}
