* {
  font-family: arial,helvetica;
  /*font-size: 16px;*/
  quotes: '\201C' '\201D' '\2018' '\2019';
}

h1 {
  text-align: center;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 2em;
}

footer {
	margin-top: 2em;
}

/*#content {
	max-width: 700px;
}*/

.copy-event {
  cursor: url('/public/copy.png'), pointer;
}

.errors {
	color: red;
	text-align: center;
}

.actions {
	margin-bottom: 1em;
  margin-top: 1em;
  text-align: center;
  line-height: 2;
}

.line {
	margin: 1em 0;
}


a{ 
  color: blue; 
}

input {
	text-align: center;
}

input[name="leadInText"], em {
	font-size: 11px;
	text-transform: uppercase;
	font-style: normal;
	/*text-transform: lowercase;
	font-variant: small-caps;*/
}

textarea,
input[name="leadInText"],
input[name="date"],
input[type="text"],
input[type="number"],
input[type="submit"],
input[type="dayOfWeek"],
input[type="text"] {
	font-size: 16px;
	select:focus;
}

input {
	width: 80%;
}

input[name="time"],
input[name="price"],
input[name="ageRestriction"],
input[name="dayOfWeek"] {
	width: 25%;
}

input[name="date"],
input[type="submit"]{
	width: auto;
}

input[type="submit"]{
	margin-top: 2em;
}