.maha-alerts {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.maha-alert {
  color: @white;
  &.blue { background-color: @blue; }
  &.yellow { background-color: @yellow; }
  &.green { background-color: @green; }
  &.red { background-color: @blue; }
}
.maha-alert-message {
  padding: 0.8em;
  text-align: center;
}
.maha-alerts-body {
  flex: 1;
  display: flex;
}
