@import url(https://fonts.googleapis.com/css?family=Open+Sans);
*|* {
}
*|body {
  font-family: 'Open Sans',sans-serif;
  line-height: 1.75em;
  font-size: 16px;
  background-color: #222222;
  color: #aaaaaa;
}
*|.simple-container {
  margin: 0 auto;
  max-width: 675px;
  padding-top: 70px;
  padding-bottom: 20px;
}
*|.simple-print {
  fill: white;
  stroke: white;
}
*|.simple-print *|svg {
  height: 100%;
}
*|.simple-close {
  border-color: white;
  color: white;
}
*|.simple-ext-info {
  border-top: 1px solid #aaaaaa;
}
*|p {
  font-size: 16px;
}
*|h1 {
  font-size: 30px;
  line-height: 34px;
}
*|h2 {
  line-height: 22px;
  font-size: 20px;
}
*|h3 {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
*|hr {
  border:  none;
  margin: 0px;
  height: 1px;
  background-color: #d8d8d8;
  width: 100%;
}
*|a[href] {
  color: #1e8ad6;
}
*|a[href]:hover {
  color: #3ba0e6;
}
*|img {
  max-width: 100%;
}
*|li {
  line-height: 1.5em;
}
*|aside, *|*[class*="sidebar"], *|*[id*="sidebar"] {
  border: 1px solid lightgrey;
  margin: 0 auto;
  padding: 5px 15px;
  max-width: 90%;
}
