/* Text Styles */
.brown-asterisk {
  color: brown !important;
}

.bold-underline {
  font-weight: bold !important;
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

/* Layout Styles */
.br-spacing {
  margin-bottom: 1em !important;
}

/* Form Styles */
.field-label-space {
  margin-bottom: 0.5em !important;
}
