.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;
}

.inline-margin-negative {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.width-100px {
  width: 100px !important;
}

.width-300px {
  width: 300px !important;
}

.line-height-3 {
  line-height: 3 !important;
}

.margin-right-3px {
  margin-right: 3px !important;
}
