body {
	/*background: #ffff00 !important;*/
}

#station-container {
	/*background: #cc0000;*/
	text-align: center;
}

#station-info {
	/*background: #0099ff;*/
	margin: 0;
}

#station-info table {
	/*background: #000000;*/
	table-layout: fixed !important;
	width: 70%;
	margin: 0 auto;
	text-align: left;
	border-spacing: 0px;
}

#station-info table tr {
	border-top: 1px solid #cc0000;
}

#station-info table tr td {
	/*background: #ececec;*/
	padding: 2%;
	vertical-align: top;
}

#station-info table tr td.stationLabel {
	/*background: #cc0000;*/
	width: 70%;
}

#station-info table tr td.stationActionUp,
#station-info table tr td.stationActionDown {
	/*background: #00aa00;*/
	width: 15%;
	text-align: center;
}

























