:root {
  --vflash-accent: #ff6a3d;
}

.wy-side-nav-search {
  background: #20242b;
}

.wy-side-nav-search > a {
  color: #fff;
}

.rst-content a {
  color: #c3431d;
}

.rst-content table.docutils {
  width: 100%;
}

.rst-content table.docutils td,
.rst-content table.docutils th {
  white-space: normal;
  vertical-align: top;
}

.rst-content .admonition.warning {
  border-left: 4px solid var(--vflash-accent);
}

.rst-content video {
  width: 100%;
  max-width: 960px;
  border-radius: 8px;
  background: #111;
}
