html, body { height: 100%; margin: 0; padding: 0; }
#map { 
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
ui-gmap-goole-map,
.angular-google-map,
.angular-google-map-container {
  height: 100%;
}
.toggle-play-pause {
  text-align: left;
}
@media (max-width: 599px) {
  md-sidenav {
    display: none !important;
  }
}
.md-toolbar-tools {
  max-height: none !important;
}
.md-toolbar-tools h3 {
  font-size: 16px;
}
.md-toolbar-tools h3 .type {
  font-size: 14px;
  color: rgba(0,0,0,0.54);
}
md-list-item {
  min-height: 52px !important;
}