/* 
 * RST 
 *
 */

div.document blockquote {
  font-size: inherit;
  font-style: normal;
  font-family: inherit;
  background-color: #fff;
  border: none;
  color: #2b2b2b;
  line-height: inherit;
}

div.document a.toc-backref {
  color: #2b2b2b !important;
}

div.document ul.auto-toc,
div.document ul.auto-toc li {
  list-style: none !important;
}

div.document ul.auto-toc li a {
  text-decoration: none !important;
}

div.document ul.auto-toc li a:hover {
  text-decoration: underline !important;
}

div.document .figure {
  border: 1px solid #d0d0d0;
}

div.document .figure img {
  padding: 10px;
}

div.document .figure .caption {
  clear: both;
  margin: 0;
  padding: 5px 10px;
  background-color: #e8e8e8;
  font-size: 0.85em;
  line-height: 1.36em;
}

div.document img.head {
  position: absolute;
  right: 20px;
  top: 60px;
}

div.document .strike {
  text-decoration: line-through;
}

/* ^ RST */
