@media all and (-ms-high-contrast: none) {
  .panelbar-formheader-style {
    /* Box shadow causes the horizontal lines in main container background */
  }
  .panelbar-formheader-style .panel .header {
    /*max-height: 35px;*/
    /* Disabled this rule  - bc if there is more than one line of information on that header, it is hidden. Instead I have overwrriten the margin bottom rule to 0 */
    /*background: inherit !important;*/
  }
  .panelbar-formheader-style .panel .header h4 {
    margin-bottom: 0 !important;
  }
  .panelbar-formheader-style .panel .header .TaskDetailLink {
    /*top: -53px;*/
    position: relative;
  }
  .panelbar-formheader-style .panel .disable-panel:not(.panel) .TaskDetailLink {
    top: -30px !important;
  }
  .panelbar-formheader-style .panel .disable-panel:not(.panel) > h4 {
    margin-bottom: 0 !important;
  }
  .panelbar-formheader-style .header-link {
    top: -35px !important;
  }
  .panelbar-formheader-style .header-link a:visited {
    background: rgba(12, 93, 150, 0.08) !important;
    border: 1px solid rgba(12, 93, 150, 0.1) !important;
  }
  .panelbar-formheader-style .header-link a:hover {
    background: rgba(12, 93, 150, 0.12) !important;
  }
  .panelbar-formheader-style .fieldset-container-one .fieldset-container-four .legend-header-four {
    display: block;
  }
  .panelbar-formheader-style .genericform-style.read-only h4 {
    margin-bottom: 24px !important;
  }
  .panelbar-formheader-style fieldset.fieldset-container-two {
    position: relative !important;
    top: 0 !important;
    margin-left: 2px !important;
  }
  .panelbar-formheader-style #workspace,
  .panelbar-formheader-style .workspace-content-container {
    zoom: 1 !important;
    box-shadow: none !important;
  }
  .panelbar-formheader-style input[type=checkbox],
  .panelbar-formheader-style input[type=radio] {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .panelbar-formheader-style fieldset.fieldset-container-three .legend-header-three {
    top: 22px !important;
  }
  .panelbar-formheader-style fieldset.fieldset-container-three hr {
    top: -13px !important;
  }
}
