
form.edit-ticket p.error label:first-child {
	color: red;
}

.purchased-tickets dd.description {
	font-style: italic;
	font-size: 80%;
}

.wc-item-meta li ul li:after, .wc-item-meta li ul li:before {
	display: none;
}

#ticket-edit-content-barcode {
	display: none;
}

#ticket-print-content {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: #fff;
}

#ticket-print-content #ticket-print-content-barcode {
	text-align: center;
}

#ticket-print-content #ticket-print-content-barcode a {
	text-decoration: none;
}

#ticket-print-content #ticket-print-content-barcode img {
	border: 0;
	box-shadow: none;
	border-radius: 0;
}

#ticket-scan-form {
	text-align: center;
}

#ticket-scan-form .chosen-container, #ticket-scan-form select {
	text-align: left;
}

#ticket-scan-form input#scan-code {
	margin: 0 10px;
}

#ticket-scan-loader {
	text-align: center;
	line-height: 70px;
	font-style: italic;
	display: none;
}

#ticket-scan-result {
	margin-top: 20px;
}

#ticket-scan-result h3.checked_in {
	text-align: center;
}

#ticket-scan-result h3.checked_in.yes {
	color: green;
}

#ticket-scan-result h3.checked_in.no {
	color: red;
}

@media only screen and (max-width:500px) {
	#ticket-scan-form select#scan-action {
		width: 100%;
	}
	
	#ticket-scan-form input#scan-code {
		display: block;
		margin: 10px 0;
		width: 100%;
	}
}
