<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-brand {
    width: 230px;
    height: 51px;
}
.presidents-club {
    width: 140px;
    border-radius: 70px;
    height: 140px;
}

.presidents-club img {
    max-width: 165px;
}
.tplogo {
  height: 115px;
  background-image: url("../../img/PresClub-template5.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .tplogo_white {
    height: 115px;
  background-image: url("../../img/PresClubWhite-template5.png");
  background-repeat: no-repeat;
  background-position: center;
  }
}
@media (min-width: 992px) {
   .tplogo_white {
  height: 115px;
  background-image: url("../../img/PresClubWhite-template5.png");
  background-repeat: no-repeat;
  background-position: center;
  }
}
@media (min-width: 1200px) {
   .tplogo_white {
  height: 115px;
  background-image: url("../../img/PresClubWhite-template5.png");
  background-repeat: no-repeat;
  background-position: center;
  }
}


/* birdeye */
#birdeye .table td, #birdeye .table th {
  vertical-align: middle;
  padding: .2rem;
  border: 0;
  font-size: 80%;
  width: auto;
}
.reviews-container {
  max-height: 520px;
  padding-right: 3rem;
}
.reviews-container .badge {
    font-size: 11px;
}
a.loading svg {
  display: inline-block !important;
}
.review-comments {
    display: inline;
}
.scroll-y-auto {
    overflow-y: auto;
}
.scroll-y-auto::-webkit-scrollbar {
    width: 10px;
}
.scroll-y-auto::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.scroll-y-auto::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid slategrey;
}

.text-gray {
    color: #ccc !important;
}
.border-warning {
  border-color: #e96848 !important;
  border-radius: 2px;
  border-width: medium !important;
  border-style: dotted !important;
}

/* loading */
.loading {
  width: 80px;
  max-width: 100%;
  position: absolute;
  height: 150px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.loading path {
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
@keyframes draw {
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.loading path {
  fill: transparent;
  stroke-width: 0.4;
  stroke: #16284c;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
  animation: draw 1.5s forwards infinite;
}</pre></body></html>