body {
  color: #000000;
  background-color: #FFFFFF;
  /* margin: 0px 20px 0px 20px; */
}

body.dark {
  color: #ddd;
  background-color: #333;
}

a.glossary {
  border: 1px solid red;
  padding: 2px 2px;
  display: inline-block;
}

a.dark {
  color: #ff0;
}

a.dark:visited {
  color: #aa0;
}

/* Need hover for accessibility */
a:link:hover {
  color: #9932CC;
}

/* Larger font for mobile devices
@media screen and (max-device-width: 480px) {
  body {
    font-size: 175%;
  }
}
*/

li {
    margin-bottom: 8px;
}

/* Header columns */

.columnt1 {
    width: 66%;
    float: left;
    text-align: center;
    border: solid 1px;
    border-radius: 4px 4px 4px 4px;
}

.columnt1 a:link:hover, .columnt1 a:visited:hover {
    font-style: italic;
    text-shadow: 2px 2px 9px #f44;
}

.columnt2 {
  width: 33%;
  float: right;
  text-align: center;
}

.nobr {
      white-space: nowrap;
}

/* urgent action items*/
.column1 {
  width: 31%;
  float: left;
}

/* long term action items */
.column2 {
  width: 31%;
  float: left;
  border-left: solid 1px;
  border-right: solid 1px;
  margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
}

/* misc */
.column3 {
  width: 31%;
  float: left;
}

/* rest */
.rest {
  width: 100%;
  float: left;
}

:link { color: #1F00FF }
:visited { color: #9900DD }
div.c3 { margin-left: 2em }
.c2 {
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-style: italic;
}
h3.c1 {
  text-align: center;
  font-size: 30px;
  text-decoration: underline;
}
.titlelink {
    color: #000000;
}
.fullwide {
  /* width: 900px; */
  width: 100%;
}

#comic-container {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 4px;
}
#comic {
  position: absolute;
  max-width: 245px;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-color: #fff;
}
#comic-expand img {
  display: none;
}
@media screen and (max-width: 845px) {
  #comic { right: 0px; }
  #comic:hover {
    width: 245px;
    padding: 0;
    transition: width .4s ease-out, box-shadow 1s ease, transform .8s ease;
  }
  #comic-expand {
    position: absolute;
    display: block;
    right: 0;
    width: 32px;
    height: 250px;
    top: 0;
    border-right: 2px dashed gray;
  }
  #comic-expand img {
    position: absolute;
    display: block;
    bottom: 70px;
    width: 100%;
  }
}

sub {
  line-height: 0.25em;
  font-size: 70%;
  vertical-align: -.05em;
}
sup {
  line-height: 0.25em;
  font-size: 70%;
  vertical-align: 0.7em;
}
.footnote {
  font-size: 90%;
  padding-left: 0.9em;
  text-indent: -0.9em;
}
.footnote sup {
  line-height: 0.25em;
  font-size: 78%;
  vertical-align: 0.4em;
}

.vol {
  margin-left: 5%;
  font-family: Arial, Helvetica, sans-serif;
}

div.comp {
  margin: 0 auto;
  width: 98%;
}

#talks {
  display: block;
  max-width: 100%;
  margin: 4px auto;
  background-color: #f5f5f5;
  padding: 2px 4px 2px 4px;
  border-radius: 2px;
}

h3 a {
  text-decoration: none;
}

#talks:hover {
  background-color: #fff;
}

h3 #talks {
  text-align: center;
  text-transform: uppercase;
  /* background-color: #ccc; */
}

.talk {
  border-radius: 4px;
  margin: 8px;
  padding: 8px;
  font-family: sans-serif;
  font-size: 18px;
  background-color: #f2f2f2;
  box-shadow: rgba(0,0,0,0.5) 0 0 3px;
}

.talk b {
  font-size: 12pt;
}

.talk h2 {
  font-size: 10pt;
  text-transform: uppercase;
}

.talk h3 {
  font-size: 14pt;
  margin: 0;
}

.grey {
  color: #555;
  font-size: 12pt;
}

/* These are not needed anymore.
#polnotesheader {
  position: sticky;
  border-bottom: #555 solid 1px;
  width: 100%;
  top: 0;
  background-color: #f5f5f5;
}

#polnotesheader h3 {
  margin: 4px 0 0 0;
  padding: 0;
}

#polnotesheader h4 {
  font-weight: normal;
  margin: 4px;
  padding: 0;
  font-family: monospace;
}
*/

#polnotes-title {
  text-align: center;
}

