* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font: 13px Helvetica, Arial;
}

.form {
  background: #454545;
  padding: 3px;
  width: 100%;
  position: relative;
  bottom: 62px;
}
.form input {
  border: 0;
  padding: 10px;
  width: 59%;
  margin-right: 1%;
}
.form button {
  width: 40%;
  background: #007fae;
  color: #fff;
  border: none;
  padding: 10px;
}
#watchAll.hidden {
  visibility: hidden;
}
#watchAll {
  background: #dcdcdc;
  color: #454545;
  padding: 3px;
  width: 100%;
  height: 24px;
  position: relative;
  bottom: 62px;
  border: none;
  cursor: pointer;
}
#watchAll:hover,
#watchAll:focus {
  text-decoration: underline;
}
.sidebar {
  height: 100%;
  width: 225px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}
#stops {
  height: 100%;
  position: relative;
  top: 0;
  overflow-y: scroll;
  padding-bottom: 38px;
}
#stops div {
  padding: 0.5em;
}
#stops li {
  padding: 0.5em;
}
#map {
  height: 100%;
  width: 100%;
  padding-left: 225px;
  position: absolute;
  top: 0;
  right: 0;
}
