.mobile-interface {
  position: fixed;
  bottom: 0;
  height: 56px;
  width: 100%;
  text-align: center;
  background: #03092D;
  z-index: 99999999;
}
.mobile-interface .buttons {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.mobile-interface .buttons li {
  display: inline-block;
}
.mobile-interface .buttons li a {
  padding: 0.3em 0.625em;
  font-size: 1.6em;
  color: #fff;
}
.mobile-interface .buttons li a.active {
  color: #36a9ac;
}

.mobile-select, .mobile-input {
  border: 1px solid #ccc !important;
}

/*# sourceMappingURL=mobile.css.map */
