@media screen and (min-width: 767px) {
  .wy-nav-content {
    max-width: 1200px !important;
  } 
} /* @media screen and (min-width: 767px) */

.mermaid > svg
{
  width: 100%;
}

.rst-content .document section ul li{
  list-style: disc;
  margin-left: 20px;
}

.wy-nav-side {
    background: #323c46;
}
