/* ##### Docutils inline section header links ##### */
.section h1 a {
  color: #009DE4;
  background-color: transparent;
  text-decoration: none;
}

.section h2 a {
  color: #009DE4;
  background-color: transparent;
  text-decoration: none;
}

.section h3 a {
  color: #009DE4;
  background-color: transparent;
  text-decoration: none;
}

.section h4 a {
  color: #009DE4;
  background-color: transparent;
  text-decoration: none;
}

/* ##### Docutils Literal ##### */

.doctest-block {
  border: 1px dashed #000000;
  color: #019EE5;
  margin-left: 5em;
  padding: 0.5em;
  font-size: 120%;
}

.literal-block {
  border: 1px dashed #000000;
  color: #019EE5;
  margin-left: 5em;
  padding: 0.5em;
  font-size: 120%;
}

.literal {
  color: #019EE5;
  font-size: 140%;
}

/* ##### Docutils Title ##### */
.title {
  font-size: 160%;
}

/* ##### Docutils Title ##### */

.contents {
  border: 1px dashed #000000;
}

/* ##### Docutils Sections and Paragraphs ##### */
.section {
  padding-left: 2em;
}

p {
  padding-left: 1em;
}

div.sidebar {
  float: right;
  border: medium ridge;
  margin: 1em;
  padding: .5em;
  width: 30%;
  background-color: #ffffff;
  clear: right;
}

.sidebar table {
  border: 1px;
}

.sidebar-title {
  color: #019EE5;
  font-weight: bold;
}

div.system-messages {
  margin: 5em }

div.system-messages h1 {
  color: red }

div.system-message {
  border: medium ridge ;
  padding: 0.5em }

div.system-message p.system-message-title {
  color: red ;
  font-weight: bold }

div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
  margin: 2em ;
  border: medium ridge ;
  padding: 0.5em }

div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
  color: #019EE5;
  font-weight: bold ;
  font-family: sans-serif }

div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title {
  color: red ;
  font-weight: bold ;
  font-family: sans-serif }

