html {
  background-color: rgb(35,35,35);
}
body, p, li, div, h1, h2, h3, h4, h5, h6, th, td {
  color: #4C4C4C;
  font-family: "Liberation Serif", "Palatino Linotype", Palatino, serif;
}
body {
  margin: 1em 8em;
  padding: 1em 2em;
  background-color: white;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Liberation Sans", "Helvetica Neue", Calibri, sans-serif;
  text-shadow: rgba(35, 35, 35, 0.5) 2px 2px 5px;
}
.permalink {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  visibility: hidden;
  margin: 0 0 0 0.25em;
}
h1:hover .permalink, h2:hover .permalink,
h3:hover .permalink, h4:hover .permalink,
h5:hover .permalink, h6:hover .permalink {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 700px) {
  body, th, td {
    margin: 1em 1em;
    font-size: smaller;
  }
}
@media (max-device-width: 480px) {
  body {
    margin: 1em 1em;
    max-width: 56em;
    font-family: "Helvetica Neue", sans-serif;
    font-size: xx-large;
  }
  pre {
    font-size: x-large;
  }
}
code {
  font-family: "Liberation Mono", Consolas, monospace;
  font-weight: bold;
  font-size: small;
}
pre {
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px inset;
  -o-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px inset;
  background-color: #EEE;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 0.4em;
  margin: 0px 1em;
  max-width: 56em;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-weight: normal;
}
pre code {
  font-weight: normal;
}
dd {
  margin-bottom: 1em;
}
dt {
  font-style: italic;
}
dd p {
  margin-top: 0px;
}
dd pre {
  margin: 1em 0px;
}
blockquote {
  border-left: 3px solid #B6B6B6;
  margin: 1em;
  padding-left: 1em;
}
a {
  /* text-decoration: none; */
  color: #600000;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
a:hover {
  color: #000;
}
/* fix for space in list items containing <pre> */
li p {
  margin-top: 0px;
}
li pre {
  margin-bottom: 1em;
}
th {
  background-color: #EDEDED;
}
td, th {
  margin: 0px;
  padding: 0.1em 1em;
}
abbr {
  border-bottom: 1px dashed #CDCDCD;
}
/* Table of Contents */
.controls {
  font-family: "Liberation Sans", "Helvetica Neue", Calibri, sans-serif;
  font-size: smaller;
  color: #CDCDCD;
  cursor: pointer;
}
.controls a {
  color: #CDCDCD;
}
#TOC {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  padding: 0.5em 0em;
  border-radius: 0.8em;
  background: #EDEDED;
}
#TOC li {
  font-family: "Liberation Sans", "Helvetica Neue", Calibri, sans-serif;
  padding: 2px 0px 0px 0px;
  list-style-type: none;
}
#TOC ul {
  margin: 0px;
  padding: 0px 0px 0px 1.5em;
}
/* Metadata Table */
table#metadata {
  margin: 1em -1em 1em 1em;
  border-collapse: collapse;
  float: right;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
  background: #FFFED6;
  -webkit-box-shadow: rgba(35, 35, 35, 0.5) 2px 2px 5px;
  -moz-box-shadow: rgba(35, 35, 35, 0.5) 2px 2px 5px;
  -o-box-shadow: rgba(35, 35, 35, 0.5) 2px 2px 5px;
  box-shadow: rgba(35, 35, 35, 0.5) 2px 2px 5px;
}
.mda {
  /* metadata attribute */
  font-weight: bold;
  vertical-align: top;
}
.mdv {
  /* metadata value */
}
/* Big (Empty) Footer */
#bigfoot {
  height: 40em;
}
.left {
  float:left;
  margin-right:1em;
}
.right {
  float:right;
  margin-left:1em;
}
/** ?? Alex's table mods. */
table {
  border-collapse:collapse;
}
table, td, th {
  border:2px solid white;
}
th {
  background-color: #eef;
}
td, th {
  text-align:left;
}
td {
  vertical-align:top;
  background-color: #fafafa;
}

