.mono-text-fields.active {
  display: -webkit-flex !important;
  -webkit-flex-wrap: wrap;
  display: flex !important;
  flex-wrap: wrap;
  margin: 10px 0; }

.mono-text-fields.active span {
  order: 1;
  width: 100%; }
.mono-text-fields.active label {
  order: 2;
  width: 100%;
  font-size: smaller; }
