body {
	margin:0;
	padding:0;
	background-color:#EDEAED;
	font-family: Tahoma, sans-serif;
}
#mainwrap {
	width:100vw;
	height:90vh;
	padding-top:5vh;
	display:flex;
	justify-content:center;
	scrollbar-color:#C00 #F00;
	scrollbar-width:thin;
}

/*#left, #right {
	box-shadow:3px 10px 10px #BABABA;
}/*disabled because it didn't work that well*/
#left {
	background-color:#F00;
	border-right:4px solid #F00;
}
#left p {
	padding:0;
	margin:0;
}
#left #returnLink {
	display:inline-block;
	padding:10px 0px 10px 0px;
	width:100%;
	text-align:center;
	font-size-adjust:1.2;
}
#left #returnLink a {
	text-decoration:none;
	color:#111;
}
#left #returnLink a:hover {
	color:#EEE;
}
#left hr {
	margin:0;
	border:0;
	border-top:10px solid #B00;
}
#left #header {
	color:#FFF;
	margin-top:20px;
	margin-left:60px;
	font-size-adjust:2;
	writing-mode:vertical-rl;
	text-orientation:upright;
}

#right {
	width:30vw;
	min-width:500px;
	background-color:#FFF;
	padding:10px 40px 10px 0px;
	font-size-adjust:0.83;
	overflow-y:auto;
}
#right .title {
	font-size-adjust:1.2;
	color:#FFF;
	font-style:oblique;
	background-color:#F00;
	border-radius:0px 25px 25px 0px / 0px 25px 25px 0px;
}
#right .title p {
	margin-left:10px;
}
#right .content {
	padding-left:20px;
}
#right .content i {
	font-size-adjust:0.4;
	color:#555;
}

.incomplete {
	color:#F00;
}
.complete {
	color:#0D0;
}

#ticket {
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-left:20px;
	width:40%;
	box-shadow:5px 20px 10px #CCC;
	background:#FFBE5C;
	background:linear-gradient(0deg,rgba(255, 172, 92, 1) 10%, rgba(255, 212, 138, 1) 50%, rgba(255, 172, 92, 1) 90%);
	border-image-slice:13 13 13 13;
	border-image-width:13px 0px 13px 0px;
	border-image-outset:13px 0px 13px 0px;
	border-image-repeat:repeat repeat;
	border-image-source:url("draw/img/border.png");
	border-style:solid; 
}
#ticketcontent {
	margin:10px 0px 10px 0px;
	width:95%;
}
#ticketcontent .innerelement {
	background-color:#FFBE5C;
	outline:2px inset #FF9A5C;
	box-shadow:0px 2px 4px grey;
}
#ticketcontent .maintag {
	width:100%;
	text-align:center;
	font-size-adjust:1.1;
}
#ticketcontent .mainbody {
	width:100%;
	height:200px;
	display:flex;
	align-items:center;
	justify-content:space-around;
	flex-wrap:wrap;
}
#ticketcontent .mainbody p {
	margin:0px;
	font-size-adjust:2;
}
#ticketcontent .mainbody img {
	border:inset 2px white;
}
#ticketcontent .footers {
	margin:10px 0 5px 0;
	background-color:#EFEFEF;
	width:100%;
	text-align:center;
	font-size-adjust:0.6;
	font-style:italic;
}
#ticketcontent .footers:last-child {
	margin: 5px 0 10px 0;
}

.result {
	color:#FEFEFE;
	text-shadow:2px 2px 4px #A9A9A9;
}

#ticketgraves span {
	color:#898989;
}