.signin-toolbar{
  background: linear-gradient(rgba(22,33,76,1),rgba(0,83,142,1))
}

#glossary-view > h3{
  margin-bottom: 0px;
}

#glossary-view > p.md-body-1{
  margin-top: 0px;
}


.logo{
  height: 45px;
}


.redText{
  color:red;
}


/* change color and size of success toast */
md-toast.success>div.md-toast-content{
  background: #89d868;
  font-size: 1.2em;
  color: black;
}

/* change color and size of error toast */
md-toast.error>div.md-toast-content{
  background: #ff7070;
  font-size: 1.2em;
  color: black;
}

/* Move toast message to bottom center */
md-toast.md-center {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.mobile-single-trip-wrapper{
  background-color: #000;
}

.mobile-single-trip .mobile-single-trip-item{
  font-size: 16px;
  font-weight: bold;
}

