body {
  background: url("bg_pink.gif");
  font-family: "MS PGothic", sans-serif;
  font-size: 12px;
  color: #663366;
}
table {
  width: 760px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #cc99cc;
}
td.header {
  background: #ffccff;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}
td.menu {
  width: 150px;
  background: #ffeeff;
  vertical-align: top;
  padding: 10px;
}
td.content {
  padding: 15px;
}
a {
  color: #cc3399;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.divider {
  margin: 10px 0;
  border-top: 1px dashed #cc99cc;
}
.collection {
  border: 1px dashed #cc99cc;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff6ff;
}
.collection-title {
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.collection-images {
  display: none;
  margin-top: 10px;
}
.collection-images img {
  width: 100px;
  height: auto;
  margin: 5px;
  border: 1px solid #cc99cc;
}
.history-entry {
  margin-bottom: 15px;
}

.history-date {
  font-weight: bold;
  color: #cc66aa;
  margin-bottom: 4px;
  padding:4px;
}

.history-text {
  margin-left: 10px;
  line-height: 1.4;
}

.divider {
  margin: 10px 0;
  border-top: 1px dashed #cc99cc;
}
.reveal-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.reveal-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10;
}

.reveal-wrapper.revealed .reveal-cover {
  opacity: 0;
  pointer-events: none;
}

.reveal-text {
  position: relative;
  z-index: 1;
  white-space: pre-wrap;
}
.hidden {
  color: white !important;
  cursor: default !important;
  user-select: none;
}

