@charset "utf-8";

body {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 100;
}
.scheme_original body {
  color: #8d9091;
}
.scheme_light body {
  color: #8A8A8A;
}
.scheme_dark body {
  color: #A6AAAB;
}
.scheme_darker body {
  color: #A6AAAB;
}
.scheme_color body {
  color: #F0F0F0;
}
[class*="scheme_"] .scheme_color {
  color: #ffffff;
}
h1 {
  font-size: 3em;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2.25em;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 0.6667em;
  margin-bottom: 0.8em;
}
h3 {
  font-size: 1.625em;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 0.6667em;
  margin-bottom: 0.7em;
}
h4 {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 500;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}
h5 {
  font-size: 0.875em;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 1.2em;
  margin-bottom: 2em;
}
h6 {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 100;
  margin-top: 1.25em;
  margin-bottom: 0.7em;
}
.scheme_original h1,
.scheme_original h2,
.scheme_original h3,
.scheme_original h4,
.scheme_original h5,
.scheme_original h6,
.scheme_original h1 a,
.scheme_original h2 a,
.scheme_original h3 a,
.scheme_original h4 a,
.scheme_original h5 a,
.scheme_original h6 a {
  color: #232a34;
}
.scheme_light h1,
.scheme_light h2,
.scheme_light h3,
.scheme_light h4,
.scheme_light h5,
.scheme_light h6,
.scheme_light h1 a,
.scheme_light h2 a,
.scheme_light h3 a,
.scheme_light h4 a,
.scheme_light h5 a,
.scheme_light h6 a {
  color: #232A34;
}
.scheme_dark h1,
.scheme_dark h2,
.scheme_dark h3,
.scheme_dark h4,
.scheme_dark h5,
.scheme_dark h6,
.scheme_dark h1 a,
.scheme_dark h2 a,
.scheme_dark h3 a,
.scheme_dark h4 a,
.scheme_dark h5 a,
.scheme_dark h6 a {
  color: #E0E0E0;
}
.scheme_darker h1,
.scheme_darker h2,
.scheme_darker h3,
.scheme_darker h4,
.scheme_darker h5,
.scheme_darker h6,
.scheme_darker h1 a,
.scheme_darker h2 a,
.scheme_darker h3 a,
.scheme_darker h4 a,
.scheme_darker h5 a,
.scheme_darker h6 a {
  color: #E0E0E0;
}
.scheme_color h1,
.scheme_color h2,
.scheme_color h3,
.scheme_color h4,
.scheme_color h5,
.scheme_color h6,
.scheme_color h1 a,
.scheme_color h2 a,
.scheme_color h3 a,
.scheme_color h4 a,
.scheme_color h5 a,
.scheme_color h6 a {
  color: #FFFFFF;
}
.scheme_original a {
  color: #0053a5;
}
.scheme_light a {
  color: #0053a5;
}
.scheme_dark a {
  color: #A6AAAB;
}
.scheme_darker a {
  color: #FFFFFF;
}
.scheme_color a {
  color: #ffffff;
}
.scheme_original a:hover {
  color: #ef519d;
}
.scheme_light a:hover {
  color: #ef519d;
}
.scheme_dark a:hover {
  color: #FFFFFF;
}
.scheme_darker a:hover {
  color: #A6AAAB;
}
.scheme_color a:hover {
  color: #fafafa;
}
.scheme_original blockquote::before {
  color: rgba(35,42,52,0.1);
}
.scheme_light blockquote::before {
  color: rgba(35,42,52,0.1);
}
.scheme_dark blockquote::before {
  color: rgba(224,224,224,0.1);
}
.scheme_darker blockquote::before {
  color: rgba(224,224,224,0.1);
}
.scheme_color blockquote::before {
  color: rgba(255,255,255,0.1);
}
.scheme_original blockquote,
.scheme_original blockquote p {
  color: #232a34;
}
.scheme_light blockquote,
.scheme_light blockquote p {
  color: #232A34;
}
.scheme_dark blockquote,
.scheme_dark blockquote p {
  color: #E0E0E0;
}
.scheme_darker blockquote,
.scheme_darker blockquote p {
  color: #E0E0E0;
}
.scheme_color blockquote,
.scheme_color blockquote p {
  color: #FFFFFF;
}
.scheme_original .accent1 {
  color: #0053a5;
}
.scheme_light .accent1 {
  color: #0053a5;
}
.scheme_dark .accent1 {
  color: #A6AAAB;
}
.scheme_darker .accent1 {
  color: #FFFFFF;
}
.scheme_color .accent1 {
  color: #ffffff;
}
.scheme_original .accent1_bgc {
  background-color: #0053a5;
}
.scheme_light .accent1_bgc {
  background-color: #0053a5;
}
.scheme_dark .accent1_bgc {
  background-color: #A6AAAB;
}
.scheme_darker .accent1_bgc {
  background-color: #FFFFFF;
}
.scheme_color .accent1_bgc {
  background-color: #ffffff;
}
.scheme_original .accent1_bg {
  background: #0053a5;
}
.scheme_light .accent1_bg {
  background: #0053a5;
}
.scheme_dark .accent1_bg {
  background: #A6AAAB;
}
.scheme_darker .accent1_bg {
  background: #FFFFFF;
}
.scheme_color .accent1_bg {
  background: #ffffff;
}
.scheme_original .accent1_border {
  border-color: #0053a5;
}
.scheme_light .accent1_border {
  border-color: #0053a5;
}
.scheme_dark .accent1_border {
  border-color: #A6AAAB;
}
.scheme_darker .accent1_border {
  border-color: #FFFFFF;
}
.scheme_color .accent1_border {
  border-color: #ffffff;
}
.scheme_original a.accent1:hover {
  color: #ef519d;
}
.scheme_light a.accent1:hover {
  color: #ef519d;
}
.scheme_dark a.accent1:hover {
  color: #FFFFFF;
}
.scheme_darker a.accent1:hover {
  color: #A6AAAB;
}
.scheme_color a.accent1:hover {
  color: #fafafa;
}
.scheme_original .post_content.ih-item.circle.effect1.colored .info,
.scheme_original .post_content.ih-item.circle.effect2.colored .info,
.scheme_original .post_content.ih-item.circle.effect3.colored .info,
.scheme_original .post_content.ih-item.circle.effect4.colored .info,
.scheme_original .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_original .post_content.ih-item.circle.effect6.colored .info,
.scheme_original .post_content.ih-item.circle.effect7.colored .info,
.scheme_original .post_content.ih-item.circle.effect8.colored .info,
.scheme_original .post_content.ih-item.circle.effect9.colored .info,
.scheme_original .post_content.ih-item.circle.effect10.colored .info,
.scheme_original .post_content.ih-item.circle.effect11.colored .info,
.scheme_original .post_content.ih-item.circle.effect12.colored .info,
.scheme_original .post_content.ih-item.circle.effect13.colored .info,
.scheme_original .post_content.ih-item.circle.effect14.colored .info,
.scheme_original .post_content.ih-item.circle.effect15.colored .info,
.scheme_original .post_content.ih-item.circle.effect16.colored .info,
.scheme_original .post_content.ih-item.circle.effect18.colored .info .info-back,
.scheme_original .post_content.ih-item.circle.effect19.colored .info,
.scheme_original .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_original .post_content.ih-item.square.effect1.colored .info,
.scheme_original .post_content.ih-item.square.effect2.colored .info,
.scheme_original .post_content.ih-item.square.effect3.colored .info,
.scheme_original .post_content.ih-item.square.effect4.colored .mask1,
.scheme_original .post_content.ih-item.square.effect4.colored .mask2,
.scheme_original .post_content.ih-item.square.effect5.colored .info,
.scheme_original .post_content.ih-item.square.effect6.colored .info,
.scheme_original .post_content.ih-item.square.effect7.colored .info,
.scheme_original .post_content.ih-item.square.effect8.colored .info,
.scheme_original .post_content.ih-item.square.effect9.colored .info .info-back,
.scheme_original .post_content.ih-item.square.effect10.colored .info,
.scheme_original .post_content.ih-item.square.effect11.colored .info,
.scheme_original .post_content.ih-item.square.effect12.colored .info,
.scheme_original .post_content.ih-item.square.effect13.colored .info,
.scheme_original .post_content.ih-item.square.effect14.colored .info,
.scheme_original .post_content.ih-item.square.effect15.colored .info,
.scheme_original .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_original .post_content.ih-item.square.effect_book.colored .info {
  background: #0053a5;
}
.scheme_light .post_content.ih-item.circle.effect1.colored .info,
.scheme_light .post_content.ih-item.circle.effect2.colored .info,
.scheme_light .post_content.ih-item.circle.effect3.colored .info,
.scheme_light .post_content.ih-item.circle.effect4.colored .info,
.scheme_light .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_light .post_content.ih-item.circle.effect6.colored .info,
.scheme_light .post_content.ih-item.circle.effect7.colored .info,
.scheme_light .post_content.ih-item.circle.effect8.colored .info,
.scheme_light .post_content.ih-item.circle.effect9.colored .info,
.scheme_light .post_content.ih-item.circle.effect10.colored .info,
.scheme_light .post_content.ih-item.circle.effect11.colored .info,
.scheme_light .post_content.ih-item.circle.effect12.colored .info,
.scheme_light .post_content.ih-item.circle.effect13.colored .info,
.scheme_light .post_content.ih-item.circle.effect14.colored .info,
.scheme_light .post_content.ih-item.circle.effect15.colored .info,
.scheme_light .post_content.ih-item.circle.effect16.colored .info,
.scheme_light .post_content.ih-item.circle.effect18.colored .info .info-back,
.scheme_light .post_content.ih-item.circle.effect19.colored .info,
.scheme_light .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_light .post_content.ih-item.square.effect1.colored .info,
.scheme_light .post_content.ih-item.square.effect2.colored .info,
.scheme_light .post_content.ih-item.square.effect3.colored .info,
.scheme_light .post_content.ih-item.square.effect4.colored .mask1,
.scheme_light .post_content.ih-item.square.effect4.colored .mask2,
.scheme_light .post_content.ih-item.square.effect5.colored .info,
.scheme_light .post_content.ih-item.square.effect6.colored .info,
.scheme_light .post_content.ih-item.square.effect7.colored .info,
.scheme_light .post_content.ih-item.square.effect8.colored .info,
.scheme_light .post_content.ih-item.square.effect9.colored .info .info-back,
.scheme_light .post_content.ih-item.square.effect10.colored .info,
.scheme_light .post_content.ih-item.square.effect11.colored .info,
.scheme_light .post_content.ih-item.square.effect12.colored .info,
.scheme_light .post_content.ih-item.square.effect13.colored .info,
.scheme_light .post_content.ih-item.square.effect14.colored .info,
.scheme_light .post_content.ih-item.square.effect15.colored .info,
.scheme_light .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_light .post_content.ih-item.square.effect_book.colored .info {
  background: #0053a5;
}
.scheme_dark .post_content.ih-item.circle.effect1.colored .info,
.scheme_dark .post_content.ih-item.circle.effect2.colored .info,
.scheme_dark .post_content.ih-item.circle.effect3.colored .info,
.scheme_dark .post_content.ih-item.circle.effect4.colored .info,
.scheme_dark .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_dark .post_content.ih-item.circle.effect6.colored .info,
.scheme_dark .post_content.ih-item.circle.effect7.colored .info,
.scheme_dark .post_content.ih-item.circle.effect8.colored .info,
.scheme_dark .post_content.ih-item.circle.effect9.colored .info,
.scheme_dark .post_content.ih-item.circle.effect10.colored .info,
.scheme_dark .post_content.ih-item.circle.effect11.colored .info,
.scheme_dark .post_content.ih-item.circle.effect12.colored .info,
.scheme_dark .post_content.ih-item.circle.effect13.colored .info,
.scheme_dark .post_content.ih-item.circle.effect14.colored .info,
.scheme_dark .post_content.ih-item.circle.effect15.colored .info,
.scheme_dark .post_content.ih-item.circle.effect16.colored .info,
.scheme_dark .post_content.ih-item.circle.effect18.colored .info .info-back,
.scheme_dark .post_content.ih-item.circle.effect19.colored .info,
.scheme_dark .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_dark .post_content.ih-item.square.effect1.colored .info,
.scheme_dark .post_content.ih-item.square.effect2.colored .info,
.scheme_dark .post_content.ih-item.square.effect3.colored .info,
.scheme_dark .post_content.ih-item.square.effect4.colored .mask1,
.scheme_dark .post_content.ih-item.square.effect4.colored .mask2,
.scheme_dark .post_content.ih-item.square.effect5.colored .info,
.scheme_dark .post_content.ih-item.square.effect6.colored .info,
.scheme_dark .post_content.ih-item.square.effect7.colored .info,
.scheme_dark .post_content.ih-item.square.effect8.colored .info,
.scheme_dark .post_content.ih-item.square.effect9.colored .info .info-back,
.scheme_dark .post_content.ih-item.square.effect10.colored .info,
.scheme_dark .post_content.ih-item.square.effect11.colored .info,
.scheme_dark .post_content.ih-item.square.effect12.colored .info,
.scheme_dark .post_content.ih-item.square.effect13.colored .info,
.scheme_dark .post_content.ih-item.square.effect14.colored .info,
.scheme_dark .post_content.ih-item.square.effect15.colored .info,
.scheme_dark .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_dark .post_content.ih-item.square.effect_book.colored .info {
  background: #A6AAAB;
}
.scheme_darker .post_content.ih-item.circle.effect1.colored .info,
.scheme_darker .post_content.ih-item.circle.effect2.colored .info,
.scheme_darker .post_content.ih-item.circle.effect3.colored .info,
.scheme_darker .post_content.ih-item.circle.effect4.colored .info,
.scheme_darker .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_darker .post_content.ih-item.circle.effect6.colored .info,
.scheme_darker .post_content.ih-item.circle.effect7.colored .info,
.scheme_darker .post_content.ih-item.circle.effect8.colored .info,
.scheme_darker .post_content.ih-item.circle.effect9.colored .info,
.scheme_darker .post_content.ih-item.circle.effect10.colored .info,
.scheme_darker .post_content.ih-item.circle.effect11.colored .info,
.scheme_darker .post_content.ih-item.circle.effect12.colored .info,
.scheme_darker .post_content.ih-item.circle.effect13.colored .info,
.scheme_darker .post_content.ih-item.circle.effect14.colored .info,
.scheme_darker .post_content.ih-item.circle.effect15.colored .info,
.scheme_darker .post_content.ih-item.circle.effect16.colored .info,
.scheme_darker .post_content.ih-item.circle.effect18.colored .info .info-back,
.scheme_darker .post_content.ih-item.circle.effect19.colored .info,
.scheme_darker .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_darker .post_content.ih-item.square.effect1.colored .info,
.scheme_darker .post_content.ih-item.square.effect2.colored .info,
.scheme_darker .post_content.ih-item.square.effect3.colored .info,
.scheme_darker .post_content.ih-item.square.effect4.colored .mask1,
.scheme_darker .post_content.ih-item.square.effect4.colored .mask2,
.scheme_darker .post_content.ih-item.square.effect5.colored .info,
.scheme_darker .post_content.ih-item.square.effect6.colored .info,
.scheme_darker .post_content.ih-item.square.effect7.colored .info,
.scheme_darker .post_content.ih-item.square.effect8.colored .info,
.scheme_darker .post_content.ih-item.square.effect9.colored .info .info-back,
.scheme_darker .post_content.ih-item.square.effect10.colored .info,
.scheme_darker .post_content.ih-item.square.effect11.colored .info,
.scheme_darker .post_content.ih-item.square.effect12.colored .info,
.scheme_darker .post_content.ih-item.square.effect13.colored .info,
.scheme_darker .post_content.ih-item.square.effect14.colored .info,
.scheme_darker .post_content.ih-item.square.effect15.colored .info,
.scheme_darker .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_darker .post_content.ih-item.square.effect_book.colored .info {
  background: #FFFFFF;
}
.scheme_color .post_content.ih-item.circle.effect1.colored .info,
.scheme_color .post_content.ih-item.circle.effect2.colored .info,
.scheme_color .post_content.ih-item.circle.effect3.colored .info,
.scheme_color .post_content.ih-item.circle.effect4.colored .info,
.scheme_color .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_color .post_content.ih-item.circle.effect6.colored .info,
.scheme_color .post_content.ih-item.circle.effect7.colored .info,
.scheme_color .post_content.ih-item.circle.effect8.colored .info,
.scheme_color .post_content.ih-item.circle.effect9.colored .info,
.scheme_color .post_content.ih-item.circle.effect10.colored .info,
.scheme_color .post_content.ih-item.circle.effect11.colored .info,
.scheme_color .post_content.ih-item.circle.effect12.colored .info,
.scheme_color .post_content.ih-item.circle.effect13.colored .info,
.scheme_color .post_content.ih-item.circle.effect14.colored .info,
.scheme_color .post_content.ih-item.circle.effect15.colored .info,
.scheme_color .post_content.ih-item.circle.effect16.colored .info,
.scheme_color .post_content.ih-item.circle.effect18.colored .info .info-back,
.scheme_color .post_content.ih-item.circle.effect19.colored .info,
.scheme_color .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_color .post_content.ih-item.square.effect1.colored .info,
.scheme_color .post_content.ih-item.square.effect2.colored .info,
.scheme_color .post_content.ih-item.square.effect3.colored .info,
.scheme_color .post_content.ih-item.square.effect4.colored .mask1,
.scheme_color .post_content.ih-item.square.effect4.colored .mask2,
.scheme_color .post_content.ih-item.square.effect5.colored .info,
.scheme_color .post_content.ih-item.square.effect6.colored .info,
.scheme_color .post_content.ih-item.square.effect7.colored .info,
.scheme_color .post_content.ih-item.square.effect8.colored .info,
.scheme_color .post_content.ih-item.square.effect9.colored .info .info-back,
.scheme_color .post_content.ih-item.square.effect10.colored .info,
.scheme_color .post_content.ih-item.square.effect11.colored .info,
.scheme_color .post_content.ih-item.square.effect12.colored .info,
.scheme_color .post_content.ih-item.square.effect13.colored .info,
.scheme_color .post_content.ih-item.square.effect14.colored .info,
.scheme_color .post_content.ih-item.square.effect15.colored .info,
.scheme_color .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_color .post_content.ih-item.square.effect_book.colored .info {
  background: #ffffff;
}
.scheme_original .post_content.ih-item.circle.effect1.colored .info,
.scheme_original .post_content.ih-item.circle.effect2.colored .info,
.scheme_original .post_content.ih-item.circle.effect3.colored .info,
.scheme_original .post_content.ih-item.circle.effect4.colored .info,
.scheme_original .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_original .post_content.ih-item.circle.effect6.colored .info,
.scheme_original .post_content.ih-item.circle.effect7.colored .info,
.scheme_original .post_content.ih-item.circle.effect8.colored .info,
.scheme_original .post_content.ih-item.circle.effect9.colored .info,
.scheme_original .post_content.ih-item.circle.effect10.colored .info,
.scheme_original .post_content.ih-item.circle.effect11.colored .info,
.scheme_original .post_content.ih-item.circle.effect12.colored .info,
.scheme_original .post_content.ih-item.circle.effect13.colored .info,
.scheme_original .post_content.ih-item.circle.effect14.colored .info,
.scheme_original .post_content.ih-item.circle.effect15.colored .info,
.scheme_original .post_content.ih-item.circle.effect16.colored .info,
.scheme_original .post_content.ih-item.circle.effect18.colored .info .info-back,
.scheme_original .post_content.ih-item.circle.effect19.colored .info,
.scheme_original .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_original .post_content.ih-item.square.effect1.colored .info,
.scheme_original .post_content.ih-item.square.effect2.colored .info,
.scheme_original .post_content.ih-item.square.effect3.colored .info,
.scheme_original .post_content.ih-item.square.effect4.colored .mask1,
.scheme_original .post_content.ih-item.square.effect4.colored .mask2,
.scheme_original .post_content.ih-item.square.effect5.colored .info,
.scheme_original .post_content.ih-item.square.effect6.colored .info,
.scheme_original .post_content.ih-item.square.effect7.colored .info,
.scheme_original .post_content.ih-item.square.effect8.colored .info,
.scheme_original .post_content.ih-item.square.effect9.colored .info .info-back,
.scheme_original .post_content.ih-item.square.effect10.colored .info,
.scheme_original .post_content.ih-item.square.effect11.colored .info,
.scheme_original .post_content.ih-item.square.effect12.colored .info,
.scheme_original .post_content.ih-item.square.effect13.colored .info,
.scheme_original .post_content.ih-item.square.effect14.colored .info,
.scheme_original .post_content.ih-item.square.effect15.colored .info,
.scheme_original .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_original .post_content.ih-item.square.effect_book.colored .info {
  color: #ffffff;
}
.scheme_light .post_content.ih-item.circle.effect1.colored .info,
.scheme_light .post_content.ih-item.circle.effect2.colored .info,
.scheme_light .post_content.ih-item.circle.effect3.colored .info,
.scheme_light .post_content.ih-item.circle.effect4.colored .info,
.scheme_light .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_light .post_content.ih-item.circle.effect6.colored .info,
.scheme_light .post_content.ih-item.circle.effect7.colored .info,
.scheme_light .post_content.ih-item.circle.effect8.colored .info,
.scheme_light .post_content.ih-item.circle.effect9.colored .info,
.scheme_light .post_content.ih-item.circle.effect10.colored .info,
.scheme_light .post_content.ih-item.circle.effect11.colored .info,
.scheme_light .post_content.ih-item.circle.effect12.colored .info,
.scheme_light .post_content.ih-item.circle.effect13.colored .info,
.scheme_light .post_content.ih-item.circle.effect14.colored .info,
.scheme_light .post_content.ih-item.circle.effect15.colored .info,
.scheme_light .post_content.ih-item.circle.effect16.colored .info,
.scheme_light .post_content.ih-item.circle.effect18.colored .info .info-back,
.scheme_light .post_content.ih-item.circle.effect19.colored .info,
.scheme_light .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_light .post_content.ih-item.square.effect1.colored .info,
.scheme_light .post_content.ih-item.square.effect2.colored .info,
.scheme_light .post_content.ih-item.square.effect3.colored .info,
.scheme_light .post_content.ih-item.square.effect4.colored .mask1,
.scheme_light .post_content.ih-item.square.effect4.colored .mask2,
.scheme_light .post_content.ih-item.square.effect5.colored .info,
.scheme_light .post_content.ih-item.square.effect6.colored .info,
.scheme_light .post_content.ih-item.square.effect7.colored .info,
.scheme_light .post_content.ih-item.square.effect8.colored .info,
.scheme_light .post_content.ih-item.square.effect9.colored .info .info-back,
.scheme_light .post_content.ih-item.square.effect10.colored .info,
.scheme_light .post_content.ih-item.square.effect11.colored .info,
.scheme_light .post_content.ih-item.square.effect12.colored .info,
.scheme_light .post_content.ih-item.square.effect13.colored .info,
.scheme_light .post_content.ih-item.square.effect14.colored .info,
.scheme_light .post_content.ih-item.square.effect15.colored .info,
.scheme_light .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_light .post_content.ih-item.square.effect_book.colored .info {
  color: #FFFFFF;
}
.scheme_dark .post_content.ih-item.circle.effect1.colored .info,
.scheme_dark .post_content.ih-item.circle.effect2.colored .info,
.scheme_dark .post_content.ih-item.circle.effect3.colored .info,
.scheme_dark .post_content.ih-item.circle.effect4.colored .info,
.scheme_dark .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_dark .post_content.ih-item.circle.effect6.colored .info,
.scheme_dark .post_content.ih-item.circle.effect7.colored .info,
.scheme_dark .post_content.ih-item.circle.effect8.colored .info,
.scheme_dark .post_content.ih-item.circle.effect9.colored .info,
.scheme_dark .post_content.ih-item.circle.effect10.colored .info,
.scheme_dark .post_content.ih-item.circle.effect11.colored .info,
.scheme_dark .post_content.ih-item.circle.effect12.colored .info,
.scheme_dark .post_content.ih-item.circle.effect13.colored .info,
.scheme_dark .post_content.ih-item.circle.effect14.colored .info,
.scheme_dark .post_content.ih-item.circle.effect15.colored .info,
.scheme_dark .post_content.ih-item.circle.effect16.colored .info,
.scheme_dark .post_content.ih-item.circle.effect18.colored .info .info-back,
.scheme_dark .post_content.ih-item.circle.effect19.colored .info,
.scheme_dark .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_dark .post_content.ih-item.square.effect1.colored .info,
.scheme_dark .post_content.ih-item.square.effect2.colored .info,
.scheme_dark .post_content.ih-item.square.effect3.colored .info,
.scheme_dark .post_content.ih-item.square.effect4.colored .mask1,
.scheme_dark .post_content.ih-item.square.effect4.colored .mask2,
.scheme_dark .post_content.ih-item.square.effect5.colored .info,
.scheme_dark .post_content.ih-item.square.effect6.colored .info,
.scheme_dark .post_content.ih-item.square.effect7.colored .info,
.scheme_dark .post_content.ih-item.square.effect8.colored .info,
.scheme_dark .post_content.ih-item.square.effect9.colored .info .info-back,
.scheme_dark .post_content.ih-item.square.effect10.colored .info,
.scheme_dark .post_content.ih-item.square.effect11.colored .info,
.scheme_dark .post_content.ih-item.square.effect12.colored .info,
.scheme_dark .post_content.ih-item.square.effect13.colored .info,
.scheme_dark .post_content.ih-item.square.effect14.colored .info,
.scheme_dark .post_content.ih-item.square.effect15.colored .info,
.scheme_dark .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_dark .post_content.ih-item.square.effect_book.colored .info {
  color: #E0E0E0;
}
.scheme_darker .post_content.ih-item.circle.effect1.colored .info,
.scheme_darker .post_content.ih-item.circle.effect2.colored .info,
.scheme_darker .post_content.ih-item.circle.effect3.colored .info,
.scheme_darker .post_content.ih-item.circle.effect4.colored .info,
.scheme_darker .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_darker .post_content.ih-item.circle.effect6.colored .info,
.scheme_darker .post_content.ih-item.circle.effect7.colored .info,
.scheme_darker .post_content.ih-item.circle.effect8.colored .info,
.scheme_darker .post_content.ih-item.circle.effect9.colored .info,
.scheme_darker .post_content.ih-item.circle.effect10.colored .info,
.scheme_darker .post_content.ih-item.circle.effect11.colored .info,
.scheme_darker .post_content.ih-item.circle.effect12.colored .info,
.scheme_darker .post_content.ih-item.circle.effect13.colored .info,
.scheme_darker .post_content.ih-item.circle.effect14.colored .info,
.scheme_darker .post_content.ih-item.circle.effect15.colored .info,
.scheme_darker .post_content.ih-item.circle.effect16.colored .info,
.scheme_darker .post_content.ih-item.circle.effect18.colored .info .info-back,
.scheme_darker .post_content.ih-item.circle.effect19.colored .info,
.scheme_darker .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_darker .post_content.ih-item.square.effect1.colored .info,
.scheme_darker .post_content.ih-item.square.effect2.colored .info,
.scheme_darker .post_content.ih-item.square.effect3.colored .info,
.scheme_darker .post_content.ih-item.square.effect4.colored .mask1,
.scheme_darker .post_content.ih-item.square.effect4.colored .mask2,
.scheme_darker .post_content.ih-item.square.effect5.colored .info,
.scheme_darker .post_content.ih-item.square.effect6.colored .info,
.scheme_darker .post_content.ih-item.square.effect7.colored .info,
.scheme_darker .post_content.ih-item.square.effect8.colored .info,
.scheme_darker .post_content.ih-item.square.effect9.colored .info .info-back,
.scheme_darker .post_content.ih-item.square.effect10.colored .info,
.scheme_darker .post_content.ih-item.square.effect11.colored .info,
.scheme_darker .post_content.ih-item.square.effect12.colored .info,
.scheme_darker .post_content.ih-item.square.effect13.colored .info,
.scheme_darker .post_content.ih-item.square.effect14.colored .info,
.scheme_darker .post_content.ih-item.square.effect15.colored .info,
.scheme_darker .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_darker .post_content.ih-item.square.effect_book.colored .info {
  color: #A6AAAB;
}
.scheme_color .post_content.ih-item.circle.effect1.colored .info,
.scheme_color .post_content.ih-item.circle.effect2.colored .info,
.scheme_color .post_content.ih-item.circle.effect3.colored .info,
.scheme_color .post_content.ih-item.circle.effect4.colored .info,
.scheme_color .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_color .post_content.ih-item.circle.effect6.colored .info,
.scheme_color .post_content.ih-item.circle.effect7.colored .info,
.scheme_color .post_content.ih-item.circle.effect8.colored .info,
.scheme_color .post_content.ih-item.circle.effect9.colored .info,
.scheme_color .post_content.ih-item.circle.effect10.colored .info,
.scheme_color .post_content.ih-item.circle.effect11.colored .info,
.scheme_color .post_content.ih-item.circle.effect12.colored .info,
.scheme_color .post_content.ih-item.circle.effect13.colored .info,
.scheme_color .post_content.ih-item.circle.effect14.colored .info,
.scheme_color .post_content.ih-item.circle.effect15.colored .info,
.scheme_color .post_content.ih-item.circle.effect16.colored .info,
.scheme_color .post_content.ih-item.circle.effect18.colored .info .info-back,
.scheme_color .post_content.ih-item.circle.effect19.colored .info,
.scheme_color .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_color .post_content.ih-item.square.effect1.colored .info,
.scheme_color .post_content.ih-item.square.effect2.colored .info,
.scheme_color .post_content.ih-item.square.effect3.colored .info,
.scheme_color .post_content.ih-item.square.effect4.colored .mask1,
.scheme_color .post_content.ih-item.square.effect4.colored .mask2,
.scheme_color .post_content.ih-item.square.effect5.colored .info,
.scheme_color .post_content.ih-item.square.effect6.colored .info,
.scheme_color .post_content.ih-item.square.effect7.colored .info,
.scheme_color .post_content.ih-item.square.effect8.colored .info,
.scheme_color .post_content.ih-item.square.effect9.colored .info .info-back,
.scheme_color .post_content.ih-item.square.effect10.colored .info,
.scheme_color .post_content.ih-item.square.effect11.colored .info,
.scheme_color .post_content.ih-item.square.effect12.colored .info,
.scheme_color .post_content.ih-item.square.effect13.colored .info,
.scheme_color .post_content.ih-item.square.effect14.colored .info,
.scheme_color .post_content.ih-item.square.effect15.colored .info,
.scheme_color .post_content.ih-item.circle.effect20.colored .info .info-back,
.scheme_color .post_content.ih-item.square.effect_book.colored .info {
  color: #F0F0F0;
}
.scheme_original .post_content.ih-item.circle.effect1.colored .info,
.scheme_original .post_content.ih-item.circle.effect2.colored .info,
.scheme_original .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_original .post_content.ih-item.circle.effect19.colored .info,
.scheme_original .post_content.ih-item.square.effect4.colored .mask1,
.scheme_original .post_content.ih-item.square.effect4.colored .mask2,
.scheme_original .post_content.ih-item.square.effect6.colored .info,
.scheme_original .post_content.ih-item.square.effect7.colored .info,
.scheme_original .post_content.ih-item.square.effect12.colored .info,
.scheme_original .post_content.ih-item.square.effect13.colored .info,
.scheme_original .post_content.ih-item.square.effect_more.colored .info,
.scheme_original .post_content.ih-item.square.effect_fade.colored:hover .info,
.scheme_original .post_content.ih-item.square.effect_dir.colored .info,
.scheme_original .post_content.ih-item.square.effect_shift.colored .info {
  /*background: rgba(255,150,0,0.6);*/
  background: rgba(255, 150, 0, 0.86);
}
.scheme_light .post_content.ih-item.circle.effect1.colored .info,
.scheme_light .post_content.ih-item.circle.effect2.colored .info,
.scheme_light .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_light .post_content.ih-item.circle.effect19.colored .info,
.scheme_light .post_content.ih-item.square.effect4.colored .mask1,
.scheme_light .post_content.ih-item.square.effect4.colored .mask2,
.scheme_light .post_content.ih-item.square.effect6.colored .info,
.scheme_light .post_content.ih-item.square.effect7.colored .info,
.scheme_light .post_content.ih-item.square.effect12.colored .info,
.scheme_light .post_content.ih-item.square.effect13.colored .info,
.scheme_light .post_content.ih-item.square.effect_more.colored .info,
.scheme_light .post_content.ih-item.square.effect_fade.colored:hover .info,
.scheme_light .post_content.ih-item.square.effect_dir.colored .info,
.scheme_light .post_content.ih-item.square.effect_shift.colored .info {
  background: rgba(255,150,0,0.6);
}
.scheme_dark .post_content.ih-item.circle.effect1.colored .info,
.scheme_dark .post_content.ih-item.circle.effect2.colored .info,
.scheme_dark .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_dark .post_content.ih-item.circle.effect19.colored .info,
.scheme_dark .post_content.ih-item.square.effect4.colored .mask1,
.scheme_dark .post_content.ih-item.square.effect4.colored .mask2,
.scheme_dark .post_content.ih-item.square.effect6.colored .info,
.scheme_dark .post_content.ih-item.square.effect7.colored .info,
.scheme_dark .post_content.ih-item.square.effect12.colored .info,
.scheme_dark .post_content.ih-item.square.effect13.colored .info,
.scheme_dark .post_content.ih-item.square.effect_more.colored .info,
.scheme_dark .post_content.ih-item.square.effect_fade.colored:hover .info,
.scheme_dark .post_content.ih-item.square.effect_dir.colored .info,
.scheme_dark .post_content.ih-item.square.effect_shift.colored .info {
  background: rgba(166,170,171,0.6);
}
.scheme_darker .post_content.ih-item.circle.effect1.colored .info,
.scheme_darker .post_content.ih-item.circle.effect2.colored .info,
.scheme_darker .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_darker .post_content.ih-item.circle.effect19.colored .info,
.scheme_darker .post_content.ih-item.square.effect4.colored .mask1,
.scheme_darker .post_content.ih-item.square.effect4.colored .mask2,
.scheme_darker .post_content.ih-item.square.effect6.colored .info,
.scheme_darker .post_content.ih-item.square.effect7.colored .info,
.scheme_darker .post_content.ih-item.square.effect12.colored .info,
.scheme_darker .post_content.ih-item.square.effect13.colored .info,
.scheme_darker .post_content.ih-item.square.effect_more.colored .info,
.scheme_darker .post_content.ih-item.square.effect_fade.colored:hover .info,
.scheme_darker .post_content.ih-item.square.effect_dir.colored .info,
.scheme_darker .post_content.ih-item.square.effect_shift.colored .info {
  background: rgba(255,255,255,0.6);
}
.scheme_color .post_content.ih-item.circle.effect1.colored .info,
.scheme_color .post_content.ih-item.circle.effect2.colored .info,
.scheme_color .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_color .post_content.ih-item.circle.effect19.colored .info,
.scheme_color .post_content.ih-item.square.effect4.colored .mask1,
.scheme_color .post_content.ih-item.square.effect4.colored .mask2,
.scheme_color .post_content.ih-item.square.effect6.colored .info,
.scheme_color .post_content.ih-item.square.effect7.colored .info,
.scheme_color .post_content.ih-item.square.effect12.colored .info,
.scheme_color .post_content.ih-item.square.effect13.colored .info,
.scheme_color .post_content.ih-item.square.effect_more.colored .info,
.scheme_color .post_content.ih-item.square.effect_fade.colored:hover .info,
.scheme_color .post_content.ih-item.square.effect_dir.colored .info,
.scheme_color .post_content.ih-item.square.effect_shift.colored .info {
  background: rgba(255,255,255,0.6);
}
.scheme_original .post_content.ih-item.circle.effect1.colored .info,
.scheme_original .post_content.ih-item.circle.effect2.colored .info,
.scheme_original .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_original .post_content.ih-item.circle.effect19.colored .info,
.scheme_original .post_content.ih-item.square.effect4.colored .mask1,
.scheme_original .post_content.ih-item.square.effect4.colored .mask2,
.scheme_original .post_content.ih-item.square.effect6.colored .info,
.scheme_original .post_content.ih-item.square.effect7.colored .info,
.scheme_original .post_content.ih-item.square.effect12.colored .info,
.scheme_original .post_content.ih-item.square.effect13.colored .info,
.scheme_original .post_content.ih-item.square.effect_more.colored .info,
.scheme_original .post_content.ih-item.square.effect_fade.colored:hover .info,
.scheme_original .post_content.ih-item.square.effect_dir.colored .info,
.scheme_original .post_content.ih-item.square.effect_shift.colored .info {
  color: #ffffff;
}
.scheme_light .post_content.ih-item.circle.effect1.colored .info,
.scheme_light .post_content.ih-item.circle.effect2.colored .info,
.scheme_light .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_light .post_content.ih-item.circle.effect19.colored .info,
.scheme_light .post_content.ih-item.square.effect4.colored .mask1,
.scheme_light .post_content.ih-item.square.effect4.colored .mask2,
.scheme_light .post_content.ih-item.square.effect6.colored .info,
.scheme_light .post_content.ih-item.square.effect7.colored .info,
.scheme_light .post_content.ih-item.square.effect12.colored .info,
.scheme_light .post_content.ih-item.square.effect13.colored .info,
.scheme_light .post_content.ih-item.square.effect_more.colored .info,
.scheme_light .post_content.ih-item.square.effect_fade.colored:hover .info,
.scheme_light .post_content.ih-item.square.effect_dir.colored .info,
.scheme_light .post_content.ih-item.square.effect_shift.colored .info {
  color: #FFFFFF;
}
.scheme_dark .post_content.ih-item.circle.effect1.colored .info,
.scheme_dark .post_content.ih-item.circle.effect2.colored .info,
.scheme_dark .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_dark .post_content.ih-item.circle.effect19.colored .info,
.scheme_dark .post_content.ih-item.square.effect4.colored .mask1,
.scheme_dark .post_content.ih-item.square.effect4.colored .mask2,
.scheme_dark .post_content.ih-item.square.effect6.colored .info,
.scheme_dark .post_content.ih-item.square.effect7.colored .info,
.scheme_dark .post_content.ih-item.square.effect12.colored .info,
.scheme_dark .post_content.ih-item.square.effect13.colored .info,
.scheme_dark .post_content.ih-item.square.effect_more.colored .info,
.scheme_dark .post_content.ih-item.square.effect_fade.colored:hover .info,
.scheme_dark .post_content.ih-item.square.effect_dir.colored .info,
.scheme_dark .post_content.ih-item.square.effect_shift.colored .info {
  color: #E0E0E0;
}
.scheme_darker .post_content.ih-item.circle.effect1.colored .info,
.scheme_darker .post_content.ih-item.circle.effect2.colored .info,
.scheme_darker .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_darker .post_content.ih-item.circle.effect19.colored .info,
.scheme_darker .post_content.ih-item.square.effect4.colored .mask1,
.scheme_darker .post_content.ih-item.square.effect4.colored .mask2,
.scheme_darker .post_content.ih-item.square.effect6.colored .info,
.scheme_darker .post_content.ih-item.square.effect7.colored .info,
.scheme_darker .post_content.ih-item.square.effect12.colored .info,
.scheme_darker .post_content.ih-item.square.effect13.colored .info,
.scheme_darker .post_content.ih-item.square.effect_more.colored .info,
.scheme_darker .post_content.ih-item.square.effect_fade.colored:hover .info,
.scheme_darker .post_content.ih-item.square.effect_dir.colored .info,
.scheme_darker .post_content.ih-item.square.effect_shift.colored .info {
  color: #A6AAAB;
}
.scheme_color .post_content.ih-item.circle.effect1.colored .info,
.scheme_color .post_content.ih-item.circle.effect2.colored .info,
.scheme_color .post_content.ih-item.circle.effect5.colored .info .info-back,
.scheme_color .post_content.ih-item.circle.effect19.colored .info,
.scheme_color .post_content.ih-item.square.effect4.colored .mask1,
.scheme_color .post_content.ih-item.square.effect4.colored .mask2,
.scheme_color .post_content.ih-item.square.effect6.colored .info,
.scheme_color .post_content.ih-item.square.effect7.colored .info,
.scheme_color .post_content.ih-item.square.effect12.colored .info,
.scheme_color .post_content.ih-item.square.effect13.colored .info,
.scheme_color .post_content.ih-item.square.effect_more.colored .info,
.scheme_color .post_content.ih-item.square.effect_fade.colored:hover .info,
.scheme_color .post_content.ih-item.square.effect_dir.colored .info,
.scheme_color .post_content.ih-item.square.effect_shift.colored .info {
  color: #F0F0F0;
}
.post_content.ih-item.square.effect_shift.colored .info {
  z-index: 1;
}
.scheme_original .post_content.ih-item.circle.effect1 .spinner {
  border-right-color: #0053a5;
}
.scheme_light .post_content.ih-item.circle.effect1 .spinner {
  border-right-color: #0053a5;
}
.scheme_dark .post_content.ih-item.circle.effect1 .spinner {
  border-right-color: #A6AAAB;
}
.scheme_darker .post_content.ih-item.circle.effect1 .spinner {
  border-right-color: #FFFFFF;
}
.scheme_color .post_content.ih-item.circle.effect1 .spinner {
  border-right-color: #ffffff;
}
.scheme_original .post_content.ih-item.circle.effect1 .spinner {
  border-bottom-color: #0053a5;
}
.scheme_light .post_content.ih-item.circle.effect1 .spinner {
  border-bottom-color: #0053a5;
}
.scheme_dark .post_content.ih-item.circle.effect1 .spinner {
  border-bottom-color: #A6AAAB;
}
.scheme_darker .post_content.ih-item.circle.effect1 .spinner {
  border-bottom-color: #FFFFFF;
}
.scheme_color .post_content.ih-item.circle.effect1 .spinner {
  border-bottom-color: #ffffff;
}
.scheme_original .post_content.ih-item .post_readmore .post_readmore_label,
.scheme_original .post_content.ih-item .info a,
.scheme_original .post_content.ih-item .info a > span {
  color: #ffffff;
}
.scheme_light .post_content.ih-item .post_readmore .post_readmore_label,
.scheme_light .post_content.ih-item .info a,
.scheme_light .post_content.ih-item .info a > span {
  color: #FFFFFF;
}
.scheme_dark .post_content.ih-item .post_readmore .post_readmore_label,
.scheme_dark .post_content.ih-item .info a,
.scheme_dark .post_content.ih-item .info a > span {
  color: #FFFFFF;
}
.scheme_darker .post_content.ih-item .post_readmore .post_readmore_label,
.scheme_darker .post_content.ih-item .info a,
.scheme_darker .post_content.ih-item .info a > span {
  color: #8D9091;
}
.scheme_color .post_content.ih-item .post_readmore .post_readmore_label,
.scheme_color .post_content.ih-item .info a,
.scheme_color .post_content.ih-item .info a > span {
  color: #FCFFA3;
}
.scheme_original .post_content.ih-item .post_readmore:hover .post_readmore_label,
.scheme_original .post_content.ih-item .info a:hover,
.scheme_original .post_content.ih-item .info a:hover > span {
  color: #ffffff;
}
.scheme_light .post_content.ih-item .post_readmore:hover .post_readmore_label,
.scheme_light .post_content.ih-item .info a:hover,
.scheme_light .post_content.ih-item .info a:hover > span {
  color: #FFFFFF;
}
.scheme_dark .post_content.ih-item .post_readmore:hover .post_readmore_label,
.scheme_dark .post_content.ih-item .info a:hover,
.scheme_dark .post_content.ih-item .info a:hover > span {
  color: #282C33;
}
.scheme_darker .post_content.ih-item .post_readmore:hover .post_readmore_label,
.scheme_darker .post_content.ih-item .info a:hover,
.scheme_darker .post_content.ih-item .info a:hover > span {
  color: #282C33;
}
.scheme_color .post_content.ih-item .post_readmore:hover .post_readmore_label,
.scheme_color .post_content.ih-item .info a:hover,
.scheme_color .post_content.ih-item .info a:hover > span {
  color: #FFFF00;
}
.scheme_original td,
.scheme_original th {
  border-color: #d5d5d8;
}
.scheme_light td,
.scheme_light th {
  border-color: #DDDDDD;
}
.scheme_dark td,
.scheme_dark th {
  border-color: #000000;
}
.scheme_darker td,
.scheme_darker th {
  border-color: #000000;
}
.scheme_color td,
.scheme_color th {
  border-color: #1DB3B6;
}
.scheme_original .sc_table table {
  color: #232a34;
}
.scheme_light .sc_table table {
  color: #232A34;
}
.scheme_dark .sc_table table {
  color: #E0E0E0;
}
.scheme_darker .sc_table table {
  color: #E0E0E0;
}
.scheme_color .sc_table table {
  color: #FFFFFF;
}
.scheme_original .sc_table table tr:first-child:hover,
.scheme_original .sc_table table tr:first-child {
  background-color: #f7f7f7;
}
.scheme_light .sc_table table tr:first-child:hover,
.scheme_light .sc_table table tr:first-child {
  background-color: #FFFFFF;
}
.scheme_dark .sc_table table tr:first-child:hover,
.scheme_dark .sc_table table tr:first-child {
  background-color: #282C33;
}
.scheme_darker .sc_table table tr:first-child:hover,
.scheme_darker .sc_table table tr:first-child {
  background-color: #3C414C;
}
.scheme_color .sc_table table tr:first-child:hover,
.scheme_color .sc_table table tr:first-child {
  background-color: #0F7468;
}
.sc_table table tr:first-child th {
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0.0833em;
}
.scheme_original .sc_table table tr:hover {
  background-color: #d5d5d8;
}
.scheme_light .sc_table table tr:hover {
  background-color: #DDDDDD;
}
.scheme_dark .sc_table table tr:hover {
  background-color: #000000;
}
.scheme_darker .sc_table table tr:hover {
  background-color: #000000;
}
.scheme_color .sc_table table tr:hover {
  background-color: #1DB3B6;
}
.scheme_original pre.code,
.scheme_original #toc .toc_item.current,
.scheme_original #toc .toc_item:hover {
  border-color: #0053a5;
}
.scheme_light pre.code,
.scheme_light #toc .toc_item.current,
.scheme_light #toc .toc_item:hover {
  border-color: #0053a5;
}
.scheme_dark pre.code,
.scheme_dark #toc .toc_item.current,
.scheme_dark #toc .toc_item:hover {
  border-color: #A6AAAB;
}

