.maha-network {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.maha-network-offline {
  background-color: @yellow;
  color: @white;
  padding: 0.8em;
  text-align: center;
}
.maha-network-online {
  background-color: @green;
  color: @white;
  padding: 0.8em;
  text-align: center;
}
.maha-network-body {
  flex: 1;
  display: flex;
}
