/* 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 img {
  width: 100%;
  margin: 10px 0;
}
@media (max-width: 800px) {
  #positivessl img {
    width:30% !important;
  }
}