<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  font-family: arial;
  line-height: 24px;
}
body img {
  max-width: 100%;
}
a, a:active {
  color: #777B88;
  text-decoration: none;
}
a:hover {
  color: #0509A7;
  text-decoration: none;
}
.banner {
  background-image: linear-gradient(#209dd2, #075d82);
  height: 600px;
}
.banner .row {
  padding: 80px 30px 0;
}
.banner .title {
  padding-top: 30px;
  padding-bottom: 32px;
}
.banner .title h1 {
  font-size: 2.5em;
  font-weight: 600;
  color: #fff;
  padding: 0;
  text-align: center;
  margin: 0 0 .15625em;
  text-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, .5);
}
.banner .txt {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 34px;
  text-align: center;
}
.search-formbox .input-row {
  width: 180px;
  position: relative;
  padding-top: 47px;
}
.search-formbox label {
  font-size: 16px;
  color: #3e3e3e;
  font: 700 .875em Lato, Helvetica, Arial, sans-serif;
  position: absolute;
  left: 0;
  top: 20px;
}
.search-formbox input, .search-formbox select {
  width: 100%;
  height: 43px;
  padding: 5px 10px;
  background: #fff;
  border-width: 1px;
  font: 1.125em Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  outline: none;
}
.search-formbox .btn-search {
  display: block;
  background: #4BADE2;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  width: 100%;
  border: 0;
  outline: none;
  font-size: 24px;
  margin-top: -5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search-formbox .btn-search:hover {
  background: #2E90C5;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.rank {
  padding-top: 5px;
  padding-bottom: 30px;
}
.article {
  margin-top: 30px;
  padding: 10px;
  color: #3D4150;
}
.article h2 {
  margin-bottom: 30px;
  color: #3D4150;
  text-align: center;
}
.article p {
  font-size: 16px;
  line-height: 24px;
  color: #777B88;
  padding-bottom: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.article ul li {
  font-size: 16px;
  line-height: 24px;
  color: #777B88;
  padding-bottom: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.quickly {
  background: #F5F5F5;
}
.quickly .row {
  padding: 45px;
}
.quickly h2 {
  text-align: center;
  font-size: 28px;
  color: #4BADE2;
  font-weight: normal;
  padding-bottom: 45px;
}
.quickly-list {
  height: auto;
  overflow: hidden;
}
.quickly-list li {
  float: left;
  width: 32%;
  padding-right: 10px;
  background-image: url(https://criminalregistry.org/tp/header/images/ico-arr.png);
  background-repeat: no-repeat;
  padding-left: 20px;
}
.footer {
  padding-top: 65px;
  padding-bottom: 40px;
  background: #3D4150;
  font-size: 16px;
  color: #A7ACBD;
}
.footer .copyright {
  text-align: center;
  font-size: 16px;
  color: #777B88;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-left: 10px;
  margin-right: 10px;
}
.footer .des {
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.footer .links {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.footer .links a {
  font-size: 16px;
  color: #4BADE2;
}
.footer .links a:hover {
  color: #fff;
  text-decoration: underline;
}
.container {
  max-width: 1070px;
  margin: 0 auto;
  width: 100%;
  color: #070707;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1070px) {
  .fflex {
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-flow: row;
    -webkit-align-items: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 1069px) {
  .search-formbox .fflex:after {
    content: "";
    display: table;
    clear: both;
  }
  .search-formbox .input-row {
    float: left;
    width: 31.3%;
    margin-right: 2%;
  }
  .banner {
    height: auto;
    padding-bottom: 35px;
  }
  .banner .txt2 {
    font-size: 1.1em;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .quickly-list {
    padding: 0;
  }
  .quickly-list li {
    width: 49.9%;
  }
}
@media only screen and (max-width: 767px) {
  .search-formbox .input-row {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  .banner .row {
    padding: 20px;
  }
  .banner .title {
    padding-bottom: 20px;
  }
  .banner .txt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .rank {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .article p {
    line-height: 120%;
  }
  .quickly .row {
    padding: 15px;
  }
  .quickly h2 {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .banner .title h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 400px) {
  .quickly-list li {
    width: 100%;
  }
}
.confidential {
  text-align: center;
  clear: both;
  font: 700 20px Lato, Helvetica, Arial, sans-serif;
  line-height: 1.8333em;
  font-style: oblique;
  padding: 1.5em 1em 0.5em;
  background: #fff;
  border-radius: 0 0 8px 8px;
  color: #8b8b8b;
}
.txt2 {
  margin-top: 20px;
  padding: 10px;
  text-align: left;
  line-height: 140%;
  font-size: 1.2em;
}
.vitalinfo li {
  background-image: url(https://criminalregistry.org/tp/header/images/ico-arr.png);
  background-repeat: no-repeat;
  padding-left: 20px;
}
.search-formbox {
  padding: 1em;
  padding-top: 1.2em;
  background: #fff;
  border-radius: 8px;
} /*! CSS Used from: http://127.0.0.1/gov/s.css */
a, div, h2, h3, i, li, span, strong, table, tbody, td, th, thead, tr, ul {
  border: 0;
  margin: 0;
  padding: 0;
}
div {
  display: block;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:first-child {
  margin-top: 0 !important;
}
*:last-child {
  margin-bottom: 0 !important;
}
a {
  color: #195888;
  border: none;
  text-decoration: underline;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a:hover, a:active, a:focus {
  color: #C70000;
  border: none;
  outline: none;
}
h2, h3 {
  margin: 0;
  padding: 0;
  color: #195888;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 120%;
  position: relative;
}
ul, li {
  list-style-type: none;
}
i {
  color: #C70000;
  font-style: normal;
}
strong {
  color: #000;
  font-weight: 600;
}
.cf:after {
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  content: ".";
}
.cf {
  display: block;
}
.wrapper{
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.letter-list{
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
	padding: 0px 20px 10px 20px;
}
a.btn {
  display: inline-block;
  padding: 7px 30px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #18AA00;
  vertical-align: top;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a.btn:hover, a.btn:focus, a.btn:active {
  background-color: #149000;
}
#main {
  padding: 30px 0;
}
.block {
  margin-top: 30px;
  margin-bottom: 30px;
}
h2.page-title {
  margin: 20px 0;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.01em;
}
h3.page-subtitle {
  margin: 20px 0;
  color: #555;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
h3.page-subtitle span {
  color: #222;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}
.view-all {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.view-all a.btn {
  margin: 0 3px;
  padding: 6px 20px;
  font-size: 18px;
  line-height: 20px;
}
.dtable table {
  width: 100%;
  color: #222;
  font-size: 14px;
  line-height: 20px;
  cursor: default;
  border-collapse: collapse;
}
.dtable thead tr {
  background: #195888;
}
.dtable tbody tr {
  background: #FFF;
  border-bottom: 1px solid #DDD;
}
.dtable tbody tr:nth-of-type(even) {
  background-color: #FCFCFC;
}
.dtable th, .dtable td {
  padding: 17px 10px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.dtable th:first-child, .dtable td:first-child {
  padding-left: 20px;
}
.dtable th:last-child, .dtable td:last-child {
  padding-right: 20px;
}
.dtable th {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
}
.dtable td:first-child, .dtable td:last-child {
  width: 10px;
  white-space: nowrap;
}
.dtable .name {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
}
.dtable .button {
  display: block;
}
.dtable a, .dtable strong {
  font-weight: 600;
}
.dtable strong {
  color: #000;
}
.dtable a.btn {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 20px;
}
@media only screen and (max-width: 1219px) {
  .wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  h2.page-title {
    margin: 15px 0;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: inherit;
  }
  h3.page-subtitle {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 959px) {
  .results-table {
    margin: 0 -10px;
  }
  .results-table thead {
    display: none;
  }
  .results-table td {
    display: block;
    padding: 15px 15px 15px 50% !important;
    border: 1px solid #CCC;
    border-top-color: #EEE;
    border-bottom: none;
    position: relative;
  }
  .results-table td:first-child {
    border-top: none;
  }
  .results-table tbody tr:first-child td:first-child {
    border-top: 1px solid #CCC;
  }
  .results-table td:first-child, .results-table td:last-child {
    width: auto;
    white-space: normal;
  }
  .results-table td:before {
    display: block;
    content: "";
    width: 45%;
    margin-top: -9px;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    position: absolute;
    top: 50%;
    left: 15px;
  }
  .results-table td:nth-of-type(1):before {
    content: "#:";
  }
  .results-table td:nth-of-type(2):before {
    content: "Name:";
  }
  .results-table td:nth-of-type(3):before {
    content: "Age:";
  }
  .results-table td:nth-of-type(4):before {
    content: "Location:";
  }
  .results-table td:nth-of-type(5):before {
    content: "Full Report::";
  }
}
@media only screen and (max-width: 479px) {
  .wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
  #main {
    padding: 30px 0;
  }
  .block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}</pre></body></html>