body {
	padding: 			0px;
	overflow:           hidden;
	background-color: 	blue;
}

#trainTableDiv{
	border: 			0px;
	color : 			white;
}

#settingsDiv {
	padding-top: 		60px;
}

#settingsDiv, #trainTableDiv {
	width: 				100%;
}

table, tr {
	background-color: 	blue;
	border: 			1px solid;
	border-left : 		0px;
	border-right: 		0px;
	border-color : 		white;
	width : 			100%;
}

td, th {
	padding : 			100px;
	border: 			none;
	padding: 			8px;
	text-align: 		left;
}

#tips {
	color: 				yellow;
}

#LineSelect {
	width:				160px;
	height : 			22px;
}

#StationSelect {
	width: 				250px;
	height : 			22px;
	padding-left: 		2px;
	padding-right: 		2px;
}

#eventType {
	width : 			130px;
	text-align-last:	center;
	height : 			22px;
}

#nowButton {
	background-color:	white;
	width : 			130px;
	height : 			22px;
}

#dateBox {
	border-width :		0px;
	color : 			black;
	border-radius: 		3px;
	height : 			20px;
	background-color :  white;
	border-color : 		#8f8f9d;
	width : 			156px;
	text-align-last:	center;
	font-weight : 		700;
}


#timeBox{
	border-width:		0px;
	color : 			black;
	border-radius: 		3px;
	height : 			20px;
	background-color : 	white;
	border-color : 		#8f8f9d;
	width : 			246px;
	text-align-last:	center;
	font-weight : 		700;
}

#settingsTable {
	background-color:	#d0d0d0;
	border-width:		5px;
	border-color: 		#d0d0d0;
}
#settingsTable tr {
	background-color:	#d0d0d0;
	border-width:		0px;
}

#settingsTable select{
	background-color:	white;
	border-radius: 		3px;
	border-width:		0px;
	text-align-last:	center;
}

#settingsTable td {
	text-align-last: 	center; 
}

.linkButton {
	border-width :		0px;
	color : 			black;
	height : 			20px;
	background-color : white;
	width : 			156px;
	text-align-last:	center;
	font-weight : 		100;
}

#favoriteButton {
	font-size: 			18px;
}

.checked {
	/*color: orange;*/
	color: 		orange;
  }
  
  .unchecked {
	text-shadow: 		-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	color: 				white;
  }

#tdStationSelect, #favoriteButton {
	position: 			relative;
	left: 				9.5px;
}

@media all and (orientation:portrait) {
	#settingsDiv{
		padding-top: 5vh;
	}
	
	#LineSelect, #dateBox, #StationSelect, #timeBox, #eventType, #nowButton, .linkButton {
		min-height : 38px;
		font-size:x-large;
	}
}