assets/ml-style.css [28:81]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.sidebar a {
  display: block;
  color: white;
  padding: 10px 0;
  text-decoration: none;
}

.sidebar a:hover {
  background-color: #575757;
}

.sidebar .dropdown {
  margin-bottom: 20px;
}

.dropdown select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.dropdown input {
  width: 40%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.row {
  width: 100%;
  margin-bottom: 30px;
}

.content-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.row-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 3px double #000;
  text-align: center;
  width: 100%;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



assets/telemetry-style.css [26:79]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.sidebar a {
  display: block;
  color: white;
  padding: 10px 0;
  text-decoration: none;
}

.sidebar a:hover {
  background-color: #575757;
}

.sidebar .dropdown {
  margin-bottom: 20px;
}

.dropdown select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.dropdown input {
  width: 40%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.row {
  width: 100%;
  margin-bottom: 30px;
}

.content-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.row-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 3px double #000;
  text-align: center;
  width: 100%;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



