html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, svg, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal; }

html, body {
  width: 100%;
  height: 100%; }

@font-face {
  font-family: 'Raleway-Regular';
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url(https://fonts.gstatic.com/s/raleway/v10/QAUlVt1jXOgQavlW5wEfxQLUuEpTyoUstqEm5AMlJo4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
  font-family: 'Raleway-Light';
  font-style: normal;
  font-weight: 300;
  src: local("Raleway Light"), local("Raleway-Light"), url(https://fonts.gstatic.com/s/raleway/v10/-_Ctzj9b56b8RgXW8FAriQzyDMXhdD8sAj6OAJTFsBI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
block {
  display: block !important;
  color: #222 !important;
  font-family: monospace, monospace !important;
  font-size: 1em !important;
  background-color: #F7F7F7 !important;
  border: 0.0625rem solid #CCC !important;
  border-radius: 0.1875rem !important;
  padding: 5px 10px !important;
  display: inline-block !important; }

code {
  overflow-x: auto;
  display: block !important;
  color: #222 !important;
  font-family: monospace, monospace !important;
  font-size: 1em !important;
  background-color: #F7F7F7 !important;
  background: #F7F7F7 !important;
  border: 0.0625rem solid #CCC !important;
  border-radius: 0.1875rem !important;
  padding: 5px 10px !important;
  /*	word-spacing: normal !important;
  	word-break: normal !important;
  	word-wrap: normal !important;*/ }

p {
  font-family: "Raleway-Regular", sans-serif; }

#header {
  background: #7474BF; 
  background: -webkit-linear-gradient(to left, #7474BF , #348AC7); 
  background: linear-gradient(to left, #7474BF , #348AC7); 
  width: 100%;
  height: 100%;
  text-align: center; }
  #header #content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #header a#title {
    text-decoration: none;
    color: white;
    font-family: "Raleway-Light", sans-serif;
    font-size: 80px;
    margin: 0;
    padding-bottom: 30px; }
  #header nav ul {
    padding: 0; }
    #header nav ul li {
      display: inline; }
      #header nav ul li a {
        font-family: "Raleway-Light", sans-serif;
        font-size: 30px;
        color: white;
        padding: 10px 30px;
        text-decoration: none; }
        #header nav ul li a:hover {
          border-bottom: 1px solid white; }

#docs {
  width: 80%;
  margin: 50px auto; }
  #docs .doc-header {
    font-family: "Raleway-Regular", sans-serif;
    font-size: 50px;
    padding-top: 60px; }
    #docs .doc-header:after {
      display: block;
      width: 100%;
      height: 1px;
      background-color: gray;
      content: ''; }
  #docs .doc-sub-header {
    font-family: "Raleway-Regular", sans-serif;
    font-size: 25px;
    padding-top: 40px; }
  #docs .doc-desc {
    padding: 20px 0; }
  #docs ul .doc-desc {
    padding: 5px 0; }
  #docs .split {
    /*display: inline-block;*/ }
  #docs .split-left, #docs .split-right {
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    width: 49%; }
    #docs .split-left code, #docs .split-right code {
      word-wrap: break-word; }
    #docs .split-left ul, #docs .split-right ul {
      text-align: left !important;
      margin-left: 7%; }

.indent-1 {
  padding-left: 16px; }

.indent-2 {
  padding-left: 32px; }

.horizontal-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: gray; }

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse; }
table, th, td {
    text-align: center;
    border: 1px solid #DDD; }
  table th, table td {
    padding: 15px; }
  table th {
      overflow-x: auto;
      font-family: "Raleway-Light", sans-serif;
      font-weight: bold;
      font-size: 25px; }
  table tr td {
      overflow-x: auto;
      height: 30px;
      vertical-align: middle;
      font-family: "Raleway-Regular", sans-serif;
      font-size: 16px; }

pre {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

div.note {
    width: calc(100% - 70px);
    border-left: 15px solid #C7C7C7;
    border-right: 15px solid #C7C7C7;
    background: #F7F7F7;
    font-family: "Raleway-Regular", sans-serif;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 5px;
    padding: 20px;
}

div.note .note-header {
    font-size: 20px;
    font-weight: bold;
}

div.note p:not(.note-header) {
    margin-top: 20px;
}

/*# sourceMappingURL=index.css.map */
