.counter {
  margin-top: 5px;
  font-size: 12px;
}

.counter.ok {
  color: green;
}

.counter.warning {
  color: red;
  font-weight: 700;
}
