/*  ----------------------------------------------------------------------------
    notices / box descriptions (full width)
*/

/* used for descriptions */
.td-box-description {
  float:left;
  width: 235px;
  padding: 0px 15px 24px 0px;

  strong {
    color: #222222;
  }
}

.td-box-notice-red {
  span {
    color: #f72c5b !important;
  }
}

.td-box-description-red {
  p {
    color: #f72c5b !important;
  }
}




/*  ----------------------------------------------------------------------------
    inline help
*/

.td-help-text,
.td-help-checkbox-inline {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 12px;
  color: #999999;
  line-height: 19px;
}