div.description {
	font-weight: bold;
	width: 75%;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 100%;
}

div.schedule a, div.schedule td.a, div.schedule a:link {
	text-decoration: underline;
}
span.place {
	color: #f0f;
}
div.schedule table {
	padding-top: 12px;
	margin-left: auto;
	margin-right: auto;
	empty-cells: show;
	border-collapse: collapse;
	min-width: 600px;
	width: 90%;
}
div.schedule th {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	color: #3cc;
}
div.schedule td {
	vertical-align: top;
	text-align: center;
	border: thin solid white;
	padding: 10px;
}

div.schedule td.notes {
	width: 30%;
}
div.schedule span.date, div.schedule td.city {
	font-size: 120%;
	color: red;
}
div.schedule td.date {
	width: 14%;
}
.edit_schedule {
	width: 600px;
}
.edit_schedule label.hidden {
	display: none !important;
}
.edit_schedule .single input {
	width: 50%;
}
.edit_schedule .single textarea {
	width: 85%;
}
.edit_schedule fieldset div {
	clear: both;
	position: relative;
	margin: 3px 0px;
}
.edit_schedule fieldset br {
	display: none !important;
}
.edit_schedule label {
	margin-right: 5px;
	display: block;
	width: 4em;
	text-align: right;
	float: left;
}
#page_option {
	float: right;
	font-style: italic;
	font-size: 80%;
}
#sponsors {
	width: 75%;
	margin: 20px auto 0px auto;
	text-align: center;
}

