assets/android-style.css [1:17]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
}

.content {
  margin-left: 260px;
  margin-right: 40px;
  padding: 20px;
  align-items: center;
}

.sidebar {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



assets/telemetry-style.css [1:17]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
}

.content {
  margin-left: 260px;
  margin-right: 40px;
  padding: 20px;
  align-items: center;
}

.sidebar {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



