html {
    background-color: #f0f0f0;
    color: rgba(0,0,0,0.8);
}
h2 {
  margin-top: 140px;
  /* margin-bottom: -44px */
  border-bottom: 1px solid grey;
}
h3 {
  /* margin-top: 60px; */
}

hr {
  border: 1px solid grey;

}

blockquote {
  margin: 0 100px;
  font-style: italic;
}

li {
  /* margin-bottom:10px; */
}

iframe {
  margin: 0 auto 200px;
  display: block;
  border: none;
  background-color: white;
}

img {
  display: block;
  margin: 24px auto;
}

a {
  color: darkcyan;
  font-weight: normal;
}


footer a {
  color: white;
  font-weight: normal;
}

footer img {
  display: inherit;
  margin: inherit;
}


#chromiumReq {
  display: block;
  font-style: italic;
  line-height: 0.8;
  margin: 15px auto;
  width: 350px;
}

.textHighlight {
  /* color: black; */
  font-weight: bold;
}

.taskList li {
  display: flex;
  align-items: start;
  line-height: 1.5em;
  margin-left: -12px;
  margin-bottom: 14px;
}
.taskList li:before {
  content: <input type="checkbox">;
  margin: -0 -20px 0 10px;
}
.taskList li input {
  margin-top: 0px;
}



.showHideDiv {
  border: 1px solid rgba(0,0,0,0.3);
  transition: all 0.2s ease-out;
  display:inline-block;
  margin: 12px 0;
  padding: 0px;
  width: 100%;
  overflow: clip;
}
.showHideButton {
  transition: all 0.2s ease-out;
  display:inline-block;
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
}
.showHideButton:after {
  content:'+';
  float: right;
  margin-right: 24px;
}
.showHideButton.isOpen:after {
  content: '–';
}

.showHideDiv:hover {
  border-color: rgba(0,0,0,0.9);
}
.showHideButton:hover {
  cursor: pointer;
  border-color: rgba(0,0,0,0.9);
  background-color: rgba(255,255,255,0.4);
}

.showHideContent {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.7s ease-out;
  margin-top: -12px;
  padding: 0 12px;
}
.showHideContent:hover {
border-color: rgba(0,0,0,0.9);
}
.showHideContent li {
margin-bottom: 6px;
}



/* show/Hide Divs */
.showHideContent {
  padding: 0;
  margin: 0px 0px -4px;
}

.showHideDiv {
  border: none;
  /* border-bottom: 1px solid rgba(0,0,0,0.1); */
}

.showHideButton {
  /* border: none; */
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.showHideButton:hover {
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.widep5jsWidget {
  width: 1200px;
  margin: 0 -200px;
}

.widep5jsWidget .showHideButton{
  width: 800px;
  margin: 12px 200px;

}



table {
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 8px;
}

.endNav {
  background-color: darkcyan;
  height: 40px;
  color: white;
  font-size: 12pt;
  font-weight: bold;
  width: 43%;
  font-style: italic;
  line-height: 1.4em;
  padding: 2%;
}
.endNav:hover {
  /* text-decoration: underline; */
  /* color: #444; */
  background-color: lightseagreen;
}
#endNavNext {
  float: right;
  text-align: left;
  padding-left: 5%;
}
#endNavPrev {
  float: left;
  text-align: right;
  padding-right: 5%;
}
#endNavNext {
  float: right;
}
#endNavNone:hover {
  background-color: darkcyan;
}



button:hover {
  cursor: pointer;
}
