pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

div {
  &.field, &.actions {
    margin-bottom: 10px;
  }
}

div {
  &.field_to_hide, &.actions_to_hide {
    margin-bottom: 10px;
  }
}

div {
  &.field_to_hide_1, &.actions_to_hide_1 {
    margin-bottom: 10px;
  }
}


#notice {
  color: green;
}

.field_with_errors {
  color: red;
  display: inline-block;
}

#error_explanation {
  width: 68%;
  border: 1px solid red;
  padding: 20px 40px;
  margin: auto;
  margin-bottom: 20px;
  text-align: left;
  background-color: #f0f0f0;

  h2 {
    color: #eee;
  }

  ul li {
    list-style: lower-roman;
  }
}

