.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;
	width: 33%;
}
.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{
		overflow-x: scroll;
	}
	.season-body td.monospacefont {
		/* vertical-align: bottom; */
		min-width: 200px;
	}
	.season-body .price-col{
		min-width: 140px;
	}
	.unit-wrap-seasonprices.unit-single-section {
		margin-bottom: 20px;
	}
}