#astropic-overlay-container {
  position: relative;
  display: block;
  z-index: 10;
}

.astropic-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#astropic-overlay-image {
  display: block;
  width: 100%;
  height: auto;
}

#astropic-main-revision-download-button {
  height: 17px;
  color: #e9e8ef;
  margin: auto;
  margin-right: 5px;
}
#astropic-main-revision-download-button:hover, #astropic-main-revision-download-button:focus {
  color: #989997;
}

#astropic-main-revision {
  font-style: italic;
  margin-right: 3px;
}

.stats-container {
  display: flex;
  margin: 10px 0;
}

.stats-column {
  flex: 1;
  align-items: start;
}
.stats-column .table {
  display: inline-block;
  vertical-align: top;
}

.findingchart-column {
  flex: 1;
  align-items: start;
  justify-content: center;
}
.findingchart-column img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
  }
  .findingchart-column {
    order: -1;
  }
}
.thumbnail-sizer {
  padding: 4px 4px;
  float: left;
  width: 24.99999%;
}
@media only screen and (max-width: 700.8px) {
  .thumbnail-sizer {
    width: 49.99999%;
  }
}
@media only screen and (max-width: 499.2px) {
  .thumbnail-sizer {
    width: 100%;
  }
}

/* Container needed to position the overlay. Adjust the width as needed */
.thumbnail-container, .thumbnail-textual-container {
  position: relative;
  transition: transform 0.5s;
  /* When you mouse over the container, fade in the overlay title */
}
.thumbnail-container:hover, .thumbnail-textual-container:hover {
  transform: scale(1.15);
  z-index: 2;
  transition: transform 0.5s;
}
.thumbnail-container:hover .hover-title-overlay, .thumbnail-textual-container:hover .hover-title-overlay {
  opacity: 1;
}

/* The overlay effect - lays on top of the container and over the image */
.hover-title-overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.thumbnail-textual-unit {
  width: 100%;
  margin: 0 0;
}
.thumbnail-textual-unit::after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 10px;
}

.thumbnail-textual-container:hover {
  transform: scale(1.07);
}

.thumbnail-textual-thumbnailsizer {
  padding: 4px 4px;
  margin-right: 15px;
  float: left;
  width: 39.99999%;
}

.thumbnail-textual-text h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.thumbnail-textual-text p {
  margin-top: 0;
}

@media only screen and (max-width: 700.8px) {
  .thumbnail-textual-thumbnailsizer {
    width: 49.99999%;
  }
}
@media only screen and (max-width: 499.2px) {
  .thumbnail-textual-thumbnailsizer {
    width: 100%;
  }
}
#body-download-link {
  font-size: 20px;
  fill: #e9e8ef;
}
#body-download-link svg {
  height: 25px;
  width: auto;
  margin-right: 10px;
  padding: 0;
}

/*# sourceMappingURL=astropic.css.map */