body{
  font-family: "Open Sans",sans-serif;
  font-size: 50px !important;
}
h1{
  margin-top: 2em;
}

#header {
  text-align: center;
  font-weight: 700;
  padding: 1em;
  /* left: -10px; */
  position: absolute;
  left: 0;
  right: 0;
  color: #fe6f74;
  top: 0;
  font-size: 2em;
}

#header.withmap{
  text-align: center;
  font-weight: 700;
  padding: 1em;
  background-color: #fe6f74;
  /* left: -10px; */
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  top: 0;
  font-size: 1em;
}
#header>#data{
    position: absolute;
    right: 0.5em;
    top: 0.7em;
    font-weight: 300;
    text-transform: lowercase;
    background-color: white;
    padding: 0.3em;
    display:none;
}
#header>#data.active{
    background-color: #b5b5b5;

    border: 3px solid white;
}
#header>#data a{
  text-decoration: none;
  color: #fe6f74;
}
#header>#data.active a{
  text-decoration: none;
  color: #ffddde;
}
#header>#start40{
  display:none;
    margin-top: 1em;
    z-index: 1000;
    position: absolute;
    background-color: white;
    left: 0;
    right: 0;
    padding: 1.1em;
}
#header>#start40 a{
  text-decoration:none;
  color: #fe6f74;
}

#startwrapper{
      position: absolute;
    top: 8em;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 6;

}
#startwrapper>div{
  margin-bottom:1em;
}
#startwrapper>div img{
  width: 80%;
}
#datawrapper{
    position: absolute;
    top: 3em;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 6;
    display:none;
}


table {
    font-size: 0.8em;
    padding: 1em;
    text-align: center;
    padding-left: 2em;
}

th {
    text-align: center;
}
tr {
    border-spacing: 24px;
    padding: 1em;
}

td {
    text-align: center;
    padding: 0.5em;
}
/* ################################# */

/* Map wrapper */

/* ################################# */
/* #mapcontrol{ */
/*   position:fixed; */
/*   width:5%; */
/*   right:0px; */
/*   top:2em; */
/*   width: 20%; */
/*   z-index:1005; */
/* } */
#mapid { height: 100%; width:100% }

#mapwrapper{
  position: fixed;
  right: 0;
  top: 3em;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#mapwrapper.fullscreen{
  width: 100%;
}

#mapwrapper.active{
  visibility:visible;
}

#stopPointText {
    display: none;
    position: fixed;
    width: 100vw;
    bottom: -475px;
    background-color: white;
    z-index: 5;
    height: 19vh;
    /* border-radius: 0.5em; */
    text-align: center;
    padding-top: 0.7em;
    /* padding: 0.5em; */
    left: -5px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 1px saddlebrown;
    -webkit-box-shadow: 0px -1px 34px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 34px -10px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 34px -10px rgba(0,0,0,0.75);
}
.slide-up
{
    bottom: 0px !important;
}

.slide-down
{
    bottom: -475px !important;
}
#stats{
  margin-top: 1em;
    text-align: left;
    padding-left: 0.5em;
    font-weight: 200;
    color: #969595;
}
#disttext{
    display:none;
    position: fixed;
    top: 3.6em;
    z-index: 6;
    right: 1.2em;
    font-weight: 700;
}
