.alert {
  padding: 1px;
  background-color: red;
  color: white;
}

.active {
  background: #bbb;
}
