<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";




main section {
    -webkit-box-shadow: inset 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 10px 20px -5px rgba(0, 0, 0, 0.3);
}
#results {
    background-color: #EEEEEE;
}

@media (max-width: 767px) {
  main section {
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  #results {
      background-color: #fff;
  }
}



#results .container {
    max-width: 720px;
}



.boxcontent {
    background-color: #fff;
    padding:30px 15px 30px 30px;
    border-radius: 10px;
    margin: 0;
}

@media (max-width: 767px) {
  .boxcontent {
      padding:0 5px 15px 15px;
      border-radius: 0;
      margin: 0 auto;
  }
}







.boxcontent .titlelinks {
    text-align:center;
    margin-bottom:20px;
}
.boxcontent .titlelinks a {
    text-decoration:none;
    margin:5px 12px 0;
}
.firstLinks {
    text-align: right;
}
.secondLinks {
    text-align: left;
}
.searchRow {
    margin-bottom: 10px;
}
#searchform, .locationBrowse {
    text-align: left;
}
.locationBrowse {
    font-weight: bold;
    float: right;
    margin-left: 8px;
    margin-right: 8px;

}
.locationBrowse a {
    font-size: inherit;
}
.locationBrowse a i {
    margin-right: 5px;
    font-size: 24px;
    vertical-align: bottom;
}
.searchLabel {
    display: inline-block;
    margin-right: 8px;
}
.smallsubtitles {
    font-family: Arial, Helvetica, sans-serif;
    font-size: inherit;
    color: #2277ee;
    line-height: 28px;
    font-weight: bold;
}
.searchInput {
  display: inline-block;
    text-align: left;
    max-width: 265px;


}
.searchInput input#searchstr {
    text-align: left;
    background-color: #FFF;
    color: #000;
    width: 140px;
}
.searchInput .btn {
    margin-left: 10px;
}
tr.bg-primary {
    background-color:#2277ee !important;
    color: #fff;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.10);
}
.table th, .table td {
  text-align: left;
  font-size: 18px;
}
.table a {
    color: #2277ee;
    text-decoration: underline;
    font-weight: bold;
}
.noResults {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
}
@media (max-width: 767px) {
    .firstLinks, .secondLinks, .searchLabel, .searchInput {
        text-align: center;
    }
    .firstLinks.col-sm-6 {
        padding-left: 10px;
        padding-right: 10px;
    }


    .searchRow.row &gt; div {
        padding-left: 4px;
        padding-right: 0;
        text-align: left;
    }

    .boxcontent {
      border: none;
    }
    .boxcontent .titlelinks a {
        margin:5px 5px 0;
    }
}
@media (max-width: 575px) {
    section .container {
      padding-top: 12px;
        padding-left: 0;
        padding-right: 0;
    }
}
.btn {
    vertical-align: top;
    line-height: 25px;
}
.boxcontent .form-control {
    padding: 3px 9px;
    height: 28px;
    display: inline-block;
    width: auto;
}
.normalColor a {
    color: #2277ee;
}
.inactiveToggle {
    padding: 2px 0 10px 5px;
}</pre></body></html>