
.sunPage #map-container{
  position: fixed; 
  top: 0;
  width: 800px;
}

.sunPage #daylight-map svg {
  display: block;
  width: 100%;
  height: 100%;
}

.sunPage #barWrap {
  position: fixed;
  bottom: 20px;
  width: 100%;
  z-index: 9;
}
.sunPage #barWrap::after {
  content: "";
  display: table;
  clear: both;
}


#dayBar {
  z-index: 10;
  position: static;
  height: 40px;
  width: 100%;
  background-color: #225ea8;
}
#dayBar div {
    height: 40px;
    position: absolute;
  }
  #longDay{
  z-index: 11;
  background-color: #225ea8;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#currentDay{
  z-index: 12;
  background-color: #FEF99D;
}
#shortDay{
  z-index: 13;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
#noonMark {
  left: 50%;
  border-left: 2px solid #fcae1e;
  z-index: 14;
}
#solarNoon{
  z-index: 15;
}
#solarNoon svg {
  position: absolute;
  left: -19px;
  top: 1px;
  height: 38px;
  width: 38px;
  _height: 70px;
  _width: 70px;
  _top: -77px;
}
.sunPage #walker{
  z-index: 16;
}
.sunPage #walker svg {
  position: absolute;
  left: -8px;
  top: 5px;
  height: 30px;
  width: 15px;
}

.sunPage .times {
  padding: 3px 0;
  height: 50px;
}
.sunPage .times::after {
  content: "";
  display: table;
  clear: both;
}
.sunPage .times div{
  position: absolute;
  text-align: center;
}
.sunPage .rise div{
  font-size: 40px;
  width: 10%;
}
.sunPage .length {
  font-size: 30px;
}
.sunPage #dayLength{
  width: 40%;
}

.sunPage #position {
  position: fixed;
  left: 10px;
  bottom: 165px;
  font-size: 30px;
}
.sunPage #sunArrow, .sunPage #azimuth {
  display: inline-block;
}
.sunPage #sunArrow .icon {
  width: 30px;
  height: 35px;
  margin-left: 5px;
}



  