body, html {
    height: 100%;
    width: 100%;
    font-family: 'Noto Serif', sans-serif;
  }
  input{
    font-size: 14px;
  }

  .center{
    text-align: center;
  }

  #map {
    height: 80%;
    width: 96%;
    margin-top: 20px;
  }
  #sun-slider
  {
    width:100%;
  }
  #graph {
    width: 93%;
    height: 300px;
    margin: 20px;
  }
  #graph-tics
  {
    width: 100%;
    height: 11px;
    position: relative;
  }
  #graph-scale
  {
    width: 100%;
    height: 20px;
    position: relative;
  }
  span.hour-tick
  {
    position: absolute;
    width: 1px;
    height: 10px;
    background: black;
    display: inline-block;
  }

  span.hour
  {
    position: absolute;
    display: inline-block;
  }

  #sun-graph
  {
    width: 90%;
    margin: 20px;
  }
  .night{
      background: black;
  }

  #graph-plot {
    position: relative;
    height: 250px;
  }
  .graph-elm{
    display: inline-block;
    height: 20px;
    width: 100%;
  }
  .plot-elm{
    position: absolute
  }
  .plot-line{
    height: 1px;
    width: 100%;
    background: lightgray;
    position: absolute;
  }
  .plot-line-scale{
    position: absolute;
    font-size: 10px;
    left: -15px;
  }
  .plot-horizon{
    height: 2px;
    background: gray;
  }
  div.input-line{
    text-align: center;
    width: 100%
  }
  #sun-slider-selected{
    width:100%;
    text-align: center;
  }

  #obsElevation{
    width: 30px;
  }

  span.time-slot{
    float: left;
    display: inline-block;
    height: 20px;
  }

  #search-input{
    width: 15em;
  }
  #help-box{
    margin: 10px;
    width: 100%;
    text-align: center;
  }

  div.shadow-to-light{
    background: #a7b2ba;
    background: -webkit-linear-gradient(0deg, #a7b2ba, #ffdd38);
    background: -o-linear-gradient(0deg, #a7b2ba, #ffdd38);
    background: -moz-linear-gradient(0deg, #a7b2ba, #ffdd38);
    background-color: linear-gradient(0deg, #a7b2ba, #ffdd38);
  }

  div.light-to-shadow{
    background: #ffdd38;
    background: -webkit-linear-gradient(0deg, #ffdd38, #a7b2ba);
    background: -o-linear-gradient(0deg, #ffdd38, #a7b2ba);
    background: -moz-linear-gradient(0deg, #ffdd38, #a7b2ba);
    background-color: linear-gradient(0deg, #ffdd38, #a7b2ba);
  }
  .light{
    background-color:#ffdd38;
  }
  .shadow{
    background-color:#a7b2ba
  }

  #message{
    background: lightcoral;
    text-align: center;
  }

  .footer{
    width:100%;
    margin-top: 50px;
    text-align: center;
    color: #b8b8b8;
  }
  .footer a{
    color: #a7b2ba;
  }
