@media print {
  div, p, label, a {
    font-size: 14px;
  }

  table, table tr, table td, table th {
    border-top: 1px solid #111 !important;
    border-bottom: 1px solid #111 !important;
    border-left: 1px solid #111 !important;
    border-right: 1px solid #111 !important;
  }
  th {
    border-left: 1px solid #111 !important;
    color: #404040 !important;
  }
  table {
    margin-top: 25px !important;
    border-bottom: 1px solid #111 !important;
  }

  h1 {
    margin-top: -30px;
  }

  h1, .nomination-form-wrap, .radios--wrapper, .webform-nomination-title, .webform-title {
    padding: 0;
    margin: 0;
  }

  .main-body, #edit-actions {
    display: none;
  }

  header, footer, nav, div.header-wrap, #block-fctcapps-local-tasks, .form-actions {
    display: none;
    height: 0;
  }

  .webform-flexbox {
    padding: 0px;
  }

  .webform-submission-add-form .webform-flexbox .webform-flex .webform-flex--container .js-form-item {
    margin-bottom: 15px;
  }

  .messages--status, .messages--error, .webform-actions {
    display: none !important;
  }
}