










@import url("basic.css");

/* Reset so not to lose rhythm */
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* -- utilities ------------------------------------------------------------- */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* -- page layout ----------------------------------------------------------- */

body {
  background-color: white;
  color: #000;
  margin: 0;
  padding: 0;
}

div.header {
  border-bottom: 1px solid #ccc;
  margin: 25px auto;
  padding: 0 25px 25px;
  width: 850px;
}

div.document,
div.footer {
  margin: 50px 75px;
  width: 850px;
}

.logo {
  float: left;
}

form.search {
  display: block;
}

ul.search {
  word-wrap: break-word;
  margin-left: 0;
}

ul.search li {
  background-image: none;
}

ul.search li div.context {
  margin-top: 0;
}

div.bodywrapper {
  margin: 0 0 0 225px;
}

div.sphinxsidebar {
  width: 150px;
}

div.sphinxsidebar a:hover,
div.sphinxsidebar a.current {
  color: #0D8BEA !important;
  cursor: pointer !important;
  text-decoration: none !important;
  border: none !important;
}

div.sphinxsidebar a.current {
  font-weight: bold;
}

div.sphinxsidebar .toctree-l1 {
  margin-bottom: 25px;
}

div.sphinxsidebar .toctree-l1 a {
  font-weight: bold;
}

div.sphinxsidebar .toctree-l1 ul a {
  font-weight: normal;
  font-size: 13px;
}

hr {
  border: 1px solid #ccc;
}

div.body {
  background-color: #ffffff;
  color: #333;
  padding: 0 0 0 25px;
}

img.floatingflask {
  padding: 0 0 10px 10px;
  float: right;
}

div.footer {
  font-size: 14px;
  color: #888;
  text-align: right;
}

div.footer a {
  color: #888;
}

div.related {
  margin-left: 225px;
  width: 600px;
  padding: 12.5px 25px;
  background-color: #f2f2f2;
  margin-bottom: 25px;
  color: #27A5FC;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

div.related a {
  color: #27A5FC;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px -1px #fff;
}

div.related li.right {
  display: none;
}

div.related ul {
  padding: 0;
}

div.sphinxsidebar a {
  color: #444;
  text-decoration: none;
}

div.sphinxsidebar a:hover {
  border-bottom: 1px solid #999;
}

div.sphinxsidebarwrapper {
  padding: 0;
  position: fixed;
  top: 50px;
  left: 75px;
}

div.sphinxsidebarwrapper .logo {
  display: block;
  float: none;
  margin-bottom: 25px;
}

.sphinxsidebar {
  position: relative;
}

.stuck {
  top: 0;
  position: absolute;
  width: inherit;
}

div.sphinxsidebarwrapper li {
  list-style: none;
}

div.sphinxsidebarwrapper p.logo {
  padding: 0 0 20px 0;
  margin: 0;
}

div.sphinxsidebar h3,
div.sphinxsidebar h4 {
  color: #444;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 0;
}

div.sphinxsidebar h4 {
  font-size: 20px;
}

div.sphinxsidebar h3 a {
  color: #444;
}

div.sphinxsidebar p.logo a,
div.sphinxsidebar h3 a,
div.sphinxsidebar p.logo a:hover,
div.sphinxsidebar h3 a:hover {
  border: none;
}

div.sphinxsidebar p {
  color: #555;
  margin: 25px 0;
}

div.sphinxsidebar ul {
  margin: 0 !important;
  padding: 0;
  color: #000;
}

div.sphinxsidebar input {
  display: block;
  clear: both;
  font-size: 12px;
  margin: 0;
}

div.sphinxsidebar input[type="text"] {
  border: 1px solid #ccc;
  width: 100px;
}

div.sphinxsidebar input[type="submit"] {
  margin-top: 12.5px;
}

/* -- body styles ----------------------------------------------------------- */

a {
  color: #27A5FC;
  text-decoration: underline;
}

a:hover {
  color: #6D4100;
  text-decoration: underline;
}

/**
 * Vertical rhythm
 */

body {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

html > body {
  font-size: 15px;
  line-height: 25px;
}

div.body p, div.body dd {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 25px;
}

div.body li {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

div.body ol li {
  list-style: numeric;
}

div.body ul li {
  list-style: circle;
}

pre, tt {
  font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
  margin-bottom: 25px !important;
  margin-top: 0;
  font-size: 11px;
  line-height: 18px;
}

table td, table th {
  font-size: 13px;
}

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
  font-weight: normal;
  padding: 0 !important;
  margin: 0 0 25px 0 !important;
  font-smooth:always;
  -webkit-font-smoothing: antialiased;
}

th,
b,
strong {
  -webkit-font-smoothing: antialiased;
}

div.body h1 {
  font-size: 30px; /*42.72px;*/
  font-weight: bold;
  line-height: 50px;
  letter-spacing: -1px;
}

div.body h2 {
  font-size: 30px;
  line-height: 50px;
}

div.body h3 {
  font-size: 27.343px;
  line-height: 25px;
}

div.body h4 {
  font-size: 21.875px;
  line-height: 25px;
}

div.body h5 {
  font-weight: bold !important;
  font-size: 17.5px;
  line-height: 25px;
}

a.headerlink {
  color: #ddd;
  text-decoration: none;
}

a.headerlink:hover {
  color: #444;
  background: #eaeaea;
}

div.admonition {
  background: #fafafa;
  margin: 20px -25px;
  padding: 10px 25px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

div.admonition tt.xref, div.admonition a tt {
  border-bottom: 1px solid #fafafa;
}

dd div.admonition {
  margin-left: -60px;
  padding-left: 60px;
}

div.admonition p.admonition-title {
  font-weight: normal;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
}

div.admonition p.last {
  margin-bottom: 0;
}

div.highlight {
  background-color: white;
}

dt:target, .highlight {
  background: #FAF3E8;
}

div.note {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}

div.seealso {
  background-color: #ffc;
  border: 1px solid #ff6;
}

div.topic {
  background-color: #f2f2f2;
}

p.admonition-title {
  display: inline;
}

p.admonition-title:after {
  content: ":";
}

img.screenshot {
}

table.docutils td,
table.docutils th {
  border: 1px solid #DDD;
  padding: 6.25px 6.25px;
}

td .pre {
  line-height: 25px;
}

td:nth-child(n+2) .pre {
  word-break: break-all;
}

table.footnote,
table.docutils {
  margin: 25px 0;
  width: 100%;
  border: 1px solid #f2f2f2;
  background: #fff;
  font-size: 15px;
}

table.footnote + table.footnote {
  margin-top: -15px;
  border-top: none;
}

table.field-list th {
  padding: 0 0.8em 0 0;
}

table.field-list td {
  padding: 0;
}

table.footnote td.label {
  width: 0px;
  padding: 0.3em 0 0.3em 0.5em;
}

table.footnote td {
  padding: 0.3em 0.5em;
}

table {
  border: none !important;
}

table > tbody > tr:nth-child(odd) > td,
table > tbody > tr:nth-child(odd) > th {
  background-color: #fafafa !important;
}

table th {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}

table td {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}

/*
table tr:first-child td {
  border: none !important;
  border-top: none !important;
}
*/

dl {
  margin: 0;
  padding: 0;
}

dl dd {
  margin-left: 25px;
}

blockquote {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0 0 25px 25px;
  padding: 0;
}

li p {
  margin: 0 0 12.25px 0 !important;
}

li ul, li ol {
  margin-bottom: 12.25px !important;
}
ul ul, ul ol, ol ol, ol ul {
  padding: 0;
  margin: 0 0 0 25px;
}

li {
  margin: 0;
  line-height: 25px;
}

pre {
  background: #f2f2f2;
  padding: 12.5px 25px;
  margin: 0 -25px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

dl pre, blockquote pre, li pre {
  margin-left: -60px;
  padding-left: 60px;
}

dl dl pre {
  margin-left: -90px;
  padding-left: 90px;
}

tt {
  background-color: #f2f2f2;
  color: #222;
}

tt.xref, a tt {
  background-color: #FBFBFB;
  border-bottom: 1px solid white;
}

a.reference {
  text-decoration: none;
  border-bottom: none;
}

a.reference:hover {
  border-bottom: 1px solid #6D4100;
}

a.footnote-reference {
  text-decoration: none;
  font-size: 0.7em;
  vertical-align: top;
  border-bottom: 1px dotted #004B6B;
}

a.footnote-reference:hover {
  border-bottom: 1px solid #6D4100;
}

a:hover tt {
  background: #f2f2f2;
}

a:hover {
  cursor: pointer;
}

input[type='submit'] {
  -webkit-appearance: button;
  float: left;
  display: inline;
  margin-right: 10px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px!important;
  padding: 6px 10px 5px;
  color: #fff;
  border: 1px solid #0D8BEA !important;
  text-shadow: 0 1px rgba(0,0,0,0.5);
  background: #0D8BEA;
}

input[type='submit']:hover {
  cursor: pointer;
  background: #0e3ba5;
  border: 1px solid #0e3ba5 !important;
}

input[type='text'] {
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.code-block-caption .caption-text {
    font-weight: bold;
}


tbody dt, tbody dd, tbody dd p {
  margin-bottom: 0 !important;
}