.unit-wrap-seasonprices.unit-single-section {
	margin-bottom: 100px;
	border-bottom: 1px solid var(--beon-border-color);
}

.seasonprices-wrapper table {
	width: 100%;
}

.seasonprices-wrapper {
	font-size: var(--font-size-medium);
}

.seasonprices-wrapper th {
	text-align: left;
}

.seasonprices-wrapper tr {
	border-bottom: 1px solid var(--beon-border-color);
}

.seasonprices-wrapper td,
.seasonprices-wrapper th {
	padding: 10px;
	color: var(--beon-primary-text-color);
	font-family: var(--beon-font-family);
	font-size: var(--beon-font-size-15);
}

.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) {
	.seasonprices-wrapper {
		display: none;
	}

	.season-body td {
		vertical-align: bottom;
	}

	.unit-wrap-seasonprices.unit-single-section {
		margin-bottom: 20px;
	}
}