@charset "UTF-8";
@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Mulish-Medium.woff2") format("woff2"), url("/fonts/Mulish-Medium.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/Mulish-Bold.woff2") format("woff2"), url("/fonts/Mulish-Bold.woff") format("woff");
  font-display: swap; }
body {
  font-family: Mulish;
  font-size: 110%;
  max-width: 1200px;
  line-height: 130%; }

@media screen and (min-width: 1000px) {
  body {
    margin: 0 auto; } }
header {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1200px; }

@media print {
  header,
  .noprint {
    display: none; } }
main {
  position: relative;
  top: 60px;
  padding: 0 20px;
  max-width: 1200px; }

footer {
  position: relative;
  top: 60px;
  border-top: 1px solid #e8e8e8;
  clear: both;
  text-align: center;
  font-size: 90%;
  color: #004665;
  max-width: 1200px;
  padding-bottom: 10px;
  margin: 30px 20px 0 20px; }

section {
  position: relative;
  margin-top: 24px; }

#logo {
  position: absolute;
  margin: 10px 20px; }

#logo img {
  width: 100px; }

@media screen and (max-width: 999px) {
  #logo img {
    width: 60px; }

  main {
    top: 40px; } }
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:focus {
  left: auto;
  top: auto;
  height: auto;
  width: 15em;
  text-align: center;
  overflow: auto;
  margin: 24px 20px 10px 120px;
  padding: 10px;
  z-index: 999; }

nav {
  position: absolute;
  top: 10px; }

a#menu-code svg {
  position: relative;
  top: 1px;
  width: 0.9em;
  height: 0.9em; }

@media screen and (min-width: 1000px) {
  #menu-toggle span,
  #menu-toggle input {
    display: none; }

  nav {
    right: 0;
    font-size: 120%;
    margin-right: 20px;
    height: 5ex;
    border-bottom: 2px solid #004665; }

  nav ul#menu {
    width: 100%;
    list-style: none;
    margin: 12px 0 0 0;
    padding: 0; }

  nav ul#menu > li {
    position: relative;
    float: left;
    margin-left: 4px;
    height: 2ex; }

  nav ul#menu > li:first-child {
    margin-left: 0px; }

  #menu a {
    color: #004665;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 2px; }

  #menu > li:hover > a {
    background-color: #004665;
    color: #ffffff; }

  #menu > li > ul {
    position: absolute;
    visibility: hidden;
    background-color: #004665;
    border: 1px solid #ffffff;
    border-radius: 2px;
    list-style: none;
    padding: 0;
    margin: 4px 0 0 -1px;
    z-index: 2;
    width: 10em; }

  #menu > li > ul > li {
    text-indent: 0;
    padding: 6px 2px;
    margin: 0; }

  #menu > li > ul > li > a {
    color: #ffffff; }

  #menu > li > ul > li:hover > a {
    color: #e0e0e0; }

  #menu > li:hover > ul {
    visibility: visible; } }
@media screen and (max-width: 999px) {
  nav {
    width: 60px;
    height: 40px;
    right: 0; }

  #menu-toggle {
    display: block;
    position: absolute;
    top: 16px;
    right: 32px;
    z-index: 1; }

  #menu-toggle a {
    text-decoration: none;
    color: #ffffff; }

  #menu-toggle a:hover {
    color: #e0e0e0; }

  #menu-toggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none; }

  div#menu-toggle span {
    position: relative;
    display: block;
    width: 27px;
    height: 4px;
    margin-bottom: 5px;
    background-color: #004665;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0; }

  #menu-toggle span:first-child {
    transform-origin: 0% 0%; }

  #menu-toggle span:nth-last-child(2) {
    transform-origin: 0% 100%; }

  #menu-toggle input:checked ~ span {
    background-color: #ffffff;
    transform: rotate(45deg) scale(1.1, 1.1) translate(0, 1px); }

  #menu-toggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: scale(0.2, 0.2); }

  #menu-toggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) scale(1.1, 1.1); }

  #menu {
    position: absolute;
    display: none;
    width: 200px;
    margin: -100px 0 0 50px;
    padding: 110px 20px 20px 20px;
    background-color: #004665;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-bottom-left-radius: 2px;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform: none;
    transform-origin: 0% 0%; }

  #menu li {
    padding: 6px 0;
    font-size: 160%; }

  #menu-toggle input:checked ~ ul {
    display: block !important;
    transform: translate(-100%, 0); }

  #menu > li > ul {
    display: none; } }
h1,
h2,
h2 a {
  color: #004665;
  text-decoration: none; }

h2 {
  font-size: 180%;
  line-height: 120%; }

a {
  color: #216e8d; }

a:visited {
  color: #000000; }

a.extlink::before {
  content: '\2192' '\00a0'; }

h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 240%;
  line-height: 120%; }

h2 img, h3 img, h2 svg {
  position: relative;
  top: 2px;
  width: 1em;
  height: 1em;
  padding-right: 0.3em; }

code {
  background-color: #f8f8f8;
  padding: 0 2px;
  border-radius: 2px; }

pre code {
  padding: 0; }

ul,
ol {
  padding-left: 24px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 20px; }

pre {
  background-color: #f8f8f8;
  padding: 2px 6px;
  border: 1px solid #e8e8e8;
  border-radius: 2px; }

.change-bef {
  position: relative;
  left: -2px;
  border-left: 2px solid red;
  background-color: #ffcccc; }

.change-aft {
  position: relative;
  left: -2px;
  border-left: 2px solid green;
  background-color: #e6ffe6; }

.char-bef {
  font-weight: bold;
  color: red; }

.char-aft {
  font-weight: bold;
  color: green; }

.note {
  border: 1px solid #ffa0a0;
  border-radius: 2px;
  background-image: url("/img/warning.svg");
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-size: 1.5em 1.5em;
  background-color: #fff0f0; }

.wip {
  border: 1px solid #a0a0ff;
  border-radius: 2px;
  background-image: url("/img/wip.png");
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-size: 1.5em 1.5em;
  background-color: #f0f0ff; }

.tip {
  border: 1px solid #eebc20;
  border-radius: 2px;
  background-image: url("/img/info.svg");
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-size: 1.5em 1.5em;
  background-color: #fff0e0; }

div.note {
  padding: 0 10px 0 40px; }

p.note,
p.tip,
p.wip {
  padding: 10px 10px 10px 40px; }

img.inline {
  position: relative;
  top: 1px;
  width: 1em;
  height: 1em; }

.flright {
  float: right;
  margin: 0 0 8px 8px; }

.withborder {
  padding: 2px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 2px; }

@media screen and (max-width: 999px) {
  a#news-rss {
    display: none; } }
@media screen and (min-width: 1000px) {
  #newsbox {
    position: relative;
    float: right;
    width: 26em;
    min-height: 100px;
    background-color: #feefee;
    border: 1px solid #c61109;
    border-radius: 2px;
    padding: 10px;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 1; }

  #newsbox section {
    border: none; }

  #newsbox h2 {
    margin-top: 10px;
    width: 3.6em;
    margin: 0 auto;
    padding: 0 0 4px 0;
    text-align: center; }

  #newsbox h2 a {
    color: #c61109;
    text-decoration: none; }

  a#news-rss {
    position: absolute;
    right: 4px;
    top: 4px; } }
.news-date {
  vertical-align: top;
  white-space: nowrap; }

.post-meta {
  color: #004665;
  font-size: 140%;
  text-align: center; }

div.news-date {
  text-align: center;
  color: #004665;
  font-size: 120%; }

.news-list article {
  margin-bottom: 30px; }

.news-text {
  margin-left: 7em; }

div.news-date-small {
  float: left;
  width: 5em;
  border-radius: 2px;
  text-align: center;
  background-color: #004665;
  color: #ffffff;
  margin-right: 2em; }

.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
  gap: 12px; }

.box {
  border-radius: 2px;
  padding: 0 16px 4px 16px;
  text-decoration: none;
  color: #000000;
  min-height: 5ex;
  border: 1px solid #e8e8e8; }

.box2 {
  background-color: #f8f8f8; }

.box:hover {
  border: 1px solid #a0a0a0; }

.box2 h2 {
  margin-top: 10px;
  border: none; }

.box3 {
  font-size: 80%; }

.box3 img {
  float: left;
  padding: 12px 8px 8px 0; }

#sponsorlist {
  display: flex;
  align-content: stretch;
  flex-wrap: wrap; }

#sponsorlist div {
  padding: 4px 40px 4px 0;
  margin: auto 0; }

#sponsorlist a {
  font-weight: bold;
  text-decoration: none;
  color: #000000; }

table.software-versions {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-spacing: 0;
  border-radius: 2px; }

table.software-versions tbody tr:nth-child(even) {
  background-color: #f8f8f8; }

table.software-versions td {
  height: 2em;
  border-left: 1px solid #e8e8e8;
  padding: 2px 4px; }

table.software-versions tr.groupstart td {
  border-top: 2px solid #e8e8e8; }

table.software-versions th {
  height: 2em;
  min-width: 5em;
  border-left: 1px solid #e8e8e8;
  padding: 2px 4px;
  background-color: #e8e8e8;
  text-align: left; }

.manpage-version {
  text-align: center;
  font-size: 120%;
  color: #004665; }

.manpage h1 {
  color: #404040;
  text-align: left; }

.manpage strong {
  color: #404040; }

.manpage dt {
  color: #404040; }

.manpage dd {
  padding-bottom: 6px; }

.version {
  background-color: #e0f0e0;
  padding: 0 2px;
  border-radius: 2px;
  border: 1px solid #e0e0e0; }

.experimental {
  background-color: #f0f0ff;
  border: 1px solid #a0a0ff;
  padding: 0 2px;
  border-radius: 2px; }

.table-note {
  margin-top: 4px;
  text-align: right;
  font-style: italic; }

.table-note::before {
  content: '(*) '; }

.toc {
  padding: 4px 8px;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 2px; }

.toc table td {
  vertical-align: top; }

.toc table td.arrow {
  color: #004665;
  cursor: pointer;
  width: 1em; }

.toc table td.num {
  text-align: right; }

.toc table ul.sub {
  display: none;
  margin: 2px 0;
  padding: 0;
  line-height: 150%; }

.toc table ul.sub li {
  list-style: none;
  padding-left: 2em;
  text-indent: -2em; }

@media screen and (min-width: 1600px) {
  div.toc {
    position: fixed;
    top: 128px;
    left: 20px;
    width: calc((100vw - 1280px) / 2);
    height: calc(100vh - 160px);
    overflow-y: scroll; }

  #to-toc {
    display: none; } }
@media screen and (max-width: 1599px) {
  #to-toc {
    position: fixed;
    bottom: 40px;
    right: 0;
    background-color: #e8e8e8;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    border-left: 4px solid #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 2;
    padding: 4px 4px;
    text-decoration: none;
    display: block;
    width: 2em;
    text-align: center; } }
article.manual {
  counter-reset: chapter appendix; }

article.manual table {
  display: inline-block; }

article.manual table,
article.manual code,
article.manual pre {
  overflow-x: auto; }

article.manual section {
  counter-reset: section; }

article.manual section.chapter h2::before {
  counter-increment: chapter;
  content: counter(chapter) " "; }

article.manual section.appendix h2::before {
  counter-increment: appendix;
  content: "Appendix " counter(appendix,upper-alpha) ": "; }

article.manual section.chapter h3::before {
  counter-increment: section;
  content: counter(chapter) "." counter(section) " "; }

article.manual section.appendix h3::before {
  counter-increment: section;
  content: counter(appendix,upper-alpha) "." counter(section) " "; }

h2 a.heading-link,
h3 a.heading-link,
h4 a.heading-link {
  display: none; }

h2 a.heading-link svg,
h3 a.heading-link svg,
h4 a.heading-link svg {
  width: 1.4ex;
  height: 1.4ex; }

h2:hover a.heading-link,
h3:hover a.heading-link,
h4:hover a.heading-link {
  display: inline;
  text-decoration: none; }

@media screen and (max-width: 1599px) {
  div.edit {
    display: none; } }
@media screen and (min-width: 1600px) {
  div.edit {
    position: absolute;
    top: 6px;
    right: 0;
    text-align: right;
    font-size: 160%; }

  div.edit a {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 0 3px;
    text-decoration: none; } }
table.desc {
  border: 1px solid #e8e8e8;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }

table.desc tbody tr:nth-child(even) {
  background-color: #f8f8f8; }

table.desc th {
  background-color: #e8e8e8;
  text-align: left;
  padding: 4px 8px;
  white-space: nowrap;
  width: 50px; }

table.desc td {
  padding: 4px 8px;
  vertical-align: top; }

table.desc td:first-of-type {
  font-family: monospace; }

@media screen and (min-width: 600px) {
  table.desc td:first-of-type {
    white-space: nowrap; } }
@media screen and (min-width: 800px) {
  table.desc td {
    min-width: 14em; } }
table.desc td code {
  border: 1px solid #ffffff; }

table.desc th:last-of-type {
  width: 100%; }

table.lib {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 30px; }

table.lib th {
  width: 7em;
  padding: 4px;
  vertical-align: top;
  text-align: left; }

table.lib th::after {
  content: ':'; }

table.lib td {
  width: 100%;
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
  padding: 4px; }

.lib-name td {
  font-weight: bold; }

.lib-syno td,
.lib-exam td {
  font-family: monospace;
  white-space: pre; }

table.proj {
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  border-spacing: 0;
  width: 100%; }

table.proj img {
  width: 128px; }

table.proj td {
  padding: 10px; }

.release-date {
  text-align: center; }

.release-github {
  position: relative;
  text-align: right; }

.release-github svg {
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px; }

div.releases-container {
  column-width: 25em;
  column-gap: 20px; }

div.releases-container div {
  margin: 0 0 16px 0;
  break-inside: avoid; }

div.releases-container ul {
  margin: 0; }

.release-links {
  margin-top: 20px;
  text-align: center;
  line-height: 200%; }

.release-links h2 {
  font-size: 100%;
  margin: 2px; }

.release-links span {
  padding: 2px 4px;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 2px; }

.release-links a {
  padding: 2px 4px;
  text-decoration: none;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  color: #000000; }

.release-links a:hover {
  border: 1px solid #a0a0a0; }

div.install {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16em, 1fr));
  gap: 12px;
  margin: 20px 0 30px 0; }

div.install a {
  display: block;
  line-height: 120%;
  text-indent: -1.3em;
  padding: 8px 10px 10px calc(1.3em + 10px);
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  font-size: 160%;
  text-decoration: none;
  vertical-align: middle; }

div.install a:hover {
  border: 1px solid #a0a0a0; }

div.install a svg {
  position: relative;
  top: 4px;
  width: 1em;
  height: 1em; }

.user-container {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(auto-fit, minmax(30em, 1fr));
  gap: 32px; }

.user {
  display: grid;
  grid-template-rows: 80px 5.8ex 1fr 12ex;
  border: 1px solid #004665;
  border-radius: 4px;
  box-shadow: 6px 10px 10px #a0a0a0; }

.user-bg {
  height: 80px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.user h2 {
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 4px;
  background-color: #004665; }

.user-text {
  padding: 0 10px; }

.user-tags {
  text-align: right;
  margin: 4px 4px 0 0; }

.user-tags span {
  padding: 0 8px 2px 8px;
  background-color: #004665;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  font-variant: small-caps; }

.user ul {
  margin: 0;
  background-color: #f8f8f8;
  padding: 10px 10px 10px 2em;
  border-top: 1px solid #e8e8e8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.user li {
  list-style-type: '▶  ';
  line-height: 150%; }

.download {
  position: relative; }

.download img {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  padding: 4px;
  background-color: #e8e8e8;
  border-radius: 2px;
  z-index: 1; }

.example-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px; }

.example {
  text-decoration: none;
  color: #000000;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 2px; }

.example:hover {
  border: 1px solid #a0a0a0; }

.example img {
  width: 100px;
  height: 100px;
  float: right;
  padding: 1px 1px 1px 10px; }

.example h3,
.example p {
  margin-top: 6px;
  padding: 0 6px; }

.example h3 {
  color: #004665;
  text-decoration: none; }

img.fullwidth {
  max-width: calc(100% - 2px);
  border: 1px solid #e0e0e0;
  border-radius: 2px; }

.map {
  width: calc(100% - 4px);
  height: 400px;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 1px;
  clear: both; }

img[src^="https://repology.org/"] {
  filter: grayscale(1); }

.highlight .hll {
  background-color: #ffffcc; }

.highlight .c {
  color: #228B22; }

/* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2; }

/* Error */
.highlight .k {
  color: #8B008B;
  font-weight: bold; }

/* Keyword */
.highlight .cm {
  color: #228B22; }

/* Comment.Multiline */
.highlight .cp {
  color: #1e889b; }

/* Comment.Preproc */
.highlight .c1 {
  color: #228B22; }

/* Comment.Single */
.highlight .cs {
  color: #8B008B;
  font-weight: bold; }

/* Comment.Special */
.highlight .gd {
  color: #aa0000; }

/* Generic.Deleted */
.highlight .ge {
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #aa0000; }

/* Generic.Error */
.highlight .gh {
  color: #000080;
  font-weight: bold; }

/* Generic.Heading */
.highlight .gi {
  color: #00aa00; }

/* Generic.Inserted */
.highlight .go {
  color: #888888; }

/* Generic.Output */
.highlight .gp {
  color: #555555; }

/* Generic.Prompt */
.highlight .gs {
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #800080;
  font-weight: bold; }

/* Generic.Subheading */
.highlight .gt {
  color: #aa0000; }

/* Generic.Traceback */
.highlight .kc {
  color: #8B008B;
  font-weight: bold; }

/* Keyword.Constant */
.highlight .kd {
  color: #8B008B;
  font-weight: bold; }

/* Keyword.Declaration */
.highlight .kn {
  color: #8B008B;
  font-weight: bold; }

/* Keyword.Namespace */
.highlight .kp {
  color: #8B008B;
  font-weight: bold; }

/* Keyword.Pseudo */
.highlight .kr {
  color: #8B008B;
  font-weight: bold; }

/* Keyword.Reserved */
.highlight .kt {
  color: #a7a7a7;
  font-weight: bold; }

/* Keyword.Type */
.highlight .m {
  color: #B452CD; }

/* Literal.Number */
.highlight .s {
  color: #CD5555; }

/* Literal.String */
.highlight .na {
  color: #658b00; }

/* Name.Attribute */
.highlight .nb {
  color: #658b00; }

/* Name.Builtin */
.highlight .nc {
  color: #008b45;
  font-weight: bold; }

/* Name.Class */
.highlight .no {
  color: #00688B; }

/* Name.Constant */
.highlight .nd {
  color: #707a7c; }

/* Name.Decorator */
.highlight .ne {
  color: #008b45;
  font-weight: bold; }

/* Name.Exception */
.highlight .nf {
  color: #008b45; }

/* Name.Function */
.highlight .nn {
  color: #008b45;
  text-decoration: underline; }

/* Name.Namespace */
.highlight .nt {
  color: #8B008B;
  font-weight: bold; }

/* Name.Tag */
.highlight .nv {
  color: #00688B; }

/* Name.Variable */
.highlight .ow {
  color: #8B008B; }

/* Operator.Word */
.highlight .w {
  color: #bbbbbb; }

/* Text.Whitespace */
.highlight .mf {
  color: #B452CD; }

/* Literal.Number.Float */
.highlight .mh {
  color: #B452CD; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #B452CD; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #B452CD; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #CD5555; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #CD5555; }

/* Literal.String.Char */
.highlight .sd {
  color: #CD5555; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #CD5555; }

/* Literal.String.Double */
.highlight .se {
  color: #CD5555; }

/* Literal.String.Escape */
.highlight .sh {
  color: #1c7e71;
  font-style: italic; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #CD5555; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #cb6c20; }

/* Literal.String.Other */
.highlight .sr {
  color: #1c7e71; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #CD5555; }

/* Literal.String.Single */
.highlight .ss {
  color: #CD5555; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #658b00; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #00688B; }

/* Name.Variable.Class */
.highlight .vg {
  color: #00688B; }

/* Name.Variable.Global */
.highlight .vi {
  color: #00688B; }

/* Name.Variable.Instance */
.highlight .il {
  color: #B452CD; }

/* Literal.Number.Integer.Long */
