html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media print {
  #clock-view, #map-toolbar, #menu-status-card, .MuiBottomNavigationAction-root {
    display: none;
  }

  #device-list {
    visibility: hidden;
  }
}
