<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#coverShot{
	background:url('images/coverShot.jpg');
	background-position:center right;
	background-repeat:no-repeat;
	background-size:cover;
}

#writerGiftTitleBox{
	background: rgba(0,0,0,0.75);
}

#coverShot h2{
	color:white;
	text-align:center;
	font-size: 38px;
}

#subTop{
	background:url('images/underline.png');
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:75% 36px;
	padding-bottom:30px;
	margin-bottom:calc(10% - 30px);
	text-shadow:1px 1px 1px black,-1px 1px 1px black,1px -1px 1px black,-1px -1px 1px black;
	filter:drop-shadow(2px 2px 4px black);
}

#vouchers{
	display:flex;
	flex-wrap:wrap;
	width:calc(100% + 40px);
	margin-left:-20px;
}

.sideBox{
	flex-grow:1;
	margin:20px;
	width:calc(50% - 40px);
	min-width:300px;
}

.sideBox:nth-of-type(even){
	background:#25769C;
}

#vouchers select{
	width:200px;
	margin-left:calc(50% - 100px);
}

#vouchers .sideBox input[type=submit]{
	height: 40px;
	border: 3px white solid;
	margin:10px;
	color:white;
	background-color:transparent;
	cursor:pointer;
	padding:6px 12px;
	font-family: Century Gothic, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size:15px;
	font-weight:bold;
	display:block;
	margin-left:auto;
	margin-right:auto;

	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2) inset, 2px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2) inset, 2px 2px 5px rgba(0,0,0,0.2);	
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2) inset, 2px 2px 5px rgba(0,0,0,0.2);

}

#vouchers .sideBox input[type=submit]:hover{
	background-color:rgba(255,255,255,0.25);
	transform:scale(1,1);
}

#pageLoading{
	font-family:Arial, Helvetica, sans-serif;
	margin:25vh 20%;
}</pre></body></html>