/*
 * This is a manifest file that'll be compiled into home.css, which will include all the files
 * listed below.
 *




 */
@font-face {
  font-family: 'agane';
  font-weight: 400;
  font-style: normal;
  src: url(/assets/Agane-Roman-7419d68915fd7754457d170727da0bf4f12ff9b0287e63c723c821817aae4bd4.woff2) format("woff2"), url(/assets/Agane-Roman-63e86349f1e858a7bdd8bbbb1a91992e683dcf481bcf468b67fa472ee90ecf48.woff) format("woff");
}

@font-face {
  font-family: 'agane';
  font-weight: 700;
  font-style: normal;
  src: url(/assets/Agane-Bold-7e13a8be451696668582325edeeb3f8155505e01ac974297491029d42a948179.woff2) format("woff2"), url(/assets/Agane-Bold-39564a23f704cffcbc569c4a0bcd4f6ce2f3f5f705601f1e1e1c2ba9aaf467e6.woff) format("woff");
}

@font-face {
  font-family: 'crimson-pro';
  font-weight: 400;
  font-style: normal;
  src: url(/assets/CrimsonPro-Regular-573ba5f504a563454be89aaaf392e187a50f65e8602047af2f30e1c9d0a2db59.woff2) format("woff2"), url(/assets/CrimsonPro-Regular-e1c0aca133c344ca09b3401589cefe902479ad3062d6235e84b16c4e812ce695.woff) format("woff");
}

@font-face {
  font-family: 'crimson-pro';
  font-weight: 400;
  font-style: italic;
  src: url(/assets/CrimsonPro-Italic-087be836faf5596af0ebdbe847276e366f225bac31038de50534f16c082df3d6.woff2) format("woff2"), url(/assets/CrimsonPro-Italic-a749b52447dce03eab81682e8f6bdd5887eedd161a95aeea7353d0582deb03f1.woff) format("woff");
}

@font-face {
  font-family: 'inconsolata';
  font-weight: 500;
  font-style: normal;
  src: url(/assets/Inconsolata-Medium-66a2b7ce1c636dd47cd5cd5927129f41711393da09798629f752cda6d2f5d5be.woff2) format("woff2"), url(/assets/Inconsolata-Medium-9c340b40849b14f8fca8a4b93c8d264538fa8c6fcd83fd7635e8c6440af5c096.woff) format("woff");
}

@font-face {
  font-family: 'inconsolata';
  font-weight: 700;
  font-style: normal;
  src: url(/assets/Inconsolata-Bold-233bef1e05b9c4613b287dbe85f33a6a936f20b70d42f408737b7653641d9c62.woff2) format("woff2"), url(/assets/Inconsolata-Bold-67f97ff06c48177e391ef295818258a61b88239c97488e6e9668ed72fdda1f18.woff) format("woff");
}

/* line 49, app/assets/stylesheets/common.scss */
* {
  margin: 0;
  padding: 0;
  font-family: 'agane', sans-serif;
  color: #000;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  box-sizing: border-box;
}

/* line 62, app/assets/stylesheets/common.scss */
.clear {
  clear: both;
}

/* line 66, app/assets/stylesheets/common.scss */
body {
  -webkit-text-size-adjust: none;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/style.scss */
header {
  position: relative;
  padding: 64px 0 16px;
  background: #ffd820;
}

/* line 6, app/assets/stylesheets/style.scss */
header h1 {
  width: 640px;
  margin: 0 auto;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #333;
}

/* line 14, app/assets/stylesheets/style.scss */
header h1 a {
  color: #333;
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/style.scss */
header h1 span {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

/* line 28, app/assets/stylesheets/style.scss */
header #dinosaur {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 136px;
  height: 58px;
}

/* line 35, app/assets/stylesheets/style.scss */
header #dinosaur img {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 42, app/assets/stylesheets/style.scss */
header #me {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 20px;
  height: 22px;
}

/* line 49, app/assets/stylesheets/style.scss */
header #me img {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 57, app/assets/stylesheets/style.scss */
main {
  padding: 64px 0;
  background: #fff;
}

/* line 61, app/assets/stylesheets/style.scss */
main article {
  width: 640px;
  margin: 0 auto;
}

/* line 65, app/assets/stylesheets/style.scss */
main article:after {
  content: '•••';
  display: block;
  margin: 64px 0;
  padding-left: 30px;
  font-size: 8px;
  line-height: 8px;
  color: #333;
  letter-spacing: 30px;
  text-align: center;
}

/* line 79, app/assets/stylesheets/style.scss */
main article:last-of-type:after, main article.archive:after {
  display: none;
}

/* line 84, app/assets/stylesheets/style.scss */
main article h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #333;
}

/* line 90, app/assets/stylesheets/style.scss */
main article h2 a {
  color: #333;
  text-decoration: none;
}

/* line 96, app/assets/stylesheets/style.scss */
main article time {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #999;
}

/* line 104, app/assets/stylesheets/style.scss */
main article time a {
  color: #999;
  text-decoration: none;
}

/* line 109, app/assets/stylesheets/style.scss */
main article time.inline {
  display: inline-block;
  margin-top: 0;
  margin-left: 8px;
  line-height: 32px;
  font-weight: 400;
}

/* line 118, app/assets/stylesheets/style.scss */
main article h3 {
  margin-top: 32px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #333;
}

/* line 125, app/assets/stylesheets/style.scss */
main article h3 a {
  color: #333;
  text-decoration: none;
}

/* line 131, app/assets/stylesheets/style.scss */
main article p {
  margin-top: 32px;
  font-size: 22px;
  line-height: 32px;
  font-family: 'crimson-pro', serif;
  font-weight: 400;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 140, app/assets/stylesheets/style.scss */
main article p strong {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

/* line 146, app/assets/stylesheets/style.scss */
main article p em {
  font-family: 'crimson-pro', serif;
}

/* line 150, app/assets/stylesheets/style.scss */
main article p del {
  font-family: 'crimson-pro', serif;
  color: #999;
}

/* line 155, app/assets/stylesheets/style.scss */
main article p span {
  font-family: 'crimson-pro', serif;
}

/* line 159, app/assets/stylesheets/style.scss */
main article p code {
  font-size: 18px;
  font-weight: 500;
  font-family: 'inconsolata', ui-monospace, monospace;
  color: #e11c3c;
  -webkit-hyphens: none;
  hyphens: none;
}

/* line 168, app/assets/stylesheets/style.scss */
main article p a {
  font-family: 'crimson-pro', serif;
  color: #475fe5;
  text-decoration: none;
}

/* line 173, app/assets/stylesheets/style.scss */
main article p a strong {
  color: #475fe5;
}

/* line 177, app/assets/stylesheets/style.scss */
main article p a:visited {
  color: #bb48e6;
}

/* line 180, app/assets/stylesheets/style.scss */
main article p a:visited strong {
  color: #bb48e6;
}

/* line 186, app/assets/stylesheets/style.scss */
main article p img,
main article p video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* line 192, app/assets/stylesheets/style.scss */
main article p img.bordered,
main article p video.bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 196, app/assets/stylesheets/style.scss */
main article p img.left,
main article p video.left {
  margin: 0;
}

/* line 201, app/assets/stylesheets/style.scss */
main article p img + em,
main article p video + em {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-align: center;
}

/* line 211, app/assets/stylesheets/style.scss */
main article p img.left + em,
main article p video.left + em {
  text-align: left;
}

/* line 216, app/assets/stylesheets/style.scss */
main article p .app-icon {
  float: right;
  height: 96px;
  width: 96px;
  margin-left: 16px;
  margin-bottom: 16px;
}

/* line 223, app/assets/stylesheets/style.scss */
main article p .app-icon img {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}

/* line 226, app/assets/stylesheets/style.scss */
main article p .app-icon img.mac {
  filter: none;
}

/* line 233, app/assets/stylesheets/style.scss */
main article h3 + p {
  margin-top: 16px;
}

/* line 237, app/assets/stylesheets/style.scss */
main article ul, main article ol {
  margin-top: 32px;
  margin-left: 22px;
}

/* line 241, app/assets/stylesheets/style.scss */
main article ul.plain, main article ol.plain {
  margin-left: 0;
  list-style: none;
}

/* line 246, app/assets/stylesheets/style.scss */
main article ul ul, main article ul ol, main article ol ul, main article ol ol {
  margin-top: 0;
}

/* line 250, app/assets/stylesheets/style.scss */
main article ul li, main article ol li {
  font-size: 22px;
  line-height: 32px;
  font-family: 'crimson-pro', serif;
}

/* line 255, app/assets/stylesheets/style.scss */
main article ul li code, main article ol li code {
  font-size: 18px;
  font-weight: 500;
  font-family: 'inconsolata', ui-monospace, monospace;
  color: #e11c3c;
}

/* line 262, app/assets/stylesheets/style.scss */
main article ul li em, main article ol li em {
  font-family: 'crimson-pro', serif;
}

/* line 266, app/assets/stylesheets/style.scss */
main article ul li p, main article ol li p {
  margin-top: 0;
  margin-bottom: 16px;
}

/* line 271, app/assets/stylesheets/style.scss */
main article ul li p + p:last-of-type, main article ol li p + p:last-of-type {
  margin-bottom: 32px;
}

/* line 275, app/assets/stylesheets/style.scss */
main article ul li strong, main article ol li strong {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

/* line 281, app/assets/stylesheets/style.scss */
main article ul li del, main article ol li del {
  font-family: 'crimson-pro', serif;
  color: #999;
}

/* line 286, app/assets/stylesheets/style.scss */
main article ul li a, main article ol li a {
  font-family: 'crimson-pro', serif;
  color: #475fe5;
  text-decoration: none;
}

/* line 291, app/assets/stylesheets/style.scss */
main article ul li a strong, main article ol li a strong {
  color: #475fe5;
}

/* line 295, app/assets/stylesheets/style.scss */
main article ul li a:visited, main article ol li a:visited {
  color: #bb48e6;
}

/* line 298, app/assets/stylesheets/style.scss */
main article ul li a:visited strong, main article ol li a:visited strong {
  color: #bb48e6;
}

/* line 304, app/assets/stylesheets/style.scss */
main article ul li img, main article ul li video, main article ol li img, main article ol li video {
  display: block;
  max-width: 100%;
}

/* line 312, app/assets/stylesheets/style.scss */
main article ol ol {
  list-style-type: lower-roman;
}

/* line 317, app/assets/stylesheets/style.scss */
main article pre {
  margin-top: 32px;
  padding: 16px;
  background: #1F1F24;
  overflow: auto;
}

/* line 323, app/assets/stylesheets/style.scss */
main article pre code {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'inconsolata', ui-monospace, monospace;
}

/* line 329, app/assets/stylesheets/style.scss */
main article pre code span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'inconsolata', ui-monospace, monospace;
  color: #fff;
}

/* line 339, app/assets/stylesheets/style.scss */
main article hr {
  height: 0;
  width: 160px;
  margin: 48px auto;
  border: none;
  border-top: 1px solid #ffd820;
}

/* line 347, app/assets/stylesheets/style.scss */
main article blockquote {
  padding-left: 29px;
  border-left: 3px solid #ffd820;
}

/* line 351, app/assets/stylesheets/style.scss */
main article blockquote p {
  color: #666;
}

/* line 354, app/assets/stylesheets/style.scss */
main article blockquote p strong {
  color: #666;
}

/* line 359, app/assets/stylesheets/style.scss */
main article blockquote li {
  color: #666;
}

/* line 365, app/assets/stylesheets/style.scss */
main nav {
  width: 640px;
  margin: 32px auto 0;
  text-align: right;
}

/* line 370, app/assets/stylesheets/style.scss */
main nav a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

/* line 379, app/assets/stylesheets/style.scss */
footer {
  padding: 32px 0;
  background: #333;
}

/* line 383, app/assets/stylesheets/style.scss */
footer nav {
  width: 640px;
  margin: 0 auto 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #ccc;
  text-align: center;
}

/* line 392, app/assets/stylesheets/style.scss */
footer nav a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
}

/* line 400, app/assets/stylesheets/style.scss */
footer p {
  width: 640px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #ccc;
  text-align: center;
}

@media (max-width: 959px) {
  /* line 413, app/assets/stylesheets/style.scss */
  header #dinosaur {
    left: auto;
    right: 50px;
  }
}

@media (max-width: 679px) {
  /* line 422, app/assets/stylesheets/style.scss */
  header h1 {
    width: 100%;
    padding: 0 20px;
  }
  /* line 429, app/assets/stylesheets/style.scss */
  main article {
    width: 100%;
    padding: 0 20px;
  }
  /* line 434, app/assets/stylesheets/style.scss */
  main nav {
    width: 100%;
    margin-top: 24px;
    padding: 0 20px;
  }
  /* line 442, app/assets/stylesheets/style.scss */
  footer nav {
    width: 100%;
    padding: 0 20px;
  }
  /* line 447, app/assets/stylesheets/style.scss */
  footer p {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 639px) {
  /* line 456, app/assets/stylesheets/style.scss */
  header h1 {
    font-size: 40px;
    line-height: 40px;
  }
  /* line 460, app/assets/stylesheets/style.scss */
  header h1 span {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 469, app/assets/stylesheets/style.scss */
  main article h2 {
    font-size: 29px;
    line-height: 32px;
  }
  /* line 474, app/assets/stylesheets/style.scss */
  main article time {
    font-size: 13px;
  }
  /* line 477, app/assets/stylesheets/style.scss */
  main article time.inline {
    margin-left: 6px;
    line-height: 24px;
  }
}

@media (max-width: 499px) {
  /* line 487, app/assets/stylesheets/style.scss */
  header {
    padding: 48px 0 8px;
  }
  /* line 490, app/assets/stylesheets/style.scss */
  header #dinosaur {
    opacity: 0.3;
  }
  /* line 494, app/assets/stylesheets/style.scss */
  header #me {
    opacity: 0.3;
  }
  /* line 499, app/assets/stylesheets/style.scss */
  main {
    padding: 48px 0;
  }
  /* line 503, app/assets/stylesheets/style.scss */
  main article:after {
    margin: 48px 0;
  }
  /* line 507, app/assets/stylesheets/style.scss */
  main article h3 {
    margin-top: 24px;
    font-size: 18px;
    line-height: 24px;
  }
  /* line 513, app/assets/stylesheets/style.scss */
  main article p {
    margin-top: 24px;
    font-size: 18px;
    line-height: 24px;
  }
  /* line 518, app/assets/stylesheets/style.scss */
  main article p strong {
    font-size: 15px;
  }
  /* line 522, app/assets/stylesheets/style.scss */
  main article p code {
    font-size: 15px;
  }
  /* line 526, app/assets/stylesheets/style.scss */
  main article p img + em,
main article p video + em {
    font-size: 15px;
    line-height: 16px;
  }
  /* line 533, app/assets/stylesheets/style.scss */
  main article h3 + p {
    margin-top: 8px;
  }
  /* line 537, app/assets/stylesheets/style.scss */
  main article ul, main article ol {
    margin-top: 24px;
    margin-left: 18px;
  }
  /* line 541, app/assets/stylesheets/style.scss */
  main article ul li, main article ol li {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 545, app/assets/stylesheets/style.scss */
  main article ul li code, main article ol li code {
    font-size: 15px;
  }
  /* line 549, app/assets/stylesheets/style.scss */
  main article ul li p, main article ol li p {
    margin-bottom: 8px;
  }
  /* line 553, app/assets/stylesheets/style.scss */
  main article ul li p + p:last-of-type, main article ol li p + p:last-of-type {
    margin-bottom: 24px;
  }
  /* line 557, app/assets/stylesheets/style.scss */
  main article ul li strong, main article ol li strong {
    font-size: 15px;
  }
  /* line 563, app/assets/stylesheets/style.scss */
  main article pre {
    margin-top: 24px;
    padding: 8px;
  }
  /* line 567, app/assets/stylesheets/style.scss */
  main article pre code {
    font-size: 14px;
    line-height: 16px;
  }
  /* line 571, app/assets/stylesheets/style.scss */
  main article pre code span {
    font-size: 14px;
    line-height: 16px;
  }
  /* line 578, app/assets/stylesheets/style.scss */
  main article blockquote {
    padding-left: 21px;
  }
  /* line 582, app/assets/stylesheets/style.scss */
  main article hr {
    margin: 36px auto;
  }
  /* line 588, app/assets/stylesheets/style.scss */
  main nav a {
    font-size: 13px;
    line-height: 16px;
  }
  /* line 595, app/assets/stylesheets/style.scss */
  footer {
    padding: 24px 0;
  }
  /* line 598, app/assets/stylesheets/style.scss */
  footer nav {
    margin: 0 auto 8px;
    font-size: 14px;
  }
  /* line 602, app/assets/stylesheets/style.scss */
  footer nav a {
    padding: 0 5px;
  }
  /* line 607, app/assets/stylesheets/style.scss */
  footer p {
    font-size: 14px;
  }
}
/* line 5, app/assets/stylesheets/syntax.scss */
main article .highlight pre code {
  color: #ffffff;
  /* Comment */
  /* Error */
  /* Escape */
  /* Generic */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Other */
  /* Punctuation */
  /* Comment.Hashbang */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.PreprocFile */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Date */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Other */
  /* Name.Property */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Bin */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Affix */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Delimiter */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Function.Magic */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Name.Variable.Magic */
  /* Literal.Number.Integer.Long */
}

/* line 9, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .c {
  color: #6C7986;
}

/* line 14, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .err {
  color: #ffffff;
  border: 1px solid #FF0000;
}

/* line 20, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .esc {
  color: #ffffff;
}

/* line 25, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .g {
  color: #ffffff;
}

/* line 30, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .k {
  color: #FF85B8;
  font-weight: 700;
}

/* line 36, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .l {
  color: #ffffff;
}

/* line 41, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .n {
  color: #ffffff;
}

/* line 46, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .o {
  color: #3399cc;
}

/* line 51, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .x {
  color: #ffffff;
}

/* line 56, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .p {
  color: #ffffff;
}

/* line 61, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .ch {
  color: #6C7986;
}

/* line 66, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .cm {
  color: #6C7986;
}

/* line 71, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .cp {
  color: #6C7986;
}

/* line 76, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .cpf {
  color: #6C7986;
}

/* line 81, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .c1 {
  color: #6C7986;
}

/* line 86, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .cs {
  color: #FC6A5D;
  font-weight: 700;
}

/* line 92, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .gd {
  color: #FC6A5D;
}

/* line 97, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .ge {
  color: #ffffff;
  font-style: italic;
}

/* line 103, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .gr {
  color: #FF0000;
}

/* line 108, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .gh {
  color: #000080;
  font-weight: 700;
}

/* line 114, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .gi {
  color: #FF85B8;
  font-weight: 700;
}

/* line 120, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .go {
  color: #888888;
}

/* line 125, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .gp {
  color: #000080;
  font-weight: 700;
}

/* line 131, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .gs {
  color: #ffffff;
  font-weight: 700;
}

/* line 137, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .gu {
  color: #800080;
  font-weight: 700;
}

/* line 143, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .gt {
  color: #0044DD;
}

/* line 148, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .kc {
  color: #FC5FA3;
}

/* line 153, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .kd {
  color: #FF85B8;
  font-weight: 700;
}

/* line 159, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .kn {
  color: #cd00cd;
}

/* line 164, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .kp {
  color: #cdcd00;
}

/* line 169, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .kr {
  color: #cdcd00;
}

/* line 174, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .kt {
  color: #E5CFFF;
}

/* line 179, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .ld {
  color: #ffffff;
}

/* line 184, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .m {
  color: #D0BF69;
}

/* line 189, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .s {
  color: #FF8A7A;
}

/* line 194, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .na {
  color: #ffffff;
}

/* line 199, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .nb {
  color: #D0A8FF;
}

/* line 204, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .nc {
  color: #00cdcd;
}

/* line 209, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .no {
  color: #ffffff;
}

/* line 214, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .nd {
  color: #ffffff;
}

/* line 219, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .ni {
  color: #ffffff;
}

/* line 224, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .ne {
  color: #666699;
  font-weight: 700;
}

/* line 230, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .nf {
  color: #4EC4E6;
}

/* line 235, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .nl {
  color: #ffffff;
}

/* line 240, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .nn {
  color: #ffffff;
}

/* line 245, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .nx {
  color: #ffffff;
}

/* line 250, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .py {
  color: #ffffff;
}

/* line 255, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .nt {
  color: #ffffff;
}

/* line 260, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .nv {
  color: #ffffff;
}

/* line 265, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .ow {
  color: #cdcd00;
}

/* line 270, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .w {
  color: #ffffff;
}

/* line 275, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .mb {
  color: #D0BF69;
}

/* line 280, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .mf {
  color: #D0BF69;
}

/* line 285, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .mh {
  color: #D0BF69;
}

/* line 290, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .mi {
  color: #D0BF69;
}

/* line 295, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .mo {
  color: #D0BF69;
}

/* line 300, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .sa {
  color: #FC6A5D;
}

/* line 305, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .sb {
  color: #FC6A5D;
}

/* line 310, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .sc {
  color: #FC6A5D;
}

/* line 315, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .dl {
  color: #FC6A5D;
}

/* line 320, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .sd {
  color: #FC6A5D;
}

/* line 325, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .s2 {
  color: #FC6A5D;
}

/* line 330, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .se {
  color: #ffffff;
}

/* line 335, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .sh {
  color: #FC6A5D;
}

/* line 340, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .si {
  color: #FC6A5D;
}

/* line 345, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .sx {
  color: #FC6A5D;
}

/* line 350, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .sr {
  color: #FC6A5D;
}

/* line 355, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .s1 {
  color: #FC6A5D;
}

/* line 360, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .ss {
  color: #FC6A5D;
}

/* line 365, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .bp {
  color: #cd00cd;
}

/* line 370, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .fm {
  color: #ffffff;
}

/* line 375, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .vc {
  color: #00cdcd;
}

/* line 380, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .vg {
  color: #00cdcd;
}

/* line 385, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .vi {
  color: #00cdcd;
}

/* line 390, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .vm {
  color: #00cdcd;
}

/* line 395, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .il {
  color: #D0BF69;
}
