/* Custom CSS */
body {
  font-family: monospace;
  font-size: x-large;
}
header, footer{
  background-color: #002b36;
  color: white;
  text-align: center;
  font-size: medium;
  width: 100%;
}
footer {
  background-color: #073642;
  position:sticky;
  bottom:0;
}

ul{
  text-align: center;
  list-style: none;
  padding: 0;
}
li{
  padding: 0.5em;
}

#sidebar-right{
  background-color: #073642;
}
.sidebar-content{
  padding: 0.5em;
}

/*Solarized Dark Theme*/
mark {
  background: #ff0;
  color: #000;
}
fieldset {
  border: 1px solid #c0c0c0;
}
html {
  background-color: #073642;
  color: #839496;
}
body {
  background-color: #002b36;
  /*border: 1pt solid #586e75;*/
}
code {
  background-color: #073642;
}
a {
  color: #b58900;
}
a:visited {
  color: #cb4b16;
}
a:hover {
  color: #cb4b16;
}
h1 {
  color: #d33682;
}
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  color: #859900;
}
pre {
  background-color: #002b36;
  color: #839496;
  border: 1pt solid #586e75;
  padding: 1em;
  box-shadow: 5pt 5pt 8pt #073642;
}
pre code {
  background-color: #002b36;
}