

/*.sportsHallName {
	border: 1px solid black;
	padding: 2px;
	background-color: #DDD;
}

.trainingSchedules {
    float: left;
}

.trainingSchedules div {
	display: inline;
	border: 1px solid black;
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-size: 0.9em;
}

.trainingSchedules .dayLine {
	border: 0 solid black;
}

.trainingSchedules .day {
	width: 20px;
	text-align: center;
	background-color: #888;
	color: white;
	font-weight: bold;
	line-height: 2.2em;
}

.trainingSchedules a {
	text-decoration: none;
	display: block;
	color: black;
}

.trainingSchedules a:hover {
	background-color: #ffc600;
	font-weight: bold;
}

.sportsHallSeparator {
	 clear: both; 
	margin-bottom: 20px;
}*/