/*ú*/
.lightbox {
  background: url(../images/lightbox_bg.png) repeat transparent;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}

.lightbox .content {
  width: 900px;
  height: 70%;
  background: #fff;
  margin: 10% auto;
  overflow: scroll;
  border-radius: 10px;
  padding: 20px;
}

.lightbox .content .page {
  height: 102%;
}

.lightbox .content .page.index h1 {
  font-size: 28px;
  color: #733736;
  border: none;
}

.lightbox .content .page.index h2 {
  font-size: 22px;
  color: #733736;
  border: none;
}

.lightbox .content .page.index h3 {
  font-size: 20px;
  color: #733736;
  border: none;
}

.lightbox .content .page.index h4 {
  font-size: 18px;
  color: #733736;
  border: none;
}

.lightbox .content .page.index h5 {
  font-size: 16px;
  color: #733736;
  border: none;
}

.lightbox .content .page.index h1.dots,
.lightbox .content .page.index h2.dots,
.lightbox .content .page.index h3.dots,
.lightbox .content .page.index h4.dots,
.lightbox .content .page.index h5.dots,
.lightbox .content .page.index h6.dots {
  font-size: 18px !important;
}
