aside.hello {
  background-color: #ca0002;
  color: white;
  padding: 0.5em 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

aside.hello strong {
  font-weight: bold;
}

article {
  margin-bottom: 5em;
  font-size: 1.1em;
}

article>header {
  margin-bottom: 2em;
  font-family: "Open Sans", sans-serif;
}

article>header>h1 {
  font-weight: bold;
  font-size: 150%;
  line-height: 1.3em;
  margin-bottom: 0.3em;
}

article>header>h2 {
  font-size: 75%;
  color: #808080;
  line-height: 1.3em;
  margin-bottom: 0.2em;
}

article .main h1 {
  margin-bottom: 0.5em;
  margin-top: 2em;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2em;
  font-family: "Open Sans", sans-serif;
}

article .main h2 {
  margin-bottom: 1em;
  font-weight: bold;
}

article img, article object {
  display: block;
  max-width: 100%;
  margin: 2em auto 2em auto;
}

article img.end-mark {
  width: 5ch;
}

article p, article li {
  line-height: 1.7em;
}

article p {
  margin-bottom: 1em;
}

article li {
  margin-bottom: 0.5em;
}

article>.main>p:first-of-type {
  font-size: 110%;
  line-height: 1.6em;
  padding: 1em 1em 1em 2em;
  background-color: #e9ecf3;
  color: #404040;
  box-shadow: 7px 7px 5px #a0a0a0;
  border-radius: 0.2em;
  margin-left: -2em;
  font-family: "Open Sans", sans-serif;
}

article .main strong {
  font-weight: bold;
}

article .main em {
  font-style: italic;
}

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

article ul ul, article ol ol {
  margin-bottom: 0em;
}

article ol {
  list-style: decimal outside none;
}

article ul {
  list-style: disc outside none;
} 

article ul, article ol {
  margin-left: 0;
  padding-left: 2em;
}

article li {
  padding-left: 0;
}

article sub {
  vertical-align: sub;
  font-size: 80%;
}

article sup {
  vertical-align: super;
  font-size: 80%;
}

article p>code, article li>code, article table code {
  font-family: 'Courier', monospace;
  background-color: #e0e0e0;
  padding: 0.1em;
  overflow-wrap: break-word;
}

article pre {
  overflow: scroll;
  margin-bottom: 1em;
  font-family: 'Courier', monospace;
  padding: 0.5em 0 0.5em 0.5em;
  background-color: #202020;
  line-height: 1.3em;
}

article code.lang-bash, article code.bash, article code.lang-shell {
  color: #00cc00;
}

article code a.vglink {
  pointer-events: none;
  color: #00cc00;
}

article table {
  margin-bottom: 1em;
  font-family: "Open Sans", sans-serif;
}

article table caption {
  font-size: 90%;
  text-align: left;
  margin-bottom: 1em;
  line-height: 1.4em;
}

article table thead {
  font-weight: bold;
}

article table td, article table th {
  padding: 0.3em;
  vertical-align: top;
  line-height: 1.3em;
  border: 1px solid #c0c0c0;
}

article table th {
  padding-bottom: 1em;
}

article .videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 1em;
}

article .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article blockquote {
  border-left: 1em solid #808080;
  font-family: "Open Sans", sans-serif;
  padding: 0.5em 1em;
  margin: 1em;
  background-color: #d0d0d0;
}

article blockquote p {
  margin-bottom: 0.5em;
}

article figure {
  margin: 1em 0 1em 0;
}

article figcaption {
  font-family: "Open Sans", sans-serif;
  font-size: 90%;
  line-height: 1.4em;
}

article aside.teaser {
  background-color: #202020;
  color: #f0f0f0;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.6em;
}

article aside.teaser a {
  color: #ffa500;
}

article .cta {
  margin-top: 2em;
  font-family: "Open Sans", sans-serif;
  padding: 1.5em 10%;
  color: black;
  margin-bottom: 6em;
  border-bottom: 0.3em solid #466bb0;
  border-top: 1em solid #466bb0;
}

article .cta h2 {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-heght: 1.5em;
}

article .cta h3 {
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 1em;
  color: #808080;
}