/* Extra styles for Chat.cz help site */
html, body, .md-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body::before {
    background: none !important;
}

.text-yellow {
    color: yellow;
}

/* Style parent nav items like links but non-clickable */
.nav-parent {
  color: var(--md-default-text-color, inherit);
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 2px 20px;
  z-index: 1;
}

.bs-sidebar .nav > li > a {
  padding: 2px 20px;
}
