div.google-chart
{
	padding: 0 20px;
}

div#timetable table
{
	padding: 0 20px;
	font-size: 0.8em;
}

div#timetable table tr
{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

div#timetable table td,
div#timetable table th
{
	padding: 0.5em;

	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
}

div#timetable table th
{
	background-color: #eee;
}

div#timetable table td span
{
	display: block;
	color: #ccc;
	line-height: 1.1em;
}

div#gauge
{
	background-image: url(../images/gauge.png);
	border: 1px solid #a8a8a8;
	height: 100px;
	width: 580px;
	margin: 0 20px;
	overflow: hidden
}

div#gauge-i
{
	width: 300%;
	height: 100%;
}

div#gauge-i div
{
	height: 100%;
	float: left;
}

div#gauge div.bikes
{
	background-color: #eee;
}

div#gauge div.other
{
	background-color: #ccc;
}

div.notice
{
	margin: 0 30px 20px;
	padding: 10px;
	background-color: #fff47c;
}

div.notice p
{
	margin: 0;
	padding: 0;
}
