/* Tomorrow Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
/* plain text */
.pln {
  color: #5173e5; }

@media screen {
  /* string content */
  /* a keyword */
  /* a comment */
  /* a type name */
  /* a literal value */
  /* punctuation */
  /* lisp open bracket */
  /* lisp close bracket */
  /* a markup tag name */
  /* a markup attribute name */
  /* a markup attribute value */
  /* a declaration */
  /* a variable name */
  /* a function name */
  .str {
    color: #f5871f;
    color: #dc121c;
    font-weight: normal; }
  .kwd {
    color: #b4ae63; }
  .com {
    color: #8e908c; }
  .typ {
    color: #4271ae; }
  .lit {
    color: #f5871f; }
  .pun {
    color: #66975d; }
  .opn {
    color: #4d4d4c; }
  .clo {
    color: #4d4d4c; }
  .tag {
    color: #c82829; }
  .atn {
    color: #f2b041; }
  .atv {
    color: #3e999f; }
  .dec {
    color: #f5871f; }
  .var {
    color: #c82829; }
  .fun {
    color: #4271ae; } }

/* Style */
pre {
  font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
  font-size: 16px !important;
  line-height: 1.5;
  padding: 10px;
  background-color: #3c3c3c;
  background-image: url('../img/grad.png'); }
  pre.long-pre {
    background-image: url('../img/grad.png'); }

code, tt {
  padding: 1px 10px;
  background-color: gainsboro;
  font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace; }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0; }

/* IE indents via margin-left */
/* Alternate shading for lines */

* {
  margin-top: 0; }

body {
  background-color: whitesmoke;
  min-height: 800px; }

.documentwrapper h1, .documentwrapper h2, .documentwrapper h3, .documentwrapper h4, .documentwrapper h5, .documentwrapper h6 {
  margin: 14px 0 5px 0; }

.document {
  margin-top: 60px; }
  .document a {
    color: #dc121c; }
    .document a:hover {
      text-decoration: underline;
      color: #f26269;
      transition: 500ms all; }
  .document .body {
    overflow: auto; }
    .document .body pre {
      max-height: 310px;
      overflow: auto; }
    .document .body .section li {
      margin-top: 10px;
      margin-bottom: 10px; }
    .document .body .section .toctree-wrapper ul {
      margin: 1px 0 15px 0; }
      .document .body .section .toctree-wrapper ul li {
        margin: 5px 0; }
    .document .body .section > div[class^="highlight"] {
      margin-left: 0 !important; }
    .document .body .section div[class^="highlight"] {
      margin-top: 10px;
      margin-bottom: 10px; }
    .document .body .section .docs-ps-prop, .document .body .section .docs-ps-scope {
      padding: 4px 8px;
      color: white; }
    .document .body .section .docs-ps-prop {
      cursor: pointer;
      font-size: 15px !important;
      background-color: #dc121c;
      border-radius: 0 10px 10px 0; }
    .document .body .section .docs-ps-prop:hover {
      background-color: #f04a53; }
    .document .body .section .docs-ps-prop:active {
      background-color: #950c13; }
    .document .body .section .docs-ps-scope {
      font-size: 20px !important;
      background-color: black;
      border-radius: 10px 10px 0 0; }
    .document .body > .section > *:not(.section) {
      margin-left: 25px; }
    .document .body > .section > table.docutils {
      width: 200px;
      width: calc(100% - 25px);
      width: -webkit-calc(100% - 25px); }
    .document .body > .section > .section > *:not(.section) {
      margin-left: 50px; }
    .document .body > .section > .section > table.docutils {
      width: 200px;
      width: calc(100% - 50px);
      width: -webkit-calc(100% - 50px); }
    .document .body > .section > .section > .section > *:not(.section) {
      margin-left: 75px; }
    .document .body > .section > .section > .section > table.docutils {
      width: 200px;
      width: calc(100% - 75px);
      width: -webkit-calc(100% - 75px); }
    .document .body > .section > .section > .section > .section > *:not(.section) {
      margin-left: 100px; }
    .document .body > .section > .section > .section > .section > table.docutils {
      width: 200px;
      width: calc(100% - 100px);
      width: -webkit-calc(100% - 100px); }
    .document .body > .section > .section > .section > .section > .section > *:not(.section) {
      margin-left: 125px; }
    .document .body > .section > .section > .section > .section > .section > table.docutils {
      width: 200px;
      width: calc(100% - 125px);
      width: -webkit-calc(100% - 125px); }
    .document .body > .section > .section > .section > .section > .section > .section > *:not(.section) {
      margin-left: 150px; }
    .document .body > .section > .section > .section > .section > .section > .section > table.docutils {
      width: 200px;
      width: calc(100% - 150px);
      width: -webkit-calc(100% - 150px); }

.x-search-area {
  margin-left: 25px !important; }

div.sphinxsidebar {
  margin-left: 0;
  float: left;
  position: fixed;
  height: 90%;
  height: calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
  width: 230px;
  padding-right: 30px;
  background-color: gainsboro;
  overflow: auto; }
  div.sphinxsidebar ul {
    padding-left: 21px; }
  div.sphinxsidebar .sphinxsidebarwrapper > ul li {
    list-style-type: none; }
    div.sphinxsidebar .sphinxsidebarwrapper > ul li li {
      list-style-type: disc; }

div.footer {
  clear: both;
  background-color: black;
  padding: 10px 0;
  text-align: center;
  color: white; }
  div.footer a {
    color: white;
    text-decoration: underline; }

.documentwrapper {
  margin-left: 260px; }
  .mobile .documentwrapper {
    margin-left: 0; }

div.sphinxsidebar ul ul, div.sphinxsidebar ul.want-points {
  margin-left: 0; }

table.docutils {
  width: 100%; }
  table.docutils td, table.docutils table.docutils th {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 2px solid gainsboro;
    padding: 10px; }

div.sphinxsidebar form.search {
  width: 100%;
  margin: 8px 0 13px 0; }
div.sphinxsidebar #searchbox input[type="text"] {
  background-color: whitesmoke;
  border-radius: 10px;
  padding: 5px 10px;
  border: none; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2.2em; }

h3 {
  font-size: 1.9em; }

h4 {
  font-size: 1.6em; }

h5 {
  font-size: 1.3em; }

h6 {
  font-size: 1.1em; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Skranji'; }

.left-pad {
  padding-left: 5%; }

.right-pad {
  padding-right: 5%; }

body {
  background-color: whitesmoke;
  font-family: 'Noto Sans', verdana;
  font-size: 18px;
  /*min-height: 5000px;
  min-width: 5000px;*/ }
  body > #header {
    z-index: 1000;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-color: black;
    background-image: url('../img/grad.png');
    padding-left: 5%; }
    body > #header #nav a {
      display: block;
      float: left;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      border-right-width: 0;
      color: whitesmoke;
      text-align: center;
      font-family: 'Skranji';
      line-height: 60px; }
    body > #header #nav a:hover {
      color: yellow;
      text-decoration: none; }
    body > #header #logo {
      margin-left: 0;
      padding-left: 0;
      float: left;
      width: auto;
      border-left-width: 0;
      font-family: 'Sigmar One';
      border: none;
      line-height: 60px; }
    body > #header #logo span {
      font-family: inherit; }
    body > #header #logo span:first-child {
      border-radius: 0 0 100% 100%;
      background-color: #dc121c;
      padding: 19px;
      margin-right: 3px;
      color: whitesmoke; }
    body > #header #logo span:last-child {
      color: #dc121c; }
  body > #content {
    margin-top: 60px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
    body > #content #intro-line {
      padding: 30px 0 30px 5%;
      border-bottom: 2px solid gainsboro;
      font-size: 25px; }
    body > #content .sample-popscript-code {
      width: 40%;
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
      body > #content .sample-popscript-code > h1 {
        margin: 0;
        padding: 10px 12.5%;
        font-family: 'Skranji';
        font-size: 40px; }
      body > #content .sample-popscript-code pre {
        margin: 0;
        font-weight: bold; }
    body > #content #popscript-class-implementation {
      float: left; }
      .mobile body > #content #popscript-class-implementation {
        width: 100% !important;
        float: none; }
    body > #content .right-area {
      float: left;
      width: 60%;
      overflow: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
      .mobile body > #content .right-area {
        width: 100% !important;
        float: none; }

.feats .sample-popscript-code > h1 {
  border-bottom: 2px solid gainsboro; }
.feats .right-area {
  border-left: 2px solid gainsboro; }
  .feats .right-area > div {
    padding: 20px;
    border-bottom: 2px solid gainsboro; }
    .feats .right-area > div > h2 {
      margin: 10px 0;
      font-size: 25px; }
      .feats .right-area > div > h2 > i {
        margin-right: 15px; }
    .feats .right-area > div > div p {
      color: #505050; }

.demo .right-area {
  width: 20% !important; }
.demo .sample-popscript-code > h1 {
  background-color: transparent; }
.demo .right-area > div {
  margin: 20px 0 0 0; }
  .demo .right-area > div table {
    margin: auto; }
    .demo .right-area > div table tr#demo-theader th:last-child {
      padding-left: 0; }
      .demo .right-area > div table tr#demo-theader th:last-child span {
        display: none;
        padding: 10px 25px; }
    .demo .right-area > div table td:nth-child(2) {
      display: none; }
    .demo .right-area > div table tr:not(#demo-theader) td:last-child {
      padding-left: 20px;
      color: #66975d;
      font-weight: bold; }
      .demo .right-area > div table tr:not(#demo-theader) td:last-child span:before, .demo .right-area > div table tr:not(#demo-theader) td:last-child span:after {
        content: '"'; }
    .demo .right-area > div table td, .demo .right-area > div table th {
      text-align: center; }
    .demo .right-area > div table th {
      padding: 25px 0 5px 0;
      font-family: 'Skranji';
      font-size: 25px; }
  .demo .right-area > div button {
    margin: 4px 0;
    padding: 10px 5px;
    width: 200px;
    text-align: left; }
  .demo .right-area > div button:focus {
    outline: none; }

#popscript-calls {
  float: left; }
  #popscript-calls pre {
    overflow: auto; }

#github-ribbon {
  position: fixed !important;
  z-index: 1000; }

#main-footer {
  padding: 15px 0;
  background-color: #000000;
  text-align: center;
  color: whitesmoke;
  font-family: 'Skranji'; }
  #main-footer a {
    color: whitesmoke;
    text-decoration: underline; }

#download-table-wrapper {
  margin: 40px 0; }

#download-table {
  max-width: 440px;
  width: 440px;
  table-layout: fixed;
  margin: auto; }
  #download-table td {
    padding: 15px;
    background-color: gainsboro;
    border: 2px solid whitesmoke;
    text-align: auto; }
    #download-table td:first-child {
      text-align: right; }
    #download-table td a {
      color: #dc121c; }

.cross-hover {
  background-color: #ff475a;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.6); }
  .cross-hover:hover {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2); }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
a {
  text-decoration: none; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

#header {
  position: fixed; }
  #header #logo {
    font-size: 30px; }
  #header #nav {
    min-width: 700px;
    float: left; }
    #header #nav a {
      margin-left: 10%;
      font-size: 30px; }

.tablet #header {
  position: fixed; }
  .tablet #header #logo {
    font-size: 20px; }
  .tablet #header #nav {
    min-width: 400px;
    float: left; }
    .tablet #header #nav a {
      margin-left: 5%;
      font-size: 20px; }

.mobile {
  min-width: initial; }
  .mobile .demo .sample-popscript-code {
    display: none; }
  .mobile .demo .right-area {
    width: 100% !important; }
  .mobile .sphinxsidebar {
    margin-left: -260px; }
  .mobile .body img {
    width: 100%;
    margin-left: 0 !important; }
  .mobile #github-ribbon {
    position: absolute; }
  .mobile #header {
    opacity: 0.9; }
    .mobile #header #logo {
      font-size: 15px; }
    .mobile #header #nav {
      min-width: initial; }
      .mobile #header #nav a {
        margin-left: 21px;
        font-size: 15px; }

