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




 */
@font-face {
  font-family: 'hk-grotesk';
  font-weight: 400;
  font-style: normal;
  src: url(/assets/HKGrotesk-Medium-bdc4f02cb565348aa2fd8ac09d439034a81feec7c7492a77c569b24164ad2783.woff2) format("woff2"), url(/assets/HKGrotesk-Medium-f65f8e87958d6d6741449de932cd1acdf1e6b701623ed3e59ea7e2d44406c886.woff) format("woff");
}

@font-face {
  font-family: 'hk-grotesk';
  font-weight: 400;
  font-style: italic;
  src: url(/assets/HKGrotesk-MediumItalic-1d5c6e273afb68b04dede0c51b856f3533e4b6e35c4b3a9c7b532251fbac37d9.woff2) format("woff2"), url(/assets/HKGrotesk-MediumItalic-e771f396679d11330f96fecaf0a3359be7c8025cab6904946d12339b6badea58.woff) format("woff");
}

@font-face {
  font-family: 'hk-grotesk';
  font-weight: 700;
  font-style: normal;
  src: url(/assets/HKGrotesk-Bold-bbe5fc5d1ea98a4822088f390e0083c80526d340a4e5f26dc84d763769f6ac4c.woff2) format("woff2"), url(/assets/HKGrotesk-Bold-54586a742ffbdab589d15238a2672049ee5c581bbbe992bcb7354d2f607eda41.woff) format("woff");
}

@font-face {
  font-family: 'inconsolata';
  font-weight: 400;
  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 41, app/assets/stylesheets/common.scss */
* {
  margin: 0;
  padding: 0;
  font-family: 'hk-grotesk', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  box-sizing: border-box;
}

/* line 51, app/assets/stylesheets/common.scss */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* line 57, app/assets/stylesheets/common.scss */
h2, h3, h4 {
  text-wrap: balance;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/style.scss */
header {
  position: relative;
  padding: 64px 0 16px;
  background: #FFD500;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 82, app/assets/stylesheets/style.scss */
main article h2 {
  font-size: 36px;
  line-height: 40px;
}

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

/* line 92, 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 100, app/assets/stylesheets/style.scss */
main article time a {
  color: #999;
  text-decoration: none;
}

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

/* line 113, app/assets/stylesheets/style.scss */
main article h3 {
  margin-top: 64px;
  font-size: 22px;
  line-height: 32px;
}

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

/* line 124, app/assets/stylesheets/style.scss */
main article p {
  margin-top: 32px;
  font-size: 20px;
  line-height: 32px;
}

/* line 129, app/assets/stylesheets/style.scss */
main article p del {
  color: #999;
}

/* line 133, app/assets/stylesheets/style.scss */
main article p code {
  font-family: 'inconsolata', ui-monospace, monospace;
  color: #BF4055;
}

/* line 138, app/assets/stylesheets/style.scss */
main article p a {
  color: #0077CC;
  text-decoration: none;
}

/* line 142, app/assets/stylesheets/style.scss */
main article p a strong {
  color: #0077CC;
}

/* line 146, app/assets/stylesheets/style.scss */
main article p a:hover {
  text-decoration: underline;
}

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

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

/* line 160, app/assets/stylesheets/style.scss */
main article p kbd samp {
  font-family: 'inconsolata', ui-monospace, monospace;
  font-weight: 700;
}

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

/* line 172, 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 176, app/assets/stylesheets/style.scss */
main article p img.left,
main article p video.left {
  margin: 0;
}

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

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

/* line 195, app/assets/stylesheets/style.scss */
main article p .app-icon {
  float: right;
  position: relative;
  height: 96px;
  width: 96px;
  margin-left: 16px;
  margin-bottom: 16px;
  background-size: 96px 96px;
  background-repeat: no-repeat;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc5My40IDYwNC41IDMwMCAzMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0xMDkzLjQgNjk4LjR2LTEwLjdjMC0zLS4xLTYtLjEtOS4xLS4yLTYuNi0uNi0xMy4yLTEuNy0xOS43LTEuMi02LjYtMy4xLTEyLjctNi4yLTE4LjctMy01LjktNi45LTExLjMtMTEuNi0xNi00LjctNC43LTEwLjEtOC42LTE2LTExLjYtNi0zLjEtMTIuMS01LTE4LjctNi4yLTYuNS0xLjItMTMuMS0xLjYtMTkuNy0xLjctMy0uMS02LS4xLTkuMS0uMUg4NzYuNmMtMyAwLTYgLjEtOS4xLjEtNi42LjItMTMuMi42LTE5LjcgMS43LTYuNiAxLjItMTIuNyAzLjEtMTguNyA2LjItNS45IDMtMTEuMyA2LjktMTYgMTEuNi00LjcgNC43LTguNiAxMC4xLTExLjYgMTYtMy4xIDYtNSAxMi4xLTYuMiAxOC43LTEuMiA2LjUtMS42IDEzLjEtMS43IDE5LjctLjEgMy0uMSA2LS4xIDkuMXYxMzMuN2MwIDMgLjEgNiAuMSA5LjEuMiA2LjYuNiAxMy4yIDEuNyAxOS43IDEuMiA2LjYgMy4xIDEyLjcgNi4yIDE4LjcgMyA1LjkgNi45IDExLjMgMTEuNiAxNiA0LjcgNC43IDEwLjEgOC42IDE2IDExLjYgNiAzLjEgMTIuMSA1IDE4LjcgNi4yIDYuNSAxLjIgMTMuMSAxLjYgMTkuNyAxLjcgMyAuMSA2IC4xIDkuMS4xaDEzMy43YzMgMCA2LS4xIDkuMS0uMSA2LjYtLjIgMTMuMi0uNiAxOS43LTEuNyA2LjYtMS4yIDEyLjctMy4xIDE4LjctNi4yIDUuOS0zIDExLjMtNi45IDE2LTExLjZzOC42LTEwLjEgMTEuNi0xNmMzLjEtNiA1LTEyLjEgNi4yLTE4LjcgMS4yLTYuNSAxLjYtMTMuMSAxLjctMTkuNy4xLTMgLjEtNiAuMS05LjF2LTEyM3oiLz48L3N2Zz4=");
}

/* line 206, app/assets/stylesheets/style.scss */
main article p .app-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEuNDEiIGNsaXAtcnVsZT0iZXZlbm9kZCIgdmlld0JveD0iMCAwIDQ2MCA0NjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW9wYWNpdHk9Ii4xIiB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiIGQ9Ik0zMTUuOTUgNDU5LjU2aC0xNzEuOWMtNS40OCAwLTEwLjk2IDAtMTYuNDQtLjAzLTQuNjItLjAzLTkuMjQtLjA4LTEzLjg2LS4yMWEyMDEuMDUgMjAxLjA1IDAgMCAxLTMwLjE2LTIuNjVjLTkuOTctMS43LTE5LjYzLTQuOS0yOC42Ni05LjQ1YTk2LjQ1IDk2LjQ1IDAgMCAxLTQyLjE2LTQyLjE0IDEwMS43NiAxMDEuNzYgMCAwIDEtOS40NC0yOC42OSAyMDEuMzMgMjAxLjMzIDAgMCAxLTIuNjYtMzAuMTVjLS4xMi00LjYyLS4xOC05LjIzLS4yLTEzLjg1LS4wNC01LjQ5LS4wNC0xMC45Ny0uMDQtMTYuNDZWMTQ0LjA1YzAtNS40OSAwLTEwLjk3LjA0LTE2LjQ2LjAyLTQuNjIuMDgtOS4yNC4yLTEzLjg2LjEzLTEwLjEgMS4wMi0yMC4xNyAyLjY2LTMwLjE0IDEuNy05Ljk4IDQuODktMTkuNjQgOS40NS0yOC42OGE5Ni40MyA5Ni40MyAwIDAgMSA0Mi4xNS00Mi4xNUExMDIuMDYgMTAyLjA2IDAgMCAxIDgzLjU5IDMuMyAyMDEuMDYgMjAxLjA2IDAgMCAxIDExMy43NS42NmM0LjYyLS4xMiA5LjI0LS4xOCAxMy44Ni0uMiA1LjQ4LS4wMyAxMC45Ny0uMDMgMTYuNDUtLjAzaDE3MS44OWM1LjQ5IDAgMTAuOTcgMCAxNi40NS4wMyA0LjYyLjAyIDkuMjQuMDggMTMuODYuMmEyMDEuMiAyMDEuMiAwIDAgMSAzMC4xNiAyLjY1YzkuOTcgMS43IDE5LjYzIDQuOSAyOC42NiA5LjQ1YTk2LjQxIDk2LjQxIDAgMCAxIDQyLjE2IDQyLjE1YzQuNTYgOS4wNCA3Ljc0IDE4LjcgOS40NSAyOC42OGEyMDEuMiAyMDEuMiAwIDAgMSAyLjY1IDMwLjE1Yy4xMiA0LjYyLjE4IDkuMjQuMiAxMy44NWwuMDIgNi45NXYxODguMjRsLS4wMiA5LjZjLS4wMiA0LjYyLS4wOSA5LjI0LS4yIDEzLjg2YTIwMS4zNCAyMDEuMzQgMCAwIDEtMi42NiAzMC4xNSAxMDEuNDIgMTAxLjQyIDAgMCAxLTkuNDUgMjguNjggOTYuNDQgOTYuNDQgMCAwIDEtNDIuMTUgNDIuMTUgMTAxLjY5IDEwMS42OSAwIDAgMS0yOC42NiA5LjQ1IDIwMS4wNSAyMDEuMDUgMCAwIDEtMzAuMTYgMi42NWMtNC42Mi4xMi05LjI0LjE4LTEzLjg2LjJsLTE2LjQ1LjA0eiIvPjwvc3ZnPg==");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

/* line 223, app/assets/stylesheets/style.scss */
main article p .app-icon.mac:before {
  display: none;
}

/* line 228, app/assets/stylesheets/style.scss */
main article p .app-icon.retired {
  filter: grayscale(100%);
}

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

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

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

/* line 247, 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 251, app/assets/stylesheets/style.scss */
main article ul li, main article ol li {
  font-size: 20px;
  line-height: 32px;
}

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

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

/* line 265, 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 269, app/assets/stylesheets/style.scss */
main article ul li del, main article ol li del {
  color: #999;
}

/* line 273, app/assets/stylesheets/style.scss */
main article ul li a, main article ol li a {
  color: #0077CC;
  text-decoration: none;
}

/* line 277, app/assets/stylesheets/style.scss */
main article ul li a strong, main article ol li a strong {
  color: #0077CC;
}

/* line 281, app/assets/stylesheets/style.scss */
main article ul li a:hover, main article ol li a:hover {
  text-decoration: underline;
}

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

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

/* line 295, app/assets/stylesheets/style.scss */
main article ul li kbd samp, main article ol li kbd samp {
  font-family: 'inconsolata', ui-monospace, monospace;
  font-weight: 700;
}

/* line 301, 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 309, app/assets/stylesheets/style.scss */
main article ol ol {
  list-style-type: lower-roman;
}

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

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

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

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

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

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

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

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

/* line 357, app/assets/stylesheets/style.scss */
main nav a {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #0077CC;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/style.scss */
footer {
  padding: 32px 0;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  background: #333;
}

/* line 374, app/assets/stylesheets/style.scss */
footer nav {
  width: 640px;
  margin: 0 auto 16px;
  color: #ccc;
}

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

/* line 387, app/assets/stylesheets/style.scss */
footer p {
  width: 640px;
  margin: 0 auto;
  color: #ccc;
}

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

@media (max-width: 679px) {
  /* line 405, app/assets/stylesheets/style.scss */
  header h1 {
    width: 100%;
    padding: 0 20px;
  }
  /* line 412, app/assets/stylesheets/style.scss */
  main article {
    width: 100%;
    padding: 0 20px;
  }
  /* line 417, app/assets/stylesheets/style.scss */
  main nav {
    width: 100%;
    margin-top: 24px;
    padding: 0 20px;
  }
  /* line 425, app/assets/stylesheets/style.scss */
  footer nav {
    width: 100%;
    padding: 0 20px;
  }
  /* line 430, app/assets/stylesheets/style.scss */
  footer p {
    width: 100%;
    padding: 0 20px;
  }
}

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

@media (max-width: 499px) {
  /* line 470, app/assets/stylesheets/style.scss */
  header {
    padding: 48px 0 8px;
  }
  /* line 473, app/assets/stylesheets/style.scss */
  header #dinosaur {
    opacity: 0.3;
  }
  /* line 477, app/assets/stylesheets/style.scss */
  header #me {
    opacity: 0.3;
  }
  /* line 482, app/assets/stylesheets/style.scss */
  main {
    padding: 48px 0;
  }
  /* line 486, app/assets/stylesheets/style.scss */
  main article:after {
    margin: 40px 0 48px;
  }
  /* line 490, app/assets/stylesheets/style.scss */
  main article h3 {
    margin-top: 48px;
    font-size: 18px;
    line-height: 24px;
  }
  /* line 496, app/assets/stylesheets/style.scss */
  main article p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 501, app/assets/stylesheets/style.scss */
  main article p img + em,
main article p video + em {
    font-size: 13px;
    line-height: 16px;
  }
  /* line 508, app/assets/stylesheets/style.scss */
  main article h3 + p {
    margin-top: 8px;
  }
  /* line 512, app/assets/stylesheets/style.scss */
  main article ul, main article ol {
    margin-top: 24px;
    margin-left: 20px;
  }
  /* line 516, app/assets/stylesheets/style.scss */
  main article ul li, main article ol li {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 520, app/assets/stylesheets/style.scss */
  main article ul li p, main article ol li p {
    margin-bottom: 8px;
  }
  /* line 524, 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 530, app/assets/stylesheets/style.scss */
  main article pre {
    margin-top: 24px;
    padding: 8px;
  }
  /* line 534, app/assets/stylesheets/style.scss */
  main article pre code {
    font-size: 14px;
    line-height: 16px;
  }
  /* line 538, app/assets/stylesheets/style.scss */
  main article pre code span {
    font-size: 14px;
    line-height: 16px;
  }
  /* line 545, app/assets/stylesheets/style.scss */
  main article blockquote {
    padding-left: 21px;
  }
  /* line 551, app/assets/stylesheets/style.scss */
  main nav a {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 558, app/assets/stylesheets/style.scss */
  footer {
    padding: 24px 0;
    font-size: 14px;
  }
  /* line 562, app/assets/stylesheets/style.scss */
  footer nav {
    margin: 0 auto 8px;
  }
  /* line 565, app/assets/stylesheets/style.scss */
  footer nav a {
    padding: 0 5px;
  }
}
/* 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: #73808C;
}

/* 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: #FF80B5;
  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: #73808C;
}

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

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

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

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

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

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

/* 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: #FF80B5;
  font-weight: 700;
}

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

/* 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: #004DE6;
}

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

/* line 153, app/assets/stylesheets/syntax.scss */
main article .highlight pre code .kd {
  color: #FF80B5;
  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: #E6CCFF;
}

/* 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: #CCBB66;
}

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

/* 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: #CC99FF;
}

/* 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: #4DBFE6;
}

/* 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: #CCBB66;
}

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

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

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

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

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

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

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

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

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

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

/* 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: #FB766A;
}

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

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

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

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

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

/* 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: #CCBB66;
}
