body div.chaturbatecamitem {
  /* float: left; */
  /* width: 180px; */
  margin: 9px 4px 4px;
  border: 1px solid #ACACAC;
  position: relative;
  background: #F0F1F1;
  font-size: 13px;
  font: Arial;
  color: #5A5A5A;
  line-height: 1.35;
  min-height: 184px;
  font-family: Arial,Helvetica,sans-serif;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

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;
  display: none;
}


body span.chaturbate_pager_item_current {
    font-weight: bold;
}

#sexcamlist {
  list-style: none;
  /* margin: 2em; */
  display: grid;
  /* grid-gap: 20px; */
  grid-template-columns: repeat(auto-fill,minmax(260px, 1fr));
}