.button-container {
	text-align: center;
	margin: 1em 0;
}
fieldset .button-container {
	margin-bottom: 0.7em;
}

/* Fair dates & exhibit - table */
#exhibitsTable {
	margin: auto;
	width: 100%;
}
#exhibitsTable, #exhibitsTable td {
	border: 1pt solid #555555;
}
#exhibitsTable .header {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
}
#exhibitsTable .table-normal-row {
	background-color: #FFFFFF;
}
#exhibitsTable .table-alt-row {
	background-color: #EEEEEE;
}

/* Address blocks */
fieldset fieldset {
	/*border-style: dotted;*/
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
}
span {
	display: inline;
}