html {
	overflow-y: scroll;
}

html.tkowl-scroll-modal-active {
	overflow: hidden;
}

html,
body {
	font-family: 'Open Sans', sans-serif;
}

@media print {
	.noprint {
		display: none;
	}
}

.tkowl-seating-chart-svg {
	display: block;
	width: 100%;
}

.tkowl-forced-style-seat {
	opacity: 0.5 !important;
}

.tkowl-forced-style-selected {
	opacity: 1 !important;
}

.tkowl-seat-edit-hover {
	fill: rgb(255, 0, 0) !important;
	color: rgb(255, 0, 0) !important;
}

.tkowl-headline {
	font-family: 'Larosa', 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #be5b31;
	max-width: 100%;
	text-align: left;
	margin: 0;
	margin-top: 0.2em;
}

.tkowl-headline .icon {
	width: 0.6em;
	height: 0.6em;
	position: relative;
	top: 0.06em;
}

.tkowl-headline::after {
	user-select: none;
	display: inline-block;
	position: relative;
	top: -0.15em;
	content: ':';
}

h1.tkowl-headline {
	font-size: 56px;
	line-height: 56px;
}

@media (max-width: 599px) {
	.tkowl-headline {
		text-align: center;
	}

	.tkowl-headline::after {
		content: '';
	}

	h1.tkowl-headline {
		font-size: 42px;
		line-height: 42px;
	}
}

/* .tkowl-seat:hover { */
/* 	fill: rgb(255, 0, 0) !important; */
/* 	color: rgb(255, 0, 0) !important; */
/* } */