body { font-size: 15px; }

/* Chord content */
span.c {
  font-weight: 800;
  color: #1040b0;
  background: rgba(16, 64, 176, 0.11);
  border-radius: 3px;
  padding: 0 3px;
}

#chordTabContent pre {
  font-family: 'Courier New', Courier, monospace;
  font-size: inherit;
  margin-bottom: 0.5em;
  border: none;
  background: transparent;
  white-space: pre;
  overflow-x: auto;
}

/* Sticky sidebar adjustment */
@media (min-width: 992px) {
  .sticky-top { top: 10px !important; }
}
