/* Post Style CSS Document */
/* All of these styles should be rendered after the entire page is loaded.*/
.purechat-launcher-frame {
  z-index: 100 !important;
}
#positivessl img {
  width: 100%;
  margin: 10px 0;
}
@media (max-width: 800px) {
  #positivessl img {
    width: 30% !important;
  }
}
@media only screen and (max-width: 555px) and (min-width: 100px) {
  .siqembed[embedtheme], .siqembed[embedtheme] iframe {
    height: 90% !important;
  }
}