<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-header {
  position: fixed;
  background-color: white;
  width: 100%;
  top: 65px;
  padding-top: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  z-index: 100;
}
.text-site {
  color: #ea3c12 !important;
}
.btn-group {
  width: 100%;
  border: 1px solid #ccc;
}

.btn-group&gt;.btn:first-child {
  width: 100%;
  text-align: left;
}
.btn-group .multiselect-container {
  width: 100%;
}
.link-default {
  color: #333;
  text-decoration: none;
}
.result-set {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

section img {
  max-width: 100% !important;
}

label {
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 0.25em;
}
/* img {
  max-width: 100% !important;
} */

#toTop {
  position: fixed;
  bottom: 45px;
  right: 45px;
  width: 48px;
  height: 48px;
  z-index: 100;
  border: 1px solid;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.8);
  /* opacity: 0.8; */
}

#install-pwa-box {
  display: block;
  position: fixed;
  z-index: 99;
  bottom: 45px;
  left: 45px;
}

.install-pwa-close {
  display: none;
}

.install-pwa {
  /* position: fixed; */
  /* bottom: 40px; */
  /* left: 40px; */
  margin: 0 auto;
  width: 48px;
  height: 48px;
  border: solid 1px #ea3c12;
  border-radius: 50%;
  color: #fff;
  background-color: #ea3c12;
  padding: 0;
  text-align: center;
  /* line-height: 48px; */
  /* vertical-align: middle; */
  font-size: 16px;
}

.install-pwa-mini-label {
  display: block;
  font-size: 12px;
}

.install-pwa-full-label {
  display: none;
}

#install-pwa-box.fullscreen {
  /* top: 0; */
  width: 100%;
  /* border-radius: 20px; */
  margin: 0 auto;
  /* height: 100vh; */
  /* padding-top: 40vh; */
  /* background-color: rgba(25, 25, 25, 0.9); */
  left: 0;
  animation: 2s linear .1s colorIt;
}

#install-pwa-box.fullscreen .install-pwa {
  width: 90%;
  max-width: 486px;
  border-radius: 24px;
  margin: 0 auto;
}

#install-pwa-box.fullscreen .install-pwa-close {
  display: block;
  margin: 1.5em auto;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
}

#install-pwa-box.fullscreen .install-pwa-mini-label {
  display: none;
}

#install-pwa-box.fullscreen .install-pwa-full-label {
  display: block;
}

#search-box {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #toTop {
    bottom: 15px;
    right: 15px;
  }

  #install-pwa-box {
    bottom: 15px;
    left: 15px;
  }

  #search-box {
    position: absolute;
    display: none;
    background-color: white;
    width: 100%;
    padding: 15px;
    left: 0;
    top: 66px;
    z-index: 1;
  }

  #main-contents {
    padding: 0;
    margin: 0;
  }
}

.post-alias {
  position: relative;
  width: 100%;
  min-height: 60px;
}

.post-alias-avatar {
  position: absolute;
  top: 0;
  left: 0.25em;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}

.post-alias-avatar img {
  max-width: 60px;
  max-height: 60px;
}

.post-alias-metadata {
  padding-left: 75px;
}

.post-alias-metadata h1,
.post-alias-metadata h2,
.post-alias-metadata h3,
.post-alias-metadata h4,
.post-alias-metadata h5,
.post-alias-metadata h6
{
  font-size: 18px;
}

.media-image-slide {
  width: 62px;
  /* height: 80px; */
  text-align: center;
  vertical-align: middle;
  border: solid 1px #bbb;
  background-color: #555;
  padding-left: 3px;
  padding-right: 3px;
  display: table-cell;
}

.media-image-slide.opacity {
  opacity: 50%;
}

.media-image-slide img {
  max-width: 56px;
  max-height: 80px;
  margin: 0;
  padding: 0;
}

.image-redirect-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(234, 60, 18, 0.5) !important;
  color: #fff !important;
  /* opacity: 35%; */
  position: absolute;
  top: 50%;
  bottom: 50%;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  padding: 0;
}

.image-redirect-btn.left {
  left: 15px;
}

.image-redirect-btn.right {
  right: 15px;
}

.image-redirect-btn:hover {
  background-color: rgb(234, 60, 18, 0.8) !important;
}
p.section-title {
  font-weight: 700;
  font-size: 1.5em;
}
p.section-sub-title {
  font-weight: 700;
  font-size: 1em;
}

.footer-logo-box {
  position:  absolute;
  top: 0;
  left: 0;
  width: 150px;
}

.show-all-post-media {
  text-align: center;
  vertical-align: middle;
  padding-top: 40%;
  font-size: 1.5em;
  font-weight: bold;
  background-color: rgba(8, 8, 8, 0.6);
  /* background-color: #555; */
  color: #fff;
  position: absolute;
  top: 0.25em;
  left: 0;
  /* opacity: 75%; */
  z-index: 1;
}

.mini-post-media {
  background-color: #ccc;
  aspect-ratio : 1 / 1;
  overflow: hidden; padding: 2px;
}

#footer a {
  color: #ea3c12 !important;
}

.bi-2x {
  font-size: 2em !important;
}

[class^="bi-"]::before, [class*=" bi-"]::before {
  vertical-align: middle;
}

.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  box-shadow: 1px 1px #ea3c12;
}
</pre></body></html>