body {
  background-color: black;
  background-image: url('./img/background.webp');
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-weight: normal;
}

a {
  color: #99F;
}

#leftContent, #sidebarContent {
    background: none;
}
#toc li a {
    color: white;
}

.sectionOuter {
  background: rgba(0,0,0,0.8);
  border-radius: 10px;
  box-shadow: -1px -1px 0 0 rgba(255,255,255,0.15);
margin-bottom: 20px;
  padding: 10px;
}

table {
  border-collapse: collapse;
}
td {
  border: 1px dotted rgba(255,255,255,0.2);
  padding: 0.5em 1em;
}
td > p {
  padding: 0; margin: 0;
}

div#mainContent {
    min-height: calc(100vh - 40px);
    background: rgba(0,0,0,0.7);
}

article#mainContent {
  background: initial;
}
#mainContent h1 {
    font-weight: lighter;
    border-top: 1px solid white;
    padding-top: 20px;
}
#mainContent .sectionOuter:nth-of-type(1) h1 {
    border-top: none;
    padding-top: 0;
}
.sectionOuter {
    /*background: none;*/
    box-shadow: none;
}