.cz_field {
  margin-bottom: .7em;
}
#cz_routes {
	margin-bottom: 1em;
}
.cz_route_level {
	background-color: #dde;
	padding: 1em;
	margin: 0;
	border-bottom: 1px solid #999;
}
.cz_required label:after {
	color: red;
	content: "*";
}
label.cz_required_key:after {
	color: red;
	content: "*";
}
#cz_loader {
	display: none;
}
#cz_loader img {
	height: 35px;
	width: 35px;
}
#cz_confirmation {
	text-align: center;
	margin: 2em 0;
}
#cz_errors {
  color: red;
}