body {
  height: auto;
  position: relative;
}

h1 {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 200%;
    text-align: center;
}

h3 {
  margin-top: 2em;
  margin-bottom: 0em;
  font-size: 100%;
}

h4 {
  margin-top: .5em;
  margin-bottom: 0em;
}

h4.listgroup {
  font-weight: bold;
}

h4.listheader {
 font-weight: normal;
}

h2.section-head {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 2em;
  line-height: 1.1em;
}


h2.section-head:before {
  content: ">>  ";
  font-size: .8em;
  vertical-align: text-top;
  color: #d96c00;
}

h2.subsection-head {
  margin-top: 2em;
  margin-bottom: .5em;
  font-size: 1.7em;

}

h3.lfa {
  color: black;
#  border-top: 2px dashed #B8D7E6;
  margin-left: -.2em;
  padding: .2em;
  border-radius: 4px;
  #text-align: center;

}

h2.data,h3.data {
  color: black;
  #border-top: 2px solid #8AC7E6;
  margin-left: -.2em;
  padding: .2em;
  border-radius: 4px;
  #text-align: center;
}

h2.data:after,h3.data:after {
  font-family: monospace;
  color: #948b00;
  content: " 0101";
}

.sidebar a {
  color: #006699;
}

a {
  color: #006699;
}

a.cta {
  color: white;
  background-color: #FD8128;
  padding: 4px 8px 4px 8px;
  border-bottom: 2px solid #AB5518;
  font-size: 1.5em;
  border-radius: 3px;
  line-height: 2em;
}

a.cta:hover {
  background-color: #AB5518;
  border-bottom: 2px solid black;
  text-decoration: none;
}

a.ssr {
  color: white;
  background-color: #FD8128;
  padding: 4px 8px 4px 8px;
  border-bottom: 2px solid #AB5518;
  font-size: 1.5em;
  border-radius: 3px;
  line-height: 2em;
}

a.ssr:hover {
  background-color: #AB5518;
  border-bottom: 2px solid black;
  text-decoration: none;
}

a.link-inst {
  background-color: #006699;
  color: #eee;
  padding-left: .25em;
  padding-right: .25em;
}

.nav-header {
  margin-top: 1em;
  margin-bottom: .5em;
  padding: 4px 0px 4px 0px;
  border-bottom: none;
  font-size: 1.2em;
}

.nav-header a:hover {
  text-decoration:default;
}


ul.nav-section {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

li.nav-section {
    padding-left: 0px;
    padding-top: 1em;
    text-indent: 0px;
}

li.nav-section:before {
    content: none;
    padding-right: 0px;
}


a.ipnav {
  color: white;
  background-color: #006699;
  padding: 1px 4px 1px 4px;
}

a.ipnav:hover {
  background-color: #d96c00;
  text-decoration: none;
}

a.stucknav {
  color: white;
  font-size: .5em;
  content: ">>  ";
}

a.ipstickynav {
  #color: #006699;
  padding: 1px 4px 1px 4px;
  border-radius: 1px 8px 8px 1px;
}

a.ipstickynav:hover {
  color: white;
  background-color: #d96c00;
  text-decoration: none;
}

a.ipstickynav:hover:before {
  color: white;
  font-size: .5em;
  content: ">>  ";
}

a.ipstickynav:before {
  color: #d96c00;
  font-size: .5em;
  content: ">>  ";
}

div.sticky {
  position:sticky;
  position:-webkit-sticky;
  top:20px;
}

a.external-link {

}

a.external-link:hover {
  background-color: #006699;
  color: white;
  text-decoration: none;
}


.center {
  align-items: center;
  margin: auto;
  width: 100%;
}

div.spaced {
  margin-top: 1em;
  margin-bottom: .5em;
}

div.paragraph {
  margin-top: 1em;
  margin-bottom: .5em;
}

div.mute {
  color: #AAA;
}

a.navlink {
  color: white;
}

div.leftside {
  float: left;
  width: 45%
}

div.rightside {
  float: right;
  width: 45%;
}

div.cleared {
  clear: both;
}

div.wrapper {
  margin: 20px 0 20 0;
}

span.pubtitle {
  font-weight: normal;
}

span.pubjournal {
  font-style: italic;
}

ul.publist li {
  margin-top: .5em;
}

span.highlight {
  background-color: yellow;
  display: none;
  }

span.empty-highlight {
  background-color: orange;
  /* display: none; */
}

summary.nav:after {
  content: none;
}

details[open] > summary.nav:after {
  content: none;
}

summary.table_disclosure::after, summary.table-disclosure_2::after {
  font-size: 1em;
  content: " [click to open]";
}

summary.table-disclosure_2::after {
  font-size: 1em;
}


details[open] > summary:after {
  font-size: 1em;
  content: " [opened]";
}

details[open] {
  margin-bottom: 1em;
}

summary.table-disclosure {
  color: white;
  background:#d96c00;
}

summary.table-disclosure_2 {
  color: black;
  background:#EBD2C1;
}

summary.table-disclosure_3 {
  color: black;
  background:#eee;
}

summary {
  background:#eee;
  padding: 2px 2px 2px 1em;
  border-radius: 4px;
  margin-bottom: 2px;
}

summary:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline:none;
}

.sidebarSection summary {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 125%;
  margin: 0;
  padding: .1em .5em;
  color: white;
  background: #006699;
  font-size: 120%;
  border-radius: 0px;
}

.sidebarSection summary:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline:none;
}

table.centeredTable {
  text-align: center;
  margin: auto;
  width: 50%;
  border: solid black;
  border-collapse: collapse;
}

table.centeredTable th {
  border-bottom: solid black;
  background-color: #ffebcd;
}

table.centeredTable td {
  border-bottom: solid black thin;
}

table.centeredTable2 td.colwrap {
  white-space: normal;
  max-width:30em;
}

table.zonalTable {
  text-align: left;
  margin: auto;
  width: 100%;
  border: none;
  border-collapse: collapse;
}

table.zonalTable th{
  border: none;
  border-collapse: collapse;
}




td.numeric-value {
  text-align: right;
}

.rightclear {
    clear: right;
}


table.centeredTable2 {
  text-align: left;
  margin: auto;
  width: 50%;
  border: none;
  border-collapse: collapse;
}

table.centeredTable2 th:first-child {
  border-top-left-radius: 3px;
}

table.centeredTable2 th:last-child {
  border-top-right-radius: 3px;
}

table.centeredTable2 th {
  border-bottom: solid black thin;
  background-color: #EBD2C1;
  padding: 2px 4px 2px 4px;
}

table.centeredTable2 td {
  white-space: nowrap;
  border-bottom: solid #CCC thin;
  background-color: white;
  padding: 2px 4px 2px 4px;
}

table.centeredTable2 td.subsection {
  background-color: #f3e9e2;
  font-weight: bold;
}

td.paragraph-text, th.paragraph-text {
  white-space: normal !important;
  min-width: 20em;
}

td.width-constrained, th.width-constrained {
  width: 40em;
  max-width: 40em;
}

table.one{
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%; 
}

table.one td,th{
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

table.one tr:nth-child(odd) {
   background-color: snow;
}

table.one tr:nth-child(even) {
   background-color: ffffe0;
}

table.one th {
   background-color: white;
}

tr.table-radar-header td {
  padding-top: 1em;
  padding-bottom: .5em;
  font-size: 2em;
  border-bottom: none;
}

tr.table-radar-image td {
  padding-bottom: .5em;
  font-size: 2em;
  border-bottom: none;
}

tr.table-radar-image img {
  max-width: 650px;
}

tr.table-radar-data td {
  border-bottom: none;
  white-space: normal;
}

td.table-radar-downloads {
  vertical-align: top;
  padding-top: 0em;
  padding-bottom: .5em;
  font-size: 1em;
  border-bottom: none;
}


ul.plainlist li:before {
  content: none;
  padding-right: 8px;
}

ul {
    list-style: none; /* Remove list bullets */
    list-style-position: outside;
    padding: 0;
    margin-top: .5em;
}

#indenttext {
  margin-left: 20px;
}

#longindenttext {
  margin-left: 50px;
}

#smalltext4{
  margin-left: 0px;
  font-size: 8pt;
  max-width: 920px;
  text-align:left;
  display: block;
}


#nasaLinks li, #menu li {
  padding-left: inherit;
  text-indent: inherit;
}

#nasaLinks li:before, #menu li:before {
  content: none;
  padding-right: inherit;
}

li {
    padding-left: 18px;
    text-indent: -18px;
}

li:before {
    content: "\2022"; /* Insert content that looks like bullets */
    padding-right: 12px;
    color: #999; /* Or a color you prefer */
}


.sidebarSection2 li{
  text-indent: -4px;
}

hr {
    margin-top: 5em;
    margin-bottom: 1em;
}


#leftothercontent {
    border-style: none;
}

div#sidebar {
  float: none;
  position: absolute;
  top: 125px;
  left: 0px;
  height: calc(100% - 205px);
}


ul.navsub {
  padding-left: .5em;
  list-style-position: outside;
}

.sidebarSection li:before {
    content:"";
}

.sidebarSection2 li:before {
    content:"";
}

div.cassiniContact {
  font-size:1em;
  text-align:center;
}

.bold {
  font-weight:bold;
  font-size: 1.15em;
}
