
.toc-item {
  margin: 0;
  height: auto;
  clear: both;
}
.toc-item.hidden {
  display: none;
}
.toc-item h2 {
  font-size: 21.6px;
  font-family: "Segoe UI", "Helvetica Neue", Ubuntu, "San Francisco", sans-serif;
  font-weight: 600;
  margin: 24px 0 6px 0;
}
.toc-item .toc-meta,
.toc-item p {
  font-size: 14.4px;
  color: #707070;
  margin: 0;
}
.toc-item p {
  font-style: italic;
  display: none;
}
.toc-item p a {
  color: #707070;
}
.toc-item i {
  display: none;
}
.toc-item .toc-meta {
  margin-bottom: 4px;
}
.toc-item .date {
  color: #383838;
}
.toc-item .filedunder {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 12.6px;
  color: #383838;
}
.toc-item .filedunder span {
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 0.1rem;
}
.catSelector {
  margin: 26px 0 20px 0;
}
.catSelector span {
  display: inline-block;
  float: left;
  padding: 0.3rem 0.8rem;
  background-color: #f0f0f0;
  margin: 0 0.3rem 0.3rem 0;
  transition: background-color 0.5s ease;
  font-size: 0.8rem;
  cursor: default;
}
.catSelector span.primary {
  font-weight: 700;
}
.catSelector span.primary.selected {
  background-color: #f57d62;
}
.catSelector span.selected,
.catSelector span.selected:hover {
  background-color: #f7917a;
  color: white;
}
.catSelector span:hover {
  background-color: #fde0da;
}

#catjargon .glossnav {
  float: left;
  width: 100%;
  border-top: 1pt solid #b32a0b;
  border-bottom: 1pt solid #b32a0b;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}
#catjargon .glossnav div {
  float: left;
  width: 100%;
}
#catjargon .glossnav input {
  display: block;
  width: 100%;
  position: relative;
  float: left;
  box-sizing: border-box;
  background-color: #fde0da;
  font-family: "Segoe UI", "Helvetica Neue", Ubuntu, "San Francisco", sans-serif;
  font-size: 18px;
  padding: 0.3rem;
  margin-bottom: 0.3rem;
  border-radius: 0.2rem;
}
#catjargon .glossnav .controls {
  margin-top: 0.3rem;
  height: auto;
  overflow: auto;
}
#catjargon .glossnav .controls .ctrl-left {
  width: auto;
  font-size: 17.1px;
  color: #b32a0b;
  cursor: pointer;
  padding: 0 0.2rem;
  border-radius: 0.2rem;
}
#catjargon .glossnav .controls .ctrl-left:nth-child(2) {
  margin-left: 1rem;
}
#catjargon .glossnav .controls .ctrl-left.selected {
  background-color: #fde0da;
  color: #383838;
}
#catjargon .glossnav .controls .ctrl-right {
  width: 1.5rem;
  height: 1.5rem;
  float: right;
  margin-left: 0.3rem;
  background-color: #87b9ce;
  text-align: center;
  cursor: pointer;
}
#catjargon .glossnav .controls .ctrl-right a {
  color: white;
  text-decoration: none;
}
#catjargon .glossnav .disclaimer,
#catjargon .glossnav .glossary-toc {
  display: none;
  margin-top: 0.3rem;
  font-size: 17.1px;
  font-style: italic;
}
#catjargon .glossnav .disclaimer.visible,
#catjargon .glossnav .glossary-toc.visible {
  display: block;
}
#catjargon .glossnav .glossary-toc {
  font-style: normal;
}
#catjargon .glossnav .glossary-toc a {
  border: none;
  text-decoration: none;
}
#catjargon .glossnav .glossary-toc a:hover {
  text-decoration: dotted underline 1pt #b32a0b;
}
#catjargon h2 {
  margin: 0.5rem 0 0.2rem 0;
}
#catjargon h2 a:hover {
  text-decoration: none;
}
#catjargon p {
  margin-bottom: 0.4rem;
}
#catjargon p.cref {
  font-style: italic;
  margin-bottom: 0;
}
#catjargon .entry {
  margin-bottom: 1rem;
  transition: background-color 1.5s ease;
}
#catjargon .entry .hilite {
  background-color: #ffffff;
  border-radius: 0.3rem;
}
#catjargon .entry.hidden {
  display: none;
}
#catjargon .entry.flash {
  background-color: #ef927d;
  transition: none;
}
#catjargon .toTop {
  display: none;
  width: 2rem;
  height: 2rem;
  position: fixed;
  right: -4rem;
  bottom: 1rem;
  margin-right: -1rem;
  font-weight: bold;
  font-family: "Georgia", serif;
  font-size: 1.5rem;
  overflow: hidden;
  text-align: center;
  color: white;
  cursor: pointer;
  opacity: 0.5;
  background-color: #808080;
  transition: background-color 0.5s ease;
  z-index: 2;
}
#catjargon .toTop.visible {
  display: block;
}
#catjargon .toTop:hover {
  background-color: black;
}

* {
  box-sizing: border-box;
}
html {
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
body {
  background-color: white;
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-bottom: 56px;
  box-sizing: border-box;
  color: #383838;
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  font-family: "Segoe UI", "Helvetica Neue", Ubuntu, "San Francisco", sans-serif;
}
body > article {
  width: 800px;
  position: relative;
  margin: 0 auto;
}
body > header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 16px 16px;
  color: #383838;
}
body > header section {
  width: 800px;
}
body > header a#logo {
  display: block;
  position: relative;
  float: left;
  padding-top: 2px;
  font-family: "Consolas", monospace;
  font-weight: bold;
  font-size: 19.8px;
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}
body > header a#logo .cursor {
  animation: cursorBlinkie 1s infinite;
  color: #e3350e;
}
body > header nav {
  text-align: right;
}
body > header nav a {
  display: inline-block;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 18px;
  color: inherit;
  text-decoration: none;
  border-bottom: 2pt solid transparent;
}
body > header nav a:hover,
body > header nav a.selected {
  text-decoration: none;
  border-bottom: 2pt solid #b32a0b;
}
@media (prefers-reduced-motion: reduce) {
  #logo .cursor {
    animation: none;
  }
}
@keyframes cursorBlinkie {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body > footer {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px;
  font-size: 14px;
}
body > footer a {
  border-bottom: none;
}
body > footer a:hover {
  border-bottom: 1pt dotted #b32a0b;
}
article.main {
  padding-top: 30px;
  margin-bottom: 75px;
}
a {
  color: #383838;
  border-bottom: 1pt dotted #b32a0b;
  text-decoration: none;
}
a:hover {
  border-bottom: 1pt solid #b32a0b;
}
img[src$='#narrow'] {
  display: block;
  width: 630px;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  border: 1pt solid #c0c0c0;
  padding: 5px;
  clear: both;
}
h1,
h2,
h3 {
  /*text-transform: lowercase;*/
  font-family: "Georgia", serif;
}
h1 {
  font-size: 28.8px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
h2 {
  font-size: 23.4px;
  margin: 40px 0 10px 0;
}
h3 {
  font-size: 19.8px;
  font-weight: bold;
}
nav.above-title a {
  font-size: 14px;
  text-transform: lowercase;
}
p {
  margin: 0 0 10px 0;
}
p.pagemeta {
  margin: -8px 0 20px 0;
  font-size: 17.1px;
  font-style: italic;
}
p.motto {
  margin: -8px 0 12px 0;
  font-style: italic;
  text-transform: lowercase;
}
p.formula {
  text-align: center;
}
div.centeredContent {
  text-align: center;
}
p.code {
  font-family: monospace;
  font-size: 70%;
  white-space: pre-wrap;
  padding: 0.5rem;
  background-color: #f7f7f7;
}
p.code b {
  color: #b32a0b;
}
span.code {
  font-family: monospace;
  color: #b32a0b;
  font-size: 14.4px;
}
span.bred {
  color: #b32a0b;
  font-weight: 600;
}
span.bgreen {
  color: #137600;
  font-weight: 600;
}
p.lede {
  font-style: italic;
  margin-bottom: 8px;
}
p.meta {
  margin-bottom: 16px;
  font-size: 17.1px;
}
p.meta .date {
  font-style: italic;
}
p.meta .filedunder {
  display: inline-block;
  margin-left: 10px;
  font-size: 17.1px;
  color: #383838;
}
p.meta .filedunder span {
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 0 12px;
  margin-right: 4px;
}
p.small {
  font-size: 16.2px;
}
p.sharer {
  min-height: 38px;
}
span.sharer {
  width: 24px;
  height: 24px;
  float: right;
  margin-left: 6px;
  background-color: #87b9ce;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
span.sharer a {
  color: white;
  border-bottom: none;
}
li {
  margin: 0 0 5px 0;
}
nav.full-entry-link {
  text-transform: lowercase;
}
figure {
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
}
figure.left,
figure.right {
  width: 800px/2-10px;
}
figure.right {
  margin-left: 20px;
  clear: right;
}
figure figcaption {
  font-style: italic;
}
figure figcaption p {
  margin: 0;
  padding: 0;
}
div.clear {
  height: 0;
  margin: 0;
  width: 100%;
  position: relative;
  clear: both;
  color: transparent;
}
blockquote {
  padding: 12px 8px 12px 56px;
  font-size: 17.1px;
  font-style: italic;
  background-color: #f7f7f7;
  border-left: 2px solid #c06b6b;
  overflow-y: hidden;
  width: 100%;
  position: relative;
  margin: 0 0 16px 0;
}
blockquote:before {
  position: absolute;
  top: 0;
  left: 0.1rem;
  content: '\201C';
  color: #c06b6b;
  font-size: 4rem;
  font-family: serif;
  font-weight: bold;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.highlight pre {
  padding: 10px;
  overflow-x: scroll;
}
h2 a {
  border-bottom: none;
}
h2 a:hover {
  border-bottom: 1pt solid #b32a0b;
}
table.styleA {
  display: inline-block;
  font-size: 16.2px;
  border-collapse: collapse;
  margin: 16px 0;
}
table.styleA td {
  text-align: center;
  margin: 0;
  padding: 0 16px;
}
table.styleA tr.header td {
  font-weight: 600;
  border-bottom: 1pt solid #383838;
}
table.styleA td.rowHeader {
  text-align: right;
  padding-right: 0;
}
table.styleA.reducedPad td {
  padding: 0 8px;
}
table.styleA tr.dottedBottom td {
  border-bottom: 1pt dotted #383838;
}
table.styleA tr.solidBottom td {
  border-bottom: 1pt solid #383838;
}
table.styleB {
  display: inline-block;
  font-size: 85%;
  border-collapse: collapse;
  margin: 1rem 0 2rem 0;
}
table.styleB td {
  text-align: left;
  margin: 0;
  padding: 0.5rem 1rem;
  border-left: 1pt dotted #383838;
}
table.styleB td:first-of-type {
  border-left: none;
}
table.styleB td.rowHeader {
  text-align: right;
  padding-right: 0;
}
table.styleB tr.header td {
  font-weight: 600;
  border-bottom: 1pt solid #383838;
}
table.styleB.reducedPad td {
  padding: 0 0.4rem;
}
table.styleB tr.dottedBottom td {
  border-bottom: 1pt dotted #383838;
}
.imprint {
  font-size: 15.3px;
}
.imprint h1 {
  font-size: 25.2px;
}
input,
textarea {
  outline: none;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-family: inherit;
  background-color: inherit;
}
input:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.code pre {
  font-size: 14.4px;
  background-color: white;
  white-space: pre-wrap;
}
.youtube-container {
  display: block;
  width: 630px;
  position: relative;
  margin-bottom: 10px;
}
.youtube-container img {
  border: none;
}
.youtube-container .video-placeholder {
  position: relative;
}
.youtube-container .video-placeholder .video-player-button {
  position: absolute;
  left: 50%;
  margin: -44px 0 0 -44px;
  top: 50%;
  width: 96px;
  height: 96px;
  cursor: pointer;
}
.youtube-container .video-placeholder .video-snapshot-image {
  width: 100%;
}
.youtube-container .video-placeholder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.youtube-container .video-placeholder .overlay span {
  position: absolute;
  display: inline-block;
  color: white;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px 12px;
}
.youtube-container .video-placeholder .overlay .notice {
  bottom: 0;
  font-size: 13px;
}
.youtube-container .video-placeholder .overlay .notice a.privacy {
  text-decoration: none;
  color: white;
  text-decoration: underline;
}
.youtube-container .video-placeholder .overlay .notice a.info {
  text-decoration: none;
  color: white;
  position: relative;
  float: right;
  font-size: 18px;
  margin-top: -3px;
}
section.home img {
  border: none;
  padding: 0;
}
section.about,
section.hilites {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.about h2,
section.hilites h2,
section.about h3,
section.hilites h3 {
  margin: 6px 0 4px 0;
}
section.about img,
section.hilites img {
  border: none;
  padding: 0;
}
section.about {
  margin-top: 24px;
  margin-bottom: 18px;
}
section.about .left {
  flex-grow: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
section.about .left img {
  width: 200px;
}
section.about .right {
  flex: 1;
  min-width: 300px;
}
section.about .contact span {
  display: inline-block;
  width: 24px;
}
section.about .contact a {
  border: none;
}
section.hilites div {
  flex: 1;
  min-width: 300px;
}
section.hilites p {
  margin: 0 0 8px 0;
}
section.hilites h2 {
  margin-bottom: 8px;
  margin-top: 20px;
}
section.hilites h2 span {
  display: block;
  float: right;
  padding-top: 4px;
  font-family: "Segoe UI", "Helvetica Neue", Ubuntu, "San Francisco", sans-serif;
  font-size: 16.2px;
  font-weight: normal;
}
article.main.plots h1 a {
  float: right;
  font-size: 16.2px;
  font-family: "Segoe UI", "Helvetica Neue", Ubuntu, "San Francisco", sans-serif;
  font-weight: normal;
}
article.main.plots img {
  padding: 0;
  border: 0;
  margin: 0 0 24px 0;
  max-height: 640px;
  margin-left: auto;
  margin-right: auto;
}
article.main.plots p.gen {
  font-style: italic;
  font-size: 16.2px;
}
article.main.plots nav.prevnext {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
article.main.plots p.copy {
  font-size: 12.6px;
  text-align: right;
  margin: -20px 0 32px 0;
}
article.main.plots p.copyright {
  font-size: 16.2px;
}
article.main.plots .code pre {
  font-size: 14.4px;
  background-color: white;
  white-space: pre-wrap;
}
article.main.plots nav {
  font-family: monospace;
  font-size: 14.4px;
}
article.main.plots nav span {
  font-weight: bold;
}
article.main.plots nav.toc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 0;
}
article.main.plots nav.toc > a,
article.main.plots nav.toc p {
  display: block;
  text-align: center;
  margin: 0;
  width: 114px;
  border: 1px dotted transparent;
  padding: 2px 6px;
}
article.main.plots nav.toc > a:hover {
  border-color: #b32a0b;
}
article.main.plots nav.toc img {
  width: 100%;
  height: 100%;
  max-height: 100px;
  object-fit: contain;
}
@media screen and (max-width: 835px) {
  body > header,
  body > article,
  body > footer {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  body > footer {
    position: relative;
    margin: 56px 0 8px 0;
  }
  figure.left,
  figure.right {
    width: 48%;
  }
  figure.right {
    margin-left: 2%;
  }
}
@media screen and (max-width: 674px) {
  .youtube-container {
    width: 100%;
  }
  img[src$='#narrow'] {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  article.main {
    padding-top: 8px;
  }
  figure.left,
  figure.right {
    width: 100%;
  }
  figure.right {
    margin-left: 0;
  }
  .youtube-container .video-placeholder .video-player-button {
    margin: -22px 0 0 -22px;
    top: 50%;
    width: 48px;
    height: 48px;
  }
}

#localizationQuiz {
  margin-top: 24px;
}
#localizationQuiz .start {
  padding: 0.3rem 0.6rem;
  text-align: center;
  cursor: default;
  background-color: #fde0da;
}
#localizationQuiz .start:hover {
  background-color: #feece8;
}
#localizationQuiz .start.hidden {
  display: none;
}
#localizationQuiz .qpage {
  display: none;
}
#localizationQuiz .qpage.active {
  display: block;
}
#localizationQuiz .qpage h2 {
  margin: 0;
}
#localizationQuiz .qpage .instruction {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 1rem;
}
#localizationQuiz .qpage .feedback {
  display: none;
  margin-top: 1rem;
  padding-left: 0.6rem;
  font-style: italic;
}
#localizationQuiz .qpage .option {
  padding: 0.3rem 0.6rem;
  cursor: default;
  margin: 0.1rem 0;
}
#localizationQuiz .qpage .option:hover {
  background-color: #fef4f2;
}
#localizationQuiz .qpage .continue {
  display: none;
  float: right;
  width: auto;
  background-color: #fde0da;
  padding: 0.3rem 0.6rem;
  cursor: default;
}
#localizationQuiz .qpage .continue:hover {
  background-color: #feece8;
}
#localizationQuiz .qpage.solved .option:hover {
  background-color: white;
}
#localizationQuiz .qpage.solved .option.chosen {
  color: #b32a0b;
  font-weight: 600;
}
#localizationQuiz .qpage.solved .option.correct,
#localizationQuiz .qpage.solved .option.correct.chosen {
  color: #137600;
  font-weight: 600;
}
#localizationQuiz .qpage.solved .continue {
  display: block;
}
#localizationQuiz .qpage.solved.correct .feedback.correct {
  display: block;
}
#localizationQuiz .qpage.solved.false .feedback.false {
  display: block;
}
#localizationQuiz .result {
  display: none;
}
#localizationQuiz .result.visible {
  display: block;
}
#localizationQuiz .result p.awesome {
  font-family: "Georgia", serif;
  font-size: 28px;
}
#localizationQuiz .result p.score {
  font-size: 24px;
}
#localizationQuiz .result p {
  text-align: center;
}
#localizationQuiz .result img {
  display: inline;
}

#lspKeyViz {
  position: relative;
  float: left;
  width: 100%;
}
#lspKeyViz div,
#lspKeyViz p {
  position: relative;
  float: left;
  width: 100%;
}
#lspKeyViz #lspKeyChart {
  border-top: 1pt solid #b32a0b;
  border-bottom: 1pt solid #b32a0b;
  padding: 0.5rem 0;
  min-height: 19rem;
}
#lspKeyViz #lspKeyChart canvas {
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 100%;
  height: 17rem;
}
#lspKeyViz #lspKeyControls {
  border-top: 1pt solid #b32a0b;
  padding: 0.5rem 0;
}
#lspKeyViz #lspKeyControls span {
  display: inline-block;
  position: relative;
  float: left;
  border-radius: 0.2rem;
  padding: 0 0.2rem;
  cursor: default;
}
#lspKeyViz #lspKeyControls .label {
  font-weight: bold;
}
#lspKeyViz #lspKeyControls .ctrl-left {
  margin-left: 0.2rem;
}
#lspKeyViz #lspKeyControls .ctrl-left:hover,
#lspKeyViz #lspKeyControls .ctrl-left.selected {
  background-color: #fde0da;
}
#lspKeyViz #lspKeyControls .ctrl-right {
  float: right;
  background-color: #fde0da;
}
#lspKeyViz #lspKeyMinimize {
  display: none;
}
#lspKeyViz #lspKeyLegend {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: 1pt solid #b32a0b;
  font-size: 0.9rem;
}
#lspKeyViz #lspKeyLegend .label {
  padding: 0 0.3rem;
  border-radius: 0.3rem;
}
#lspKeyViz #lspKeyLegend .cluster {
  padding-bottom: 0.3rem;
}
#lspKeyViz #lspKeyLegend .cluster0 .label,
#lspKeyViz #lspKeyLegend .cluster0 u.hilite {
  background-color: #f9bd4e;
}
#lspKeyViz #lspKeyLegend .cluster1 .label,
#lspKeyViz #lspKeyLegend .cluster1 u.hilite {
  background-color: #50cea8;
}
#lspKeyViz #lspKeyLegend .cluster2 .label,
#lspKeyViz #lspKeyLegend .cluster2 u.hilite {
  background-color: #a6d5e8;
}
#lspKeyViz #lspKeyLegend .cluster3 .label,
#lspKeyViz #lspKeyLegend .cluster3 u.hilite {
  background-color: #c493ff;
}
#lspKeyViz #lspKeyLegend .cluster4 .label,
#lspKeyViz #lspKeyLegend .cluster4 u.hilite {
  background-color: #e1708c;
}
#lspKeyViz #lspKeyLegend .cluster5 .label,
#lspKeyViz #lspKeyLegend .cluster5 u.hilite {
  background-color: #3eabb4;
}
#lspKeyViz #lspKeyLegend u {
  text-decoration: none;
  padding: 0 0.2rem;
  border: 1px solid #383838;
  font-size: 0.75rem;
  border-radius: 0.2rem;
}
#lspKeyViz #lspKeyLegend div {
  margin-bottom: 0.8rem;
  overflow-y: hidden;
}
#lspKeyViz .lspKeyHead .walkthrough,
#lspKeyViz .lspKeyHead .enlarge {
  color: #b32a0b;
  cursor: pointer;
}
#lspKeyViz .lspKeyHead .enlarge {
  margin-left: 3rem;
}
#lspKeyViz .lspKeyHead .sharer {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  float: right;
  margin-left: 0.3rem;
  background-color: #87b9ce;
  text-align: center;
  cursor: pointer;
}
#lspKeyViz .lspKeyHead .sharer a {
  color: white;
  text-decoration: none;
}
#lspKeyViz .lspKeyWalker {
  display: none;
  position: absolute;
  top: 20rem;
  z-index: 2;
  background-color: #f9edd6;
  padding: 0.3rem 0.5rem;
  width: 20rem;
  border: 1px solid #ffffff;
  font-size: 0.9rem;
  -moz-box-shadow: 0 0 0.5rem #ffffff;
  -webkit-box-shadow: 0 0 0.5rem #ffffff;
  box-shadow: 0 0 0.5rem #ffffff;
}
#lspKeyViz .lspKeyWalker.visible {
  display: block;
}
#lspKeyViz .lspKeyWalker .lspWalkStep {
  display: none;
  line-height: 1.1;
  height: auto;
  overflow: hidden;
  border-bottom: 1pt solid #ffffff;
  padding-bottom: 0.3rem;
}
#lspKeyViz .lspKeyWalker .lspWalkStep.visible {
  display: block;
}
#lspKeyViz .lspKeyWalker .walkCommands {
  padding-top: 0.2rem;
}
#lspKeyViz .lspKeyWalker .walkCommands span {
  font-size: 0.9rem;
  display: inline-block;
  position: relative;
  float: left;
  color: #b32a0b;
  cursor: pointer;
}
#lspKeyViz .lspKeyWalker .walkCommands .next {
  font-weight: 600;
  float: right;
  padding: 0 0.2rem;
  border-radius: 0.2rem;
}
#lspKeyViz .lspKeyWalker .walkCommands .next:hover {
  background-color: #ffffff;
}
#lspKeyViz.large {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1;
  max-height: 100%;
  overflow: hidden;
}
#lspKeyViz.large #lspKeyControls {
  position: absolute;
  width: 60%;
  top: 0;
  left: 0;
  border: 0;
  background-color: #f8f8f8;
  padding-left: 1rem;
  height: 2.5rem;
}
#lspKeyViz.large #lspKeyControls .ctrl-right {
  float: left;
  margin-left: 2rem;
  z-index: 3;
}
#lspKeyViz.large #lspKeyControls .ctrl-left {
  z-index: 3;
}
#lspKeyViz.large .lspKeyHead {
  position: absolute;
  width: 60%;
  margin-top: 0.5rem;
  z-index: 2;
}
#lspKeyViz.large .lspKeyHead .enlarge,
#lspKeyViz.large .lspKeyHead .sharer {
  display: none;
}
#lspKeyViz.large .lspKeyHead .walkthrough {
  float: right;
}
#lspKeyViz.large .lspKeyHead .walkthrough span {
  display: none;
}
#lspKeyViz.large #lspKeyMinimize {
  display: block;
  position: absolute;
  width: 40%;
  top: 0;
  right: 0;
  background-color: #f8f8f8;
  padding-top: 0.5rem;
  color: #b32a0b;
  height: 2.5rem;
}
#lspKeyViz.large #lspKeyMinimize .ctrl-minimize {
  display: inline-block;
  float: right;
  margin-right: 2rem;
  cursor: pointer;
}
#lspKeyViz.large #lspKeyChart {
  position: fixed;
  width: 60%;
  height: 100%;
  padding: 3rem 0 0 0;
  border: 0;
}
#lspKeyViz.large #lspKeyChart canvas {
  width: 100%;
  height: 100% !important;
}
#lspKeyViz.large #lspKeyLegend {
  position: fixed;
  width: 40%;
  height: 100% !important;
  top: 3rem;
  right: 0;
  padding-left: 0.5rem;
  border: 0;
  overflow-y: auto;
}
#lspKeyViz.large .lspKeyWalker {
  position: fixed;
}
