@charset "UTF-8";
/* CSS Document */

p {
  font-family: Arial, Helvetica, sans-serif;

}

abstracttext {
  color: #303030;
}

.abstractwrapper {
  margin-bottom: 20px;
}

.browse-stories-buttons {
  margin-bottom: 10px;
}

.sidebar-img {
  margin-top: 10px;
}

.sidebar-title {
  font-size: 16px;
  padding-top: 0px;
  padding-left: 0px;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-img {
    max-width: 50%;
  }

  .sidebar-title {
    margin-left: 15px;
    margin-top: 2px;
  }
}

.rm-title {
  margin-bottom: 10px;
}

.idprint {
  float: right;
  color: #D8D8D8;
  font-weight: bold;
}

#recentSection, #popularSection, #relatedSection {
  display: none;
}

@media (min-width: 992px) {
  #psdDisclaimer {
    display: inline-block;
    width: 80%;
  }
}

.clearBoth {
  clear: both;
}

.red_text {
  color: red;
}

.newer_version {
  margin-top: 0;
  margin-bottom: 15px;
}


@media (max-width: 767px) {
  .dropdown-menu {
    width: 90vw;
  }

  .dropdown-menu > li > a {
    white-space: normal;
  }
}

#moon_info_table td {
  padding: 3px 5px;
}

.dataset-spacing {
  margin-top: 10px;
}