.unit-wrap-seasonprices.unit-single-section {
    margin-bottom: 100px;
    border-bottom: 1px solid var(--border-color);
}
.seasonprices-wrapper table {
	width: 100%;
}
.seasonprices-wrapper {
	display: none;
	font-size: var(--font-size-medium);
}
.seasonprices-wrapper th {
    text-align: left;
}
.seasonprices-wrapper tr {
	border-bottom: 1px solid var(--border-color);
}

.seasonprices-wrapper td, .seasonprices-wrapper th {
	padding: 3px 10px;
}
.monospacefont {
	font-family: 'Arial', sans-serif;
}

.seasonprices-wrapper td.price-col,
.seasonprices-wrapper td:last-child,
.seasonprices-wrapper th:last-child {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.season-body td {
		vertical-align: bottom;
	}
	.unit-wrap-seasonprices.unit-single-section {
		margin-bottom: 20px;
	}
}