body {
	/*background: #ffff00 !important;*/
}

#station-container {
	/*background: #cc0000;*/
	text-align: center;
}

#station-list {
	/*background: #00aa00;*/
	
	display: none;
	
	float: left;
	width: 200px;
	margin: 0;
	list-style: none;
}

#station-list li {
	/*background: #ffcc00;*/
	margin: 0 0 10px 0;
}

#station-info {
	/*background: #0099ff;*/
	margin: 0;
}

#station-info table {
	/*background: #000000;*/
	table-layout: fixed;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	border-spacing: 0px;
}

#station-info table tr {
}

#station-info table tr.first-row td {
	border-top: 0;
}

#station-info table td {
	/*background: #ececec;*/
	width: 33.3%;
	padding: 2%;
	border-top: 1px solid #d1e2dc;
	vertical-align: top;
}






























