.NotPrinted, #layoutHeader, #layoutNavpane, #layoutContent, #layoutFooter, .CertificateView .ui-dialog-buttonpane, .CertificateView .ui-widget-header {
  display: none !important;
}

.CertificateView {
  height: 100% !important;
  width: auto;
}

.CertificateView table.CertTable {
  table-layout: auto;
  height: auto;
}

.CertificateView div.CertScrollBox {
  height: 100% !important;
  overflow: hidden;
}

.CertificateView div.CertBox {
  width: auto;
  height: 100% !important;
}

.CertificateView div.CertSummary .CourseResultSuccess,
.CertificateView div.CertSummary .CourseResultFailed {
  padding-bottom: 0px;
}

.ui-dialog-buttonpane, .ui-widget-overlay {
  display: none !important;
}

.ui-dialog {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  border: none;
  box-shadow: none;
  overflow: visible;
  width: 100% !important;
}

#certPrintBox {
  width: 100% !important;
}

#headerImage {
  margin-top: 0px !important;
  width: 100% !important;
}

#headerImage svg.CertificateHeader {
  width: 100% !important;
}

.CourseTable {
  width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
