<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
table.noborder, /*table.leaders,*/ table.celebrities, table.imglist, table.top10 {
  display: inline;
}
table.noborder td {
  vertical-align: top;
  font-size: 1.3em;
  line-height: 2.5em;
}
/*table.leaders td {
  vertical-align: top;
  font-size: 1.3em;
  line-height: 2.5em;

} zb */







.lightbox_back {
  z-index: 9998;

  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;

  background: black;
  opacity: 0.4;
  filter: alpha(opacity=40);

  display: none;
}
.lightbox_fore {
  z-index: 9999;

  left: 25%;
  top: 10%;
  width: 70%;
  height: 80%;
  min-height: 440px;
  position: fixed;

  background: white;

  border: 1px solid;

  display: none;
}
.lightbox_fore img {
  width: 290px;
  height: 390px;
  float: left;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.lightbox_fore p {
  text-indent: 2em;
  font-size: 1.30em;
  line-height: 2.00em;
}
#id_LB_header {
  position: relative;
  height: 1em;
  font-size: 2.25em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
#id_LB_corner {
  position: absolute;
  top: 0px;
  right: 5px;
}
#id_LB_name {
  margin-top: 2em;
  margin-bottom: 1em;
  
  font-size: 1em; /* zb */
  color:#FFFFFF;
  text-align: center;
  width: 100%;
}
.cls_LB_data {
  padding-left: 3em;
  padding-right: 3em;
  height: 70%;
  overflow: scroll;
  overflow-x: hidden;
}
#id_LB_footer {
  position: absolute;
  text-align: center;
  bottom: 0px;
  width: 100%;
  line-height: 50px; /* zb */
}

</pre></body></html>