h1 {
  font-size: 1.8em;
  font-weight: normal;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  color: #666666;
}
h1 .icon {
  margin-right: 0.25em;
  color: #333333;
}
h1 span.year {
  color: #000000;
}
h1 span.divider {
  margin: 0px -0.1em;
}
div.summary {
  color: #666666;
  font-style: italic;
}
audio {
  margin-top: 20px;
  width: 100%;
  box-shadow: 0px 0px 5px #666666;
  border-radius: 100px;
  position: sticky;
  top: 0px;
  z-index: 2;
}

div.transcript {
  max-width: 1000px;
  margin: 50px auto;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #cccccc;
}
@media (max-width: 800px) {
  div.transcript {
    padding: 1px 10px;
    border-radius: 0px;
    margin-left: -15px;
    margin-right: -15px;
    overflow-x: hidden;
  }
}

div.para {
  margin-bottom: 1.25em;
}
div.para h2.speaker {
  font-weight: normal;
  font-size: 1.05em;
  color: #000000;
  margin-left: -20px;
}
div.para h2.speaker > span.inside {
  background-color: #f0f0f0;
  padding: 12px 30px 12px 25px;
  border-radius: 0px 40px 40px 0px;
  position: relative;
} 
div.para h2.speaker span.datum {
  margin-right: 0.5em;
}
@media (max-width: 800px) {
  div.para h2.speaker > span.inside {
    display: block;
    margin-right: 5px;
    margin-left: 25px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
  }
  div.para h2.speaker span.datum {
    display: block;
    margin-top: 3px;
    margin-right: 0px;
  }
}
div.para h2.speaker .icon {
  position: relative;
  left: 0px;
  top: 2px;
  font-size: 1.25em;
  color: #666666;
  margin-right: 7px;
}
div.para h2.speaker .icon2 {
  margin: 0px 7px 0px 1px;
  color: #999999;
}
div.para h2.speaker span.hometown {
  color: #666666;
}
div.para h2.speaker .icon3 {
  color: #999999;
  font-size: 1.1em;
  margin: 0px 8px 0px 4px;
  position: relative;
  top: 3px;
}

div.para div.segments {
  margin-top: 1.5em;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0px 35px 0px 35px;
}
@media (max-width: 800px) {
  div.para div.segments {
    padding: 0px 15px 0px 15px;
    margin-top: 1em;
  }
}

span.segment {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 1.5em;
  scroll-margin-top: 200px;
  scroll-margin-bottom: 50px;
}
span.segment span.text {
  display: block;
  cursor: pointer;
  line-height: 1.25em;
}
span.segment span.text:active {
  position: relative;
  top: 1px;
  left: 1px;
}
span.segment span.stext {
  display: block;
  font-size: 0.75em;
  color: #666666;
  line-height: 1em;
  /* position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
  text-align: center; */
  white-space: nowrap;
  background-color: #ffffff;
  overflow-x: visible;
}
span.segment span.stext span {
  display: block;
  /* position: absolute;
  bottom: 0px;
  left: -0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  min-width: 100%; */
  text-align: center;
}
span.segment span.stext span a {
  border-width: 0px;
  color: inherit;
}
span.segment:hover {
  z-index: 1;
}
span.segment:hover span.text {
  color: #3c6c99;
}
span.segment:hover span.stext span {
  background-color: #ffffff;
}
span.segment span.stext span a:hover {
  border-width: 1px;
  color: #3c6c99;
}

span.segment.mouthed span.text {
  background-color: #c7e3fd;
  border-radius: 2px;
}

div.nojoy {
  text-align: center;
  margin-top: 100px;
  color: #666666;
  font-size: 1.1em;
}