.data th.big_title {
  font-size: 24pt;
  padding-top: 29px;
  padding-bottom: 29px;
}

.data th img {
  cursor: pointer;
}

.data .overview_highlight td {
   background-color: #FFC341;
}

.data td a {
  color: #000099;
  font-weight: 700;
  text-decoration: underline;
}

.data td a:hover {
  color: #0000bb;
}

.image_preview {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  margin: -20px 0 0 -25px;
  height: 100%;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
}

.image_preview img {
  margin-top: 5%;
  max-width: 90%;
}
