/* fonts */
@font-face {
  font-family: Calibri;
  src: url("fonts/Calibri/Calibri.ttf") format("truetype");
}
@font-face {
  font-family: Calibri;
  src: url("fonts/Calibri/Calibri-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: Calibri;
  src: url("fonts/Calibri/Calibri-Italic.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: Calibri;
  src: url("fonts/Calibri/Calibri-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: Consolas;
  src: url("fonts/Consolas/Consolas.ttf") format("truetype");
}
@font-face {
  font-family: Consolas;
  src: url("fonts/Consolas/Consolas-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: Consolas;
  src: url("fonts/Consolas/Consolas-Italic.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: Consolas;
  src: url("fonts/Consolas/Consolas-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: FedraSerifAPro;
  src: url("fonts/FedraSerifAPro/FedraSerifAPro-Normal.ttf") format("truetype");
}
@font-face {
  font-family: FedraSerifAPro;
  src: url("fonts/FedraSerifAPro/FedraSerifAPro-NormalItalic.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: FedraSerifAPro;
  src: url("fonts/FedraSerifAPro/FedraSerifAPro-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: FedraSerifAPro;
  src: url("fonts/FedraSerifAPro/FedraSerifAPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: FedraSerifAPro;
  src: url("fonts/FedraSerifAPro/FedraSerifAPro-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: FedraSerifAPro;
  src: url("fonts/FedraSerifAPro/FedraSerifAPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: MinionPro;
  src: url("fonts/MinionPro/MinionPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: MinionPro;
  src: url("fonts/MinionPro/MinionPro-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: MinionPro;
  src: url("fonts/MinionPro/MinionPro-It.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: MinionPro;
  src: url("fonts/MinionPro/MinionPro-BoldIt.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: NewsGothicTLCond;
  src: url("fonts/NewsGothicTL/NewsGothicTL-RomanCondensed.ttf") format("truetype");
}
@font-face {
  font-family: NewsGothicTLCond;
  src: url("fonts/NewsGothicTL/NewsGothicTL-BoldCondensed.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: Plumb;
  src: url("fonts/Plumb/Plumb-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Plumb;
  src: url("fonts/Plumb/Plumb-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: Pragmatica;
  src: url("fonts/Pragmatica/PragmaticaCyrillic.ttf") format("truetype");
}
@font-face {
  font-family: Pragmatica;
  src: url("fonts/Pragmatica/PragmaticaBoldCyrillic.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: Pragmatica;
  src: url("fonts/Pragmatica/PragmaticaItalicCyrillic.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: Pragmatica;
  src: url("fonts/Pragmatica/PragmaticaBlack.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: Pragmatica;
  src: url("fonts/Pragmatica/PragmaticaBlack-Oblique.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Pragmatica;
  src: url("fonts/Pragmatica/PragmaticaExtraLight-Reg.ttf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: PragmaticaCond;
  src: url("fonts/Pragmatica/PragmaticaCondBook-Reg.ttf") format("truetype");
}
@font-face {
  font-family: PragmaticaCond;
  src: url("fonts/Pragmatica/PragmaticaCondBold-Reg.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: BigNoodleTitling;
  src: url("fonts/BigNoodle/BigNoodleTitlingCyr.ttf") format("truetype");
}



/* xmd */
.xmd {
  font-weight: 100;
  font-size: 18px;
  line-height: 140%;
  font-family: Pragmatica,sans-serif;
  text-align: justify;
}
.xmd * {
  box-sizing: inherit;
  line-height: inherit;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.xmd *:before, .xmd *:after {
  box-sizing: inherit;
  line-height: inherit;
  position: relative;
  padding: 0;
  margin: 0;
}

.xmd wbr:after {
  content: '\00200B';
}

.xmd h2 {
  text-align: left;
  font-weight: bold;
  font-size: 26px !important;
  line-height: 100%;
  font-family: Pragmatica,sans-serif !important;
  text-transform: uppercase;
}

.xmd h3, .xmd h4, .xmd h5 {
  text-align: left;
  font-weight: bold;
  font-size: 24px !important;
  line-height: 100%;
  font-family: Pragmatica,sans-serif !important;
}

.xmd a {
  color: #00adef;
  /*border-bottom: 0.2vw #94dcf8 solid;*/
  text-decoration: none;
}

.xmd em {
  font-style: normal;
}

.xmd p:empty {
  display: none;
}

.xmd p:not(:empty) + p {
  text-indent: 4%;
}

.xmd p:not(:empty) + ul, .xmd p:not(:empty) + ol {
  margin-top: 0;
}

.xmd p strong {
  font-weight: bold;
}

.xmd p code {
  font-weight: normal;
  font-size: 18px;
  font-family: Consolas;
}

.xmd hr {
  display: block;
  height: 0px;
  border: none;
  page-break-after: always;
}

.xmd hr + p {
  text-indent: 4%;
}

.xmd hr + ul, .xmd hr + ol {
  margin-top: 0;
}

.xmd blockquote {
  padding: 3% 8% 0;
  font-size: 85%;
  line-height: 130%;
  font-style: italic;
  color: #f00;
}

.xmd img {
  max-width: 100%;
}

.xmd figure {
  text-align: center;
}

.xmd figure > a, .xmd figure > img, .xmd figure > a > img {
  display: block !important;
  max-width: 100%;
  margin: 0 auto;
}

.xmd figure figcaption {
  text-align: left;
  display: inline-block;
  padding: 0.5% 3%;
  margin: 0 auto;
  overflow-wrap: normal;
  word-wrap: normal;
  -ms-word-break: normal;
  word-break: normal;
}

.xmd figure.no-text figcaption {
  display: none;
}

.xmd figure.right > a, .xmd figure.right > img {
  left: 60%;
  max-width: 40%;
  text-align: left;
}

.xmd figure.right figcaption {
  position: absolute;
  bottom: 0;
  right: 40%;
  text-align: right;
}

.xmd figure.center, .xmd figure.small, .xmd figure.xsmall {
  float: none;
  max-width: 80%;
  text-align: center;
  margin: 3% auto;
}

.xmd figure.center > a, .xmd figure.center > img, .xmd figure.small > a, .xmd figure.small > img, .xmd figure.xsmall > a, .xmd figure.xsmall > img {
  margin: 0 auto;
}

.xmd figure.xsmall {
  max-width: 60%;
}

.xmd figure.full, .xmd figure.xlarge {
  float: none;
  max-width: none;
  text-align: center;
  margin: 5% -9.5%;
}

.xmd figure.full > a, .xmd figure.full > img, .xmd figure.xlarge > a, .xmd figure.xlarge > img {
  width: 100%;
  margin: 0 auto;
}

.xmd figure.float-right {
  clear: both;
  float: right;
  max-width: 30%;
  text-align: right;
  margin: 3% auto 3% 5%;
}

.xmd figure.float-right > a, .xmd figure.float-right > img {
  margin-left: auto;
}

.xmd figure.video a {
  position: relative;
  background-color: #000;
  border: none;
}

.xmd figure.video a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7) url(images/play-button.png) center center no-repeat;
  z-index: 2;
}

.xmd figure.video a:hover:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.xmd .tc2, .xmd .tc3, .xmd .tc4 {
  min-width: 90%;
  max-width: 100%;
  text-align: center;
  margin: 3% auto;
}

.xmd .tc2 th, .xmd .tc2 td, .xmd .tc3 th, .xmd .tc3 td, .xmd .tc4 th, .xmd .tc4 td {
  vertical-align: bottom;
}

.xmd .tc2 th figure, .xmd .tc2 td figure, .xmd .tc3 th figure, .xmd .tc3 td figure, .xmd .tc4 th figure, .xmd .tc4 td figure {
  display: block;
  margin: 0 auto;
}

.xmd .tc2 .l, .xmd .tc3 .l, .xmd .tc4 .l {
  text-align: center;
  background-color: #999;
  color: #fff;
  padding: 0.5% 3%;
  overflow-wrap: normal;
  word-wrap: normal;
  -ms-word-break: normal;
  word-break: normal;
}

.xmd .tc2.no-text .l, .xmd .tc3.no-text .l, .xmd .tc4.no-text .l {
  display: none;
}

.xmd .tc2 th, .xmd .tc2 td {
  width: 50%;
}

.xmd .tc3 th, .xmd .tc3 td {
  width: 33.34%;
}

.xmd .tc4 th, .xmd .tc4 td {
  width: 25%;
}

.xmd ul, .xmd ol {
  margin: 3% auto 3% 4%;
}

.xmd ul ul, .xmd ul ol, .xmd ol ul, .xmd ol ol {
  margin: 0 auto 0 4%;
}

.xmd ul {
  list-style: none;
}

.xmd ul li {
  list-style-type: none !important;
}
.xmd ul li:before {
  content: '\2022';
  position: absolute;
  display: block;
  left: -3%;
  /*line-height: 135%;*/
}

.xmd .lead {
  font-weight: 100;
  font-size: 3vw;
  line-height: 125%;
  font-family: Pragmatica,sans-serif;
  margin-bottom: 5%;
}

.xmd .catcher {
  display: none;
}

.xmd .highlight {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  font-weight: normal;
  font-size: 18px;
  line-height: 135%;
  font-family: Consolas;
  white-space: pre;
  margin: 4% auto;
}

.xmd .highlight .wrapper {
  display: inline-block;
  min-width: 100%;
}

.xmd .highlight .wrapper *:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: solid 1px #ccc;
}

.xmd .highlight .wrapper span {
  display: inline-block;
}

.xmd .highlight .wrapper .l {
  display: block !important;
}

.xmd .tcols {
  border-collapse: collapse;
  width: 100%;
  margin: 3% auto;
}

.xmd .tcols thead {
  background-color: #f00;
  color: #fff;
}

.xmd .tcols thead th, .xmd .tcols thead td {
  font-weight: bold;
  border: solid 1px #f00;
}

.xmd .tcols th, .xmd .tcols td {
  border: solid 1px #ddd;
  padding: 1% 2%;
}

.xmd .tcols th:before, .xmd .tcols td:before {
  display: none;
}

.xmd .tcols.cols4, .xmd .tcols.cols5, .xmd .tcols.cols6, .xmd .tcols.cols7, .xmd .tcols.cols8, .xmd .tcols.cols9 {
  counter-reset: table-counter;
  width: 80%;
  margin: 5% 10% 0;
}

.xmd .tcols.cols4 thead, .xmd .tcols.cols5 thead, .xmd .tcols.cols6 thead, .xmd .tcols.cols7 thead, .xmd .tcols.cols8 thead, .xmd .tcols.cols9 thead {
  display: none;
}

.xmd .tcols.cols4 tbody td, .xmd .tcols.cols5 tbody td, .xmd .tcols.cols6 tbody td, .xmd .tcols.cols7 tbody td, .xmd .tcols.cols8 tbody td, .xmd .tcols.cols9 tbody td {
  display: block;
  border: none;
  padding-right: 1%;
}

.xmd .tcols.cols4 tbody td:before, .xmd .tcols.cols5 tbody td:before, .xmd .tcols.cols6 tbody td:before, .xmd .tcols.cols7 tbody td:before, .xmd .tcols.cols8 tbody td:before, .xmd .tcols.cols9 tbody td:before {
  display: inline;
  font-weight: bold;
}

.xmd .tcols.cols4 tbody td:first-of-type, .xmd .tcols.cols5 tbody td:first-of-type, .xmd .tcols.cols6 tbody td:first-of-type, .xmd .tcols.cols7 tbody td:first-of-type, .xmd .tcols.cols8 tbody td:first-of-type, .xmd .tcols.cols9 tbody td:first-of-type {
  font-weight: 700;
  font-family: Pragmatica,sans-serif;
  padding: 0.8% 1% 0;
  margin-bottom: 1%;
}

.xmd .tcols.cols4 tbody td:first-of-type:before, .xmd .tcols.cols5 tbody td:first-of-type:before, .xmd .tcols.cols6 tbody td:first-of-type:before, .xmd .tcols.cols7 tbody td:first-of-type:before, .xmd .tcols.cols8 tbody td:first-of-type:before, .xmd .tcols.cols9 tbody td:first-of-type:before {
  counter-increment: table-counter;
  content: counter(table-counter) ". ";
}

.xmd .tcols.cols4 tbody td:last-of-type, .xmd .tcols.cols5 tbody td:last-of-type, .xmd .tcols.cols6 tbody td:last-of-type, .xmd .tcols.cols7 tbody td:last-of-type, .xmd .tcols.cols8 tbody td:last-of-type, .xmd .tcols.cols9 tbody td:last-of-type {
  margin-bottom: 5%;
}

.xmd .panel > *:first-child:not(:empty), .xmd .panel > div > *:first-child:not(:empty) {
  margin-top: 0 !important;
}

.xmd .panel br {
  display: none;
}

.xmd .panel .highlight {
  background-color: #fff;
  padding: 1%;
}

.xmd .panel figure {
  max-width: 100%;
  margin: 3% auto;
}

.xmd .panel figure.full, .xmd .panel figure.xlarge {
  margin: 5% auto;
}

.xmd .panel blockquote {
  font-size: 93%;
  color: #fff;
  padding: 3% 8%;
}

.xmd .panel blockquote p {
  display: block !important;
}

.xmd .panel blockquote p:first-of-type {
  position: relative;
  text-indent: 4%;
  margin-top: -2vw;
}

.xmd .panel .tcols {
  margin: 3% auto;
}

.xmd .panel .tcols thead {
  color: #000;
  background-color: #ddd;
}

.xmd .panel .tcols thead th, .xmd .panel .tcols thead td {
  border-color: #ddd;
}

.xmd .panel.default, .xmd .panel[class='panel'] {
  background-color: #4c4c4e;
  color: #fff;
  padding: 4%;
  margin: 4% -4%;
}

.xmd .panel.default h4, .xmd .panel.default h2, .xmd .panel.default h3, .xmd .panel[class='panel'] h4, .xmd .panel[class='panel'] h2, .xmd .panel[class='panel'] h3 {
  font-weight: bold;
  font-size: 3.8vw;
  font-family: NewsGothicTLCond;
  color: #ddd;
}

.xmd .panel.default img, .xmd .panel[class='panel'] img {
  height: auto;
}

.xmd .panel.www, .xmd .panel.info, .xmd .panel.warning, .xmd .panel.danger, .xmd .panel.greeting {
  max-width: 70%;
  min-height: 10vw;
  font-weight: normal;
  font-size: 2.35vw;
  line-height: 130%;
  font-family: PragmaticaCond;
  padding-left: 100px !important;
  margin: 6vw auto;
}

.xmd .panel.www:before, .xmd .panel.info:before, .xmd .panel.warning:before, .xmd .panel.danger:before, .xmd .panel.greeting:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: #eee url(images/panel-info.png) center center no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.xmd .panel .warning-inner, .xmd .panel .alert-inner, .xmd .panel .www-inner, .xmd .panel .info-inner, .xmd .panel .greeting-inner {
  text-align: left !important;
  border: none !important;
  padding: 0 !important;
}

.xmd .panel.www h4, .xmd .panel.www h2, .xmd .panel.www h3, .xmd .panel.info h4, .xmd .panel.info h2, .xmd .panel.info h3, .xmd .panel.warning h4, .xmd .panel.warning h2, .xmd .panel.warning h3, .xmd .panel.danger h4, .xmd .panel.danger h2, .xmd .panel.danger h3, .xmd .panel.greeting h4, .xmd .panel.greeting h2, .xmd .panel.greeting h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  font-family: FedraSerifAPro !important;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 2%;
  margin-top: 0;
}

.xmd .panel.www img, .xmd .panel.info img, .xmd .panel.warning img, .xmd .panel.danger img, .xmd .panel.greeting img {
  display: none;
}

.xmd .panel.term {
  background-color: #111;
  color: #0f0;
  padding: 0 2%;
  font: normal 86%/140% Consolas,monospace;
  text-align: left;
  white-space: pre-wrap;
}

.xmd .panel.term br {
  display: initial;
}

.xmd .panel.term code {
  font-size: unset;
}

.xmd .panel.term p {
  text-indent: 0 !important;
  margin: 0 !important;
}

.xmd .panel.term .highlight {
  background-color: transparent;
  color: #0f0;
}

.xmd .panel.term .highlight .wrapper *:after {
  display: none !important;
}

.xmd .panel.greeting:before {
  background-image: url(images/panel-greeting.png);
}

.xmd .panel.danger:before {
  background-image: url(images/panel-warning.png);
}

.xmd .panel.warning:before {
  background-image: url(images/panel-warning.png);
}

.xmd .panel.info:before {
  background-image: url(images/panel-info.png);
}

.xmd .panel.www:before {
  background-image: url(images/panel-www.png);
}

.xmd .youtube, .xmd .vimeo {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #333;
  font-weight: bold;
  line-height: 36px;
  border: none;
  white-space: nowrap;
  padding: 3vw 3vw 2.6vw;
  margin: 4% 5% 6%;
  border-radius: 3vw;
}

.xmd .youtube:before, .xmd .vimeo:before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: -1.2vw 2vw -1.2vw 0;
}

.xmd .youtube {
  background-color: #eb381a;
}

.xmd .youtube:before {
  background: url(/images/youtube-button.png) center center no-repeat;
}

.xmd .vimeo {
  background-color: #1ab7ea;
}

.xmd .vimeo:before {
  background: url(/images/vimeo-button.png) center center no-repeat;
}

.xmd .toch, .xmd .wp-polls, .xmd .wp-polls-loading, .xmd .panel br {
  display: none;
}

.xmd .nobr {
  display: inline-block;
  white-space: nowrap !important;
  text-indent: initial;
}

.xmd h1:empty, .xmd h2:empty, .xmd h3:empty, .xmd h4:empty, .xmd h5:empty, .xmd h6:empty, .xmd p:empty, .xmd pre:empty, .xmd code:empty, .xmd blockquote:empty, .xmd ul:empty, .xmd ol:empty, .xmd table:empty, .xmd figure:empty, .xmd figcaption:empty, .xmd div:empty {
  display: none;
}

.xmd > pre, .xmd > code, .xmd > blockquote, .xmd > ul, .xmd > ol, .xmd > table, .xmd > figure, .xmd > div {
  margin-top: 3%;
  margin-bottom: 3%;
}

.xmd > pre + p:not(:empty), .xmd > code + p:not(:empty), .xmd > blockquote + p:not(:empty), .xmd > ul + p:not(:empty), .xmd > ol + p:not(:empty), .xmd > table + p:not(:empty), .xmd > figure + p:not(:empty), .xmd > div + p:not(:empty) {
  text-indent: 0;
  margin-top: 3%;
}

.xmd figure[class*="float-"] + p:not(:empty) {
  text-indent: 4%;
  margin-top: 0;
}

.xmd h1, .xmd h2, .xmd h3, .xmd h4, .xmd h5, .xmd h6 {
  margin-top: 5%;
}

.xmd h1 + *, .xmd h2 + *, .xmd h3 + *, .xmd h4 + *, .xmd h5 + *, .xmd h6 + * {
  margin-top: 0 !important;
}

.xmd h1 + figure, .xmd h2 + figure, .xmd h3 + figure, .xmd h4 + figure, .xmd h5 + figure, .xmd h6 + figure {
  margin-top: 3% !important;
}







/* code */
.highlight{background:#FFFFFF;color:#929292}.highlight .hll{background-color:#EFEFEF}.highlight .c{color:#929292}.highlight .err{background:#C82829;color:#FFFFFF}.highlight .k{color:#8959A8}.highlight .l{color:#F5871F}.highlight .n{color:#929292}.highlight .o{color:#545454}.highlight .p{color:#929292}.highlight .cm{color:#929292}.highlight .cp{color:#929292}.highlight .c1{color:#929292}.highlight .cs{color:#929292}.highlight .gd{color:#C82829}.highlight .ge{font-style:italic}.highlight .gh{color:#545454;font-weight:bold}.highlight .gi{color:#718C00}.highlight .gp{color:#718C00;font-weight:bold}.highlight .gs{font-weight:bold}.highlight .gu{color:#3E999F;font-weight:bold}.highlight .kc{color:#8959A8}.highlight .kd{color:#8959A8}.highlight .kn{color:#3E999F}.highlight .kp{color:#4271AE}.highlight .kr{color:#8959A8}.highlight .kt{color:#EAB700}.highlight .ld{color:#718C00}.highlight .m{color:#F5871F}.highlight .s{color:#718C00}.highlight .na{color:#4271AE}.highlight .nb{color:#4271AE}.highlight .nc{color:#EAB700}.highlight .no{color:#EAB700}.highlight .nd{color:#3E999F}.highlight .ni{color:#545454}.highlight .ne{color:#C82829}.highlight .nf{color:#4271AE}.highlight .nl{color:#545454}.highlight .nn{color:#EAB700}.highlight .nx{color:#4271AE}.highlight .py{color:#545454}.highlight .nt{color:#3E999F}.highlight .nv{color:#C82829}.highlight .ow{color:#3E999F}.highlight .w{color:#545454}.highlight .mf{color:#F5871F}.highlight .mh{color:#F5871F}.highlight .mi{color:#F5871F}.highlight .mo{color:#F5871F}.highlight .sb{color:#718C00}.highlight .sc{color:#545454}.highlight .sd{color:#929292}.highlight .s2{color:#718C00}.highlight .se{color:#F5871F}.highlight .sh{color:#718C00}.highlight .si{color:#F5871F}.highlight .sx{color:#718C00}.highlight .sr{color:#718C00}.highlight .s1{color:#718C00}.highlight .ss{color:#718C00}.highlight .bp{color:#545454}.highlight .vc{color:#C82829}.highlight .vg{color:#C82829}.highlight .vi{color:#C82829}.highlight .il{color:#F5871F}
