html, body, div.container, div.content-wrapper { height: 100%; }

div.container { overflow: hidden; }

div.content-wrapper {
  padding-bottom: 115px !important;
}

div.content-wrapper > *:first-child {
  height: 100% !important;
}

body {
  font-family: 'Roboto';
}

.md-bottom-bar.md-theme-default.md-type-fixed {
  background-color: var(--md-theme-default-background, #000) !important;
  bottom: 1px;
  position: fixed;
  z-index: 1000;
  left: 0px;
  right: 0px;
}

.header .logo {
  margin-bottom: 0.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

.md-bottom-bar {
  bottom: -1px;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
}

.back-button .md-button-content .md-icon,
.app-toolbar .md-title {
  color: #006725 !important;
}
