/* Bold all section headers and text */
section, section h1, section h2, section h3, section p, section label {
  font-size: 26px !important;
  font-weight: bold !important;
}


/* add background color and padding so that it's visible above/below form */
#workflow-wrapper,
#divWorkflowContent,
.page-content {
  background-color: #ffffff !important;
}


html,
body {
  background: #ffffff !important;
}

div.page-wrap {
  padding-bottom: 0 !important;
}

/* Hide print button */
#print-preview {
  display: none !important;
}

/* Mobile Styles applied to anything narrower than 768 */
@media only screen and (max-width: 768px) {
  .page-wrap {
    width: 1000000vw;
  }
  
div#workflow-background-wrapper {
  box-shadow: none !important;
}
}
  
.formFieldWrapper.text-box-wrapper input.input-text {
  font-family: Verdana, serif !important;
  font-size: 14px !important;
 }

/* Remove the Border and change Font of Form Headings */
.formFieldWrapper.heading-wrapper h3 {
    font-family: Verdana, serif !important;
    border-style: none !important;
}

.sub-heading {
    font-family: Verdana, serif !important;
    line-height: 25px !important;
    font-size: 14px !important;
}

.formFieldWrapper .sub-heading {
  font-family: Verdana, serif !important;
  line-height: 25px !important;
  font-size: 14px !important;
}

.formFieldWrapper .radio-checkbox-label {
  font-size: 14px !important;
}

.formFieldWrapper.text-box-wrapper input.input-text.formula-result {
  font-size: 18px !important;
}