body {
	font-family: Inter,sans-serif;
	font-size: 16px;
	color: #2c3345;
	background: #edf8ff;
	background-image: url('../images/Melodifestivalen_abstract_landscape_01_bg.jpg');
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin: 0;
}

div#banner {
	display: none;
}
div#banner.error {
	display: inline-block;
	width: 100%;
	height: 35px;
	background-color: #ff0000;
	margin: 0 auto;
	font-family: Inter,sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding-top: 14px;
}
div#banner.info {
	display: inline-block;
	width: 100%;
	height: 35px;
	background-color: #85c26d;
	margin: 0 auto;
	font-family: Inter,sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding-top: 14px;
}

div#header {
	font-family: Inter,sans-serif;
	font-size: 16px;
	color: #2c3345;
}

div#main {
	display: flex;
	margin: 0 auto;
	max-width: 752px;
	width: 100%;
	margin-top: 75px;
	margin-bottom: 75px;
	background: #FFFFFF;
	box-shadow: 0 4px 4px rgba(87,100,126,.21);
	border-radius: 3px;
}

div#submit {
	display: flex;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

div.ticketinfo {
	display: inline-block;
	float: right;
}

form {
	width: 100%;
	margin: 10px 15px;
}

label {
	display: flex;
	font-family: Inter,sans-serif;
	font-size: 18px;
	font-weight: 500;
}

label.radio {
	display: inline;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal !important;
}

label.ticket {
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	width: 90%;
}

span.error {
	background-color: #f5a4a4;
}

span.required {
	color: #FF0A0A;
}

span.info {
	font-size: 14px;
	color: #d0d0d0;
}

span.ticketheader {
	font-weight: 700 !important;
}

span.tickets {
	font-size: 12px !important;
	font-weight: 200 !important;
}

span.ticket {
	display: inline-block;
	border-radius: 4px;
	padding: 8px;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

span.ticket:hover {
	background-color: rgba(85, 115, 215, 0.06);
	cursor: pointer;
}

span.ticket_price {
	float: right;
}

span.totalprice {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 200;
}

input[type="text"] {
	border: 1px solid #e0e0e0;
	font-family: Inter,sans-serif;
	font-size: 16px;
	padding: 8px;
	margin-bottom: 10px;
}

input[type="text"].err {
	border: 1px solid #ff0000;
	font-family: Inter,sans-serif;
	font-size: 16px;
	padding: 8px;
	margin-bottom: 10px;
}

input[type="checkbox"] {
	float: left;
	margin-right: 7px;
}

input[type="submit"] {
	border: 0px;
	border-radius: 4px;
	margin: 0 auto;
	font-size: 18px;
	color: #ffffff;
	background-color: #18BD5B;
	min-width: 180px;
	height: 45px;
	cursor: pointer;
}

hr {
	border-top: 1px solid #d0d0d0;
}