<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Fonts
=============================================== */
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400|Open+Sans);
body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #8d8d8d; }

.list-item {
  display: inline-block;
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .list-item {
      width: 49.5%; } }
  @media (min-width: 992px) {
    .list-item {
      width: 33%;
      max-height: 370px; } }
  @media (min-width: 1200px) {
    .list-item {
      width: 16.4%; } }
  .list-item .list-animal-photo-block {
    text-align: center; }
    .list-item .list-animal-photo-block a img {
      border: 3px solid #006156 !important;
      width: 155px;
      height: auto;
      margin: 4%; }
      @media (min-width: 768px) {
        .list-item .list-animal-photo-block a img {
          max-height: 300px; } }
  .list-item .list-animal-info-block {
    margin-bottom: 50px;
    text-align: center; }
    .list-item .list-animal-info-block .list-animal-name {
      margin-left: 40px;
      margin-right: 40px; }
      .list-item .list-animal-info-block .list-animal-name a {
        font-family: "PT Sans Narrow", sans-serif;
        padding: 5px 20px;
        text-transform: uppercase;
        font-size: 17px;
        margin: 0px auto 10px;
        position: relative;
        text-align: center;
        background-color: #ce601b;
        color: #fff;
        display: inline-block;
        text-decoration: none; }
        .list-item .list-animal-info-block .list-animal-name a:hover {
          background: #E8E5DA;
          color: #006156;
          text-decoration: none; }

#DefaultLayoutDiv {
  margin-top: 80px; }
div#DefaultLayoutDiv &gt; table {
position: fixed;
    z-index: 2;
    background: white;
    top: 0;
    padding-top: 30px;
}
#DefaultLayoutDiv &gt; table + table {
  width: 100%;
  position: relative;
    padding-top: 50px;
    z-index: 1; }
  #DefaultLayoutDiv table + table &gt; tbody &gt; tr &gt; td {
    display: inline-block;
    float: left;
    width: 100% !important; }
    @media (min-width: 768px) {
      #DefaultLayoutDiv table + table &gt; tbody &gt; tr &gt; td {
        width: 49.5% !important; } }

#DefaultLayoutDiv table + table + table {
  width: 100%; }
  #DefaultLayoutDiv table + table + table &gt; tbody &gt; tr {
    display: none; }
    #DefaultLayoutDiv table + table + table &gt; tbody &gt; tr + tr {
      display: block; }
      #DefaultLayoutDiv table + table + table &gt; tbody &gt; tr + tr &gt; td + td {
        width: 100% !important;
        background-color: #E8E5DA; }
        #DefaultLayoutDiv table + table + table &gt; tbody &gt; tr + tr &gt; td + td + td {
          width: 1px !important; }
      #DefaultLayoutDiv table + table + table &gt; tbody &gt; tr + tr + tr {
        display: none; }

table {
  border-spacing: 0; }
  table .detail-animal-name {
    margin-top: -10px;
    display: block;
    margin-bottom: 20px; }
    table .detail-animal-name span {
      color: #006156;
      text-decoration: none;
      font-family: "PT Sans Narrow", sans-serif;
      font-style: normal;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 30px;
      padding: 5px 0; }
  table .detail-link img {
    display: none; }
  table .detail-link a {
    text-decoration: none; }
    table .detail-link a:after {
      display: none;
	  position: relative;
      background: #ce601b;
      color: #fff;
      border: none;
      padding: 12px 16px;
      font-weight: 700;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      -webkit-transition: all, 0.2s, ease-in-out;
              transition: all, 0.2s, ease-in-out; 
      }
   @media (min-width: 768px) {
	   table .detail-link a:after {
      content: "Print";}
   }     
    table .detail-link a:hover:after {
      background: #E8E5DA;
      color: #006156;
      text-decoration: none; }
  table .detail-link a ~ a:after {
    margin-left: 15px; }
       @media (min-width: 768px) {
	         table .detail-link a ~ a:after {
    content: "Share";}	       
       }   
  table .detail-link a ~ a ~ a:after {
    content: "Back";
    margin-left: 0px;
    margin-right: 10px; }
  table .detail-animal-photo {
    border: 10px solid #006156 !important;
    height: auto;
    margin: 0 4% 4% 0;
    width: 92%;
    max-width: 420px; }
  table .detail-table {
    margin-left: 30px; }

.detail-animal-desc {
  background-color: #E8E5DA; }

#tblDescription {
  margin: 30px 30px 15px; }

#tblShelterCare {
  margin: 15px 30px 30px; }
  #tblShelterCare &gt; table {
    margin: 15px auto 30px; }

table.detail-table td {
  padding: 5px; }

#tbl24PetWatch table {
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.list-animal-id,
.list-anima-species,
.list-animal-sexSN,
.list-animal-breed,
.list-animal-age {
  padding-left: 0px; }

#plPhotos {
  padding: 30px 0; }
  
#tblHVtrial{
	display:none;

}
	@media (min-width: 768px) {
#tblHVtrial{
		display:block;
		}
	}
	
.list-animal-foundtype {
	display: none;
}</pre></body></html>