img {
  display: block;
}

.fa-bars {
  display: inline-block;
  color: #fff;
  float: left;
  font-size: 20px;
}

.bus-stop {
  display: inline-block;
}

.fa-search {
  display: inline-block;
  color: #fff;
  float: right;
  font-size: 20px;
}

#appheader {
  position: relative;
  background-color: #1976D2;
  padding: 20px 20px 20px 20px;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.24), 0px 0px 4px rgba(0, 0, 0, 0.12);
}

body {
  margin: 0 auto;
  width: 360px;
  background-color: #f9f9f9;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: medium;
  font-size: 20px;
  color: #fff;
}

h3 {
  width: 50%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  font-size: 24px;
  text-align: left;
  display: inline-block;
  float: left;
}

h4 {
  width: 50%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  font-size: 18px;
  text-align: right;
  display: inline-block;
  float: right;
}

p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
}

.l1 {
  width: 50%;
  text-align: left;
  display: inline-block;
  float: left;
}

.r1 {
  width: 50%;
  text-align: right;
  display: inline-block;
  float: right;
}

.l2 {
  width: 50%;
  text-align: left;
  display: inline-block;
  float: left;
}

.r2 {
  width: 50%;
  text-align: right;
  display: inline-block;
  float: right;
}

.departure-info {
  box-sizing: border-box;
  height: 80px;
  border-bottom: 1px solid #dddddd;
  padding: 8px;
}

.oos {
  box-sizing: border-box;
  padding: 20px 8px;
}

.re {
  box-sizing: border-box;
  padding: 20px 8px;
}

.out-of-service {
  color: #E73527;
}

.reroute {
  color: #FF985C;
}

.departure-list {
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 360px;
  overflow: scroll;

}
