/* Do not edit the css file directly, it is derived from report.scss. */
@page {
  @bottom-right {
    content: "Page " counter(page) " of " counter(pages);
  }
}
.reportContainer, .disclaimer, .caseDetails, .defendantDetails, .searchDetails {
  font-size: 13px;
  padding: 25px 30px;
  margin: 20px 0px 30px;
  border-radius: 5px;
  border: 3px solid #E3E5E6;
}

.relatedServices {
  border-left: 1px solid #EEE;
  margin-bottom: 20px;
}

.sampleDescription {
  border-right: 1px solid #EEE;
  margin-bottom: 20px;
}

.searchDetails {
  background: #E3E5E6 none repeat scroll 0% 0%;
  border: 0px;
}
.searchDetails table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 0px;
}

.prompt {
  font-weight: bold;
}

.california-notice {
  font-weight: bold;
  font-size: 12pt;
}

.disclaimer {
  font-size: 11px;
}

.defendantName {
  font-weight: bold;
  text-transform: uppercase;
}

.defendantImage {
  max-width: 80%;
  max-height: 80%;
  height: auto;
  -fs-fit-images-to-width: 20%;
}

.reportType {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.source {
  text-decoration: underline;
}

.highlight {
  background-color: #D9EDF7;
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.mvr th {
  border-top: none !important;
}

.mvr td {
  border-top: none !important;
}

.mvr table pre {
  line-height: 1;
}

/*# sourceMappingURL=report.css.map */
