/* Styles from step_1.jsx */
.red-text-bold-underline {
  color: red !important;
  font-weight: bold !important;
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

.black-link-bold {
  color: black !important;
  font-weight: bold !important;
}

.red-bold {
  color: red !important;
  font-weight: bold !important;
}

/* Styles from step_4.jsx */
.table-cell-padding {
  padding-left: 5px !important;
  vertical-align: top !important;
}

.required-asterisk {
  color: #9f3a38 !important;
  font-weight: 700 !important;
}
