/* Responsive settings */
section.heading h4 {
  margin-bottom: .5rem; }

.product-layers {
  overflow-x: auto; }
  .product-layers table {
    font-size: 0.8rem; }

.eui-badge--md {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.eui-badge--split span {
  padding-bottom: 0.3rem;
  padding-right: 0.7rem; }

.eui-icon--xlg {
  font-size: 5rem; }

.get-started a:link, .get-started a:visited {
  color: inherit; }

@media screen and (min-width: 992px) {
  .get-started .section-links {
    max-width: 25%; } }

@media screen and (min-width: 768px) {
  #granule {
    border-left: 2px solid #ddd; } }

#citation_style {
  float: left;
  width: 80%;
  overflow: hidden; }

#copybutton {
  float: right;
  width: 100%;
  overflow: hidden; }

@media screen and (max-width: 576px) {
  #citation_style {
    width: 100%; }
  .tooltip {
    width: 100%; } }

.tooltip {
  position: relative;
  display: inline-block; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #077024;
  color: #f1f1f1;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s; }

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #077024 transparent transparent transparent; }

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }


        .jumbotron h4{color:#fff;opacity:0.8;}
    