/* não retirar esta regra da posição inicial */
.detalhe {
    display: "";
}

#filtro {
  width: 40em;
}

.ops {
  background: #ffbbbb;
  color: blue;
  border-radius: 2px;
}

.hmm {
  background: #ffdddd;
  color: black;
  border-radius: 2px;
}

.erro {
  color: red;
  font-weight: bold;
}

