<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body div.chaturbatecamitem {
    float: left;
    width: 180px;
    margin: 9px 4px 4px;
    border: 1px solid #ACACAC;
    position: relative;
    background: #F0F1F1;
    font-size: 13px;
    color: #5A5A5A;
    line-height: 1;
    height: 195px;
    font-family: Arial,Helvetica,sans-serif;
    overflow: hidden;
}

body div.chaturbatecamitem img {
    height: 152px;
    max-width: unset;
    width: auto;
}

body div.chaturbatepopup {
  position: absolute;
  background-color: #FFFFFF;
  width: 800px;
  min-height: 635px;
  z-index: 9002;
  top: 10%;
  left: 50%;
  margin-left: -400px;
}

body div.chaturbateshadow {
  background-color: #111;
  opacity: 0.65;
  filter:alpha(opacity=65);
  position: fixed;
  z-index: 9001;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body div.chaturbateerror {
  color: red;
  font-weight: bold;
}

body div.chaturbateclose {
  right: 10px;
  position: absolute;
}

body div.chaturbatecamlive {
  top: 115px;
  position: absolute;
  right: 10px;
}


body span.chaturbate_pager_item_current {
    font-weight: bold;
}</pre></body></html>