html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#map {
  height: 100%;
  width: 100%;
}
#myselect {
  margin: 10px;
}
#sel {
  font-size: 16px;
}

.train_num {
  color: #005400;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}
.train_name {
  color: #000000;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}
.train_info {
  color: #666666;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
}
.train_error {
  margin-top: 5px;
  color: #ff9933;
  font-weight: normal;
  font-size: 100%;
  text-align: center;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  /*background: url("") center center no-repeat;*/
}
