noscript{color:blue;}
html{background:blue;}
body{
	text-align:left;
	padding:1em;
	border:thick solid gold;
	background:white;
	color:black;
	counter-reset:fivetickets;
}
/*body ul{padding:0;list-style-type:none;}*/
body li {margin-bottom:.5em;}
img{max-width:100%;}
.hidden{display:none;}
.bold{font-weight:900;}
.no-wrap{white-space:nowrap;}
.banner{max-width:60%;}
.disclaimer{
	font-size:75%;
	color:rgba(0,0,0,.5);
}
body.ticketmaker, input{
	text-align:center;
}
#outputaddress_displaytickets span, #outputaddress_hopperoutput span{
	font-size:80%;
	border:1px solid #000;
	background:#FFF;
	color:black;
	display:inline-block;
	height:1.5em;
	width:1.5em;
	line-height:1.5em;
	text-align:center;
	border-radius:100%;
	margin:.15em 0;
}

table{margin-left:auto;margin-right:auto;}
td{text-align:left;}

ol#outputaddress_displaytickets {list-style-type:none;/*counter-reset:fivetickets;*/}
ol#outputaddress_displaytickets li:before{
	content:counter(fivetickets,upper-alpha) ". ";
	counter-increment:fivetickets;}
	
ol#outputaddress_displaytickets li:nth-child(5n + 1){margin-top:.5em; /*counter-reset:fivetickets;*/}

div#HCB_comment_box {text-align:left;}
