.hiddenpCode{
	display: none;
}
.addressSelect{
	display: none;
}
.cardresults{
	padding: 0px 10px 10px 10px;
}
#registerdiv{
	display: none;
}
#resultsdiv{
	width: 60%;
	display: none;
}
.barcode {
	background: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px 0px;
}
.barcode p {
	font-family: "Libre Barcode 39";
	font-size: 80px;
	color: #000;
	font-weight: normal;
}
button.barcode-background {
	margin: 0 auto;
	border:none;
	border-radius: 4px;
	background-color: #c09f77;
	color: #fff;
	padding: 10px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
	display: block;
	margin-bottom: 30px;
	cursor: pointer;
}
@media (max-width:768px) {
	.card-hand {
		margin-left: calc( 100% - 180px);
	}
	button {
		width: 100%;
	}
}
@media (min-width:769px) {
	.card-hand {
		float: right;
	}
}
button p {
	padding: 0;
	display: block;
	margin: 12px 0 0;
}

.page .entry-content a.button-orange, .page .entry-content a.button-orange-disabled {
	background: #ff9130;
	display: inline-block;
	font-family: frutiger-pro-bold, Helvetica, Arial, sans-serif !important;
	font-size: 13px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 6px 20px;
	text-decoration: none;
	color:white;
}
.card-hand {
	float:right;
}
.float-left{
	float:left;
}
a.button-orange:hover {
	color: #444;
}
.page .entry-content .inputboxes {
	margin: 2px 8px 10px;
	padding: 1px 2px 0px;
	border: 1px solid #999;
	background: #F5F5F5;
}
.widelabel {
	width: 200px;
	display: inline-block;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}
.form-buttons {
	text-align: center;
}
#errorcontainer {
	margin-top: 10px;
	width: 700px;
	margin-bottom: 20px;
}
.error_container {
	background: #ffd2d4;
	background-image: url(/images/error_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	border: 1px solid #ebadae;
	color: #902c2e;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 35px;
}