body,
.MuiTabs-root>*,
.RaLayout-appFrame-2,
.RaLayout-content-4,
.RaTabbedShowLayout-content-33 {
  padding: 0 !important;
  margin: 0 !important;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}


.signature_table tr {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
}


.signature_table th,
.signature_table td {
  width: 30% !important;
  border-bottom: none !important;
  text-align: center !important;
}

.signature_table {
  width: 100% !important;
  display: inline-grid !important;
  text-align: center;
}

header,
.MuiDrawer-root,
.MuiToolbar-root,
.MuiTabs-scroller,
.MuiTabs-root,
.MuiDivider-root,
.no-print {
  display: none !important;
}

.screen-only {
  display: none !important;
}

.MuiPaper-elevation1,
.photos {
  box-shadow: none !important;
}

.layout {
  min-height: 0 !important;
}

.layout>div {
  margin-top: 0 !important;
}

.MuiTypography-body2 {
  font-size: 12pt !important;
  display: block !important;
  width: 100% !important;
}

.print-only {
  display: block !important;
}

.print-only-grid {
  display: inline-grid !important;
}

.print-title {
  font-size: 14pt;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
  flex: 1;
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.MuiCardContent-root {
  padding: 0 !important;
}

.ra-field {
  margin-bottom: 10px;
}

.ra-field>div {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

img.logo {
  position: fixed;
  top: 0;
  left: 0;
  height: 32px;
  width: auto;
}

@media (min-width:0px) {
  .jss2 {
    margin-top: 0 !important;
  }
}

@media (max-width:599.95px) {
  .jss2 {
    margin-top: 0 !important;
  }
}

.ra-field {
  break-inside: avoid;
  margin: 0 0 5px 0;
  font-size: 10pt;
}

.MuiFormControl-root div {
  padding: 0;
}


table tr td,
table tr th {
  border-bottom: 1px solid #000 !important;
  font-size: 10pt !important;
  position: initial !important;
}

table tr th {
  font-weight: 700 !important;
}

table tr:last-child td {
  border-bottom: none !important;
}

.sub-title {
  position: relative;
  border-bottom: 1px solid #000;
  flex: 1;
  flex-basis: 100%;
  margin: 30px 0 0 0 !important;

}

.sub-title div {
  position: absolute;
  top: -12px;
  right: 0;
  background: #000;
  color: #FFF;
  white-space: nowrap;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 8pt;
}

.page-break {
  page-break-before: always !important;
  margin-top: 50px;
}