.errors {
	display: none;
	margin-top: 10px;
}

.errors .content p {
	margin-bottom: 3px;
}

.errors .content p:last-of-type {
	margin-bottom: -10px;
}



.editRow:hover,
.table-striped tbody .editRow:hover {
	cursor: pointer;
	background-color: rgb(30 143 165 / 20%);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(38 180 152 / 4%);
}