.vsm-top.module-guide-nav {
  background: #e2e2e9;
}

.instructions {
  margin: 40px 0;
}

.instructions code {
  display: block;
}

.instructions pre {
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  white-space: pre;
  overflow: auto;
  width: auto;
  padding: 15px;
  background-color: #eee;
}

.instructions pre[data-lang]::before {
  content: attr(data-lang);
  display: block;
}

.internal-usage {
  background: #ff3761;
  padding: 30px;
}

.internal-usage h4 {
  color: white;
  font-size: 12px;
  margin-bottom: 0;
}

.internal-usage h4 strong {
  color: white;
}

.internal-usage p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 8px;
}

.internal-usage p strong {
  color: white;
}
