body {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  font-family: Arial,Helvetica,sans-serif;
  background: #003873;
}


#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  overflow: hidden;
  background-color: #003873;
  color: #000000;
}


#departures {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
/*  bottom: 100px; */
  overflow: hidden;
  background: #003873;
}


#info {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  overflow: hidden;
  background: #002852;
  color: #FFFFFF;
  font-size: 52px;
  font-weight: bold;
  padding: 5px;
  
  
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  animation: marquee 50s linear infinite; 
}

#logo {
  width: 250px;
  /* padding: 10px; */
  
  padding: 10px 10px 10px 20px;
  
}


#title {
  font-size: 64px;
  font-weight: bold;
  text-align: center;
}


#clock {
   font-size: 80px;
   font-weight: bold;
   text-align: right;
   padding-right: 30px;
   width: 250px;
   color: #FFFFFF;
}


#close {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}


#header-table{
  width: 100%;
  color: #FFFFFF;
}


#columns-table{
  background: #002852;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 40px;
  width: 100%;
}


#columns-table td {
  padding: 10px 20px 10px 20px;
}


#departures-table{
  font-weight: bold;
  color: #FFFF00;
  font-size: 52px;
  width: 100%;
  border-collapse: collapse;
}


#departures-table td {
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #FFFFFF;
}


.time {
  width: 300px;
  text-align: left;
}


.line {
  width: 200px;
  text-align: left;
  
}


.destination {

}

.stop {
	text-align: right;
}


#testuse {
	color: #FFFFFF;
	font-weight:bold;
	font-size:24px;
	font-style:italic;
	float:right;
	padding: 40px;
}
