<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	height: 100%;
}
body {
	height: 100%;
	font-family: "Roboto Condensed", sans-serif;
	background-image: url("bg_blue.jpg");
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.wrapper {
	min-height: 100%;
    margin-bottom: -300px;
    padding-bottom: 320px;
}
footer {
	min-height: 300px;
	font-weight: 300;
}
.main {
	display: block;
	margin-top: 106px;
	background-color: #ffffff;
	min-height: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#count {
	display: inline-block;
	height: 20px;
	width: 20px;
	left: 10px;
	top: -15px;
	text-align: center;
	background-color: #33aa33;
	border: 1px solid #ffffff;
	border-radius: 10px;
	line-height: 20px;
}
#count_down {
	display: inline-block;
	width: 45px;
	text-align: center;
	color: white;
	line-height: 20px;
	padding: 0px 4px;
}
#login_eye, #join_eye, #password_eye_old, #password_eye_new {
	font-size: 1.2em;
	position: relative;
	float: right;
	top: -32px;
	right: 10px;
	color: #666666;
}
*.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    /*
    Introduced in IE 10.
    See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}
.seats_price {
	fill: #ffffff;
	font-size: 0.75em;
	font-weight: bold;
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
	pointer-events: none;
	font-family: 'Roboto Condensed';
}
.seats_seat {
	fill: #ffffff;
	font-size: 1.15em;
	font-weight: bold;
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
	pointer-events: none;
	font-family: 'Roboto Condensed';
}
svg {
	width: 100%;
	height: auto;
}
circle {
	cursor: pointer;
}
.selected {
	fill: #3297db !important;
}

#selected {
    position: fixed;
    top: 120px;
    right: 20px;
    color: #ffffff;
    width: 240px;
    padding: 20px;
}
.calendar .cday {
	position: relative;
	height: 140px;
	width: 100%;
}
.calendar .other-month {
}
.calendar .cday a, .calendar .cday span {
    position: relative;
    z-index: 999;
	font-size: 1rem;
}
.calendar .day, .calendar .highlight, .calendar .day-other {
    position: absolute;
    color: #99999955;
    font-size: 5em;
    font-weight: bold;
    width: 99%;
    text-align: center;
}
.calendar .day-other {
	color: #99999922;
}
/* .calendar .highlight {
    color: #99999966;
} */
.calendar .today {
	background-color: #d6ebff;
}
@media only screen and (max-width: 62em) {
	#selected {
	    position: static;
		width: 100%;
	}
}
</pre></body></html>