body {
    background: rgb(5, 0, 20);
    color: rgb(60, 90, 120);
    font-family: "Verdana",Times,sans-serif;
    margin: 0;
    padding: 0;
    text-align: justify;
}

@-webkit-keyframes target-fade {
  0% { background-color: rgba(255, 255, 170, 0.535); }
  100% { background-color: rgba(255,255,170,0);}
}


@keyframes target-fade {
  0% { background-color: rgba(255, 255, 170, 0.535); }
  100% { background-color: rgba(255,255,170,0);}
}

.sidebar-nav {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.content-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.simple-box-item {
    margin-left:5px;
    margin-right:5px;
    margin-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    flex-basis: 350px;
    background-color: rgba(50,10,100,0.3);
}


.carto-detail {
    padding: 10px;
    border-style: solid;
    border-width: 2px;
    margin: 40px;
    max-width: 330px;
}

.circle {
  border-radius: : 50%;
  background :radial-gradient(circle at 100px 100px, #449999, #000);
}

.headInfo {
      text-align: center;
      list-style-type: none;
      width: 60%;
      max-width: 600px;
}

.error {
  background-color: rgba(80, 30, 30, 0.7);
  color: rgb(200, 60, 60);
}

:target {
  animation: target-fade 3s linear;
}

.success {
  background-color: rgba(0, 50, 250, 0.3);
}

.headInfoTxt {
    margin: 0;
    padding: 0;
}


.cartoTxt {
    color: rgb(120, 90, 60);
  }
  
  .cartoTxt a:link {
    color: rgb(140, 80, 60);
  }
  
  .cartoTxt a:visited {
    color: rgb(140, 80, 60);
  }

.exploTxt {
    color: rgb(70, 100, 90);
  }
  
  .exploTxt a:link {
    color: rgb(60, 140, 80);
  }
  
  .exploTxt a:visited {
    color: rgb(60, 140, 80);
  }


.contentdiv {
    max-width: 830px;
}

.showcase td {
  border: 1px solid white;
  vertical-align: top;
  padding: 8px;
  width: 230px;
  min-height: 100px;
  background-color: rgba(100, 100, 100, 0.3);
  text-align: left;
}

.showcase th {
  background-color: rgba(100, 100, 100, 0.8);
  color: white;
  text-align: center;
  padding: 2px;
  hyphens: auto;
}

 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: rgba(250, 250, 250, 0.1);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: rgba(250, 250, 250, 0.15);
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: rgba(250, 250, 250, 0.05);
}

svg g.internal {
    color: blue;
    background-color: red;
}

svg g.internal text {
    display: none;
}

svg g.internal:hover text {
  display: block;
}


.action-button {
  padding: 4px;
  margin: 4px;
  border:solid 1px blue;
  border-radius: 5px;
  appearance: button;
  white-space: nowrap;
}

.exploBorder {
    border-color: green;
  }

.starsystem-details details {
  margin-bottom:20px;
  border-left:  1px solid;
  padding-left: 10px;
  background-color:rgba(250, 250, 250,0.08);
}

.starsystem-details details summary {
  cursor: pointer;
  text-decoration: underline dotted;
}
