<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Post Style CSS Document */
/* All of these styles should be rendered after the entire page is loaded.*/

.purechat-launcher-frame {
    z-index: 100 !important;
}

#tl_popupCL1:hover {
    z-index: 10 !important;
    position: fixed;
    bottom: 0 !important;
    left: 0 !important;
  }
  #positivessl {
    position: fixed;
    left: 0;
    bottom: 0;
  }
  #positivessl img {
  width: 28%;
  }
@media (max-width: 800px) {
  #positivessl img {
    width:30% !important;
  }
}</pre></body></html>