html {
	font-family:"Helvetica";
}

svg {
	width: 100%;
	height: auto;
}

body {
	padding-left: 5px;
}

.input {
	font-family:inherit;
	font-size:inherit;
	width:inherit;
}

.headerBar {
	padding:5px;
	width: 98%;	
	border-style:solid;
	border-width:5px;
	border-color:#bb0000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:flex;
	align-items:center;
}

.headerLogo {
	width: 25%;
}

.barcodeImage {
	margin-top:100px;
	margin-bottom:100px;
	width: 100%;	
}

.headerText {
	width: 75%;
	text-align:center;
	font-size:90px;
	color:#bb0000;
	font-family:"Impact";
}

.instruction{
	padding:5px;
	margin:5px;
	width: 98%;	
	font-size:50px;
	border-style:solid;
	border-width:3px;
	border-color:#101010;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.details{
	width: 98%;	
	text-align:center;
	font-size:40px;
}

.entryArea {
	display:table;
	width:100%;
	text-align:center;
	font-size:75px;
}

.entryRow{
	display:table-row;
}

.entryCaption{
	display:table-cell;
	white-space: nowrap;
	width:1px;
	padding:10px;
	padding-right:20px;
	text-align:right;
}

.entryField{
	display:table-cell;
	width:100%;
	text-align:left;
}

.entrySmall{
	font-size:50px;
}

.entryCBox{
	display:table-cell;
	width:1px;
	padding-right:20px;
	text-align:right;	
}

.entryCBoxBox
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(3); /* IE */
  -moz-transform: scale(3); /* FF */
  -webkit-transform: scale(3); /* Safari and Chrome */
  -o-transform: scale(3); /* Opera */
  margin-left: 30px;
}

.errorResult{
	font-size:50px;
	color:#ff0000;
}

.buttonBar{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.button{
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #ffffff;
	color:#ffffff;
	font-size:75px;
	font-weight:bold;
	padding:10px 15px;
	padding-right:20px;
	text-decoration:none;
	text-shadow:0px 2px 0px #000000;
	background-color:#777777;
	-moz-box-shadow:inset 0px 39px 0px -24px #888888;
	-webkit-box-shadow:inset 0px 39px 0px -24px #888888;
	box-shadow:inset 0px 39px 0px -24px #888888;
	margin:30px;
}

.buttonDisabled{
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #ffffff;
	color:#dddddd;
	font-size:75px;
	font-weight:bold;
	padding:10px 15px;
	padding-right:20px;
	text-decoration:none;
	text-shadow:0px 2px 0px #000000;
	background-color:#aaaaaa;
	-moz-box-shadow:inset 0px 39px 0px -24px #bbbbbb;
	-webkit-box-shadow:inset 0px 39px 0px -24px #bbbbbb;
	box-shadow:inset 0px 39px 0px -24px #bbbbbb;
	margin:30px;
}

.finalListing{
	width: 98%;	
	font-size:40px;
}

.finalListing ul {
	margin-top:5px;
}

.finalListing li {
}

.finalListing > span {
	text-decoration: underline;
}

.barcodeArea {
	width:calc(100% - 130px);
	display:flex;
	align-items:center;
	padding:60px;
}

.barcodeCaption {
	width: 98%;	
	text-align:center;
	font-size:30px;
}

.disclaimer {
	width: 98%;	
	text-align:center;
	font-size:30px;
	font-style: italic;
}