#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #F18E1C;
}

#lightbox p.click-hint {
  text-align: right;
  color: #fff;
  margin-right: 20px;
  font-size: 12px;
}

#lightbox #content {
  width: 550px;
  margin: 0 auto;
}

#lightbox #content .scroll {
  margin: 15px;
  overflow: auto;
  height: 500px;
  text-align: left;
  color: #000;
}

#website{ display:none; }
#websites{ display:none; }