h3 {
  font-size: 150%;
  line-height: 1.2em;
  margin-bottom: 0.3em;
  font-family: "Oxygen";
}

h4 {
  font-family: "Oxygen";
  margin-bottom: 1em;
  line-height: 1.2em;
}

h5 {
  margin-bottom: 1em;
  line-height: 1.2em;
}

article ul, article ol {
  margin-bottom: 1em;
  margin-left: 2em;
}

article ul li {
  list-style: disc outside none;
  margin-bottom: 0.5em;
  line-height: 1.4em;
}

article ol li {
  margin-bottom: 0.5em;
  line-height: 1.4em;
  list-style-type: decimal;
}

article blockquote {
  padding-left: 1em;
  border-left: 0.5em solid #a0a0a0;
  font-style: italic;
}

article code {
  font-family: courier;
  background-color: #e0e0e0;
}

article p code, article li code, article h3 code, article h4 code, article h5 code {
  font-family: Courier;
  background-color: #e0e0e0;
}

article figure {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}

article figure img {
  max-width: 100%;
  margin-bottom: 1em;
}

article figure .figimage {
  
}

article figure figcaption {
  margin-top: 1em;
  line-height: 1.3em;
  font-style: italic;
  text-align: left;
}

article .structure {
  margin-bottom: 1em;
}

article .notice {
  font-size: 85%;
}

article table {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
  border-collapse: collapse;
}

article table caption {
  font-style: italic;
  text-align: left;
  margin-bottom: 1em;
}

article table thead {
  font-weight: bold;
  background-color: #909090;
}

article table thead th {
  padding: 0.5em 0 0.5em 0;
  border: 0.1em solid black;
}

article table td {
  vertical-align: middle;
  padding: 0.4em;
  border: 0.1em solid #909090;
}

article table .structurecell {
  height: 4em;
}

/*shim until chemwriter.css add this for itself*/
.chemwriter-editor {
  text-align: left;
}

/* https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */
.video-wrapper {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  margin-bottom: 1em;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}