html {
  font-size: 110%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

#TOC {
  position: fixed;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  overflow-y: scroll;
  background-color: #4e4e4e;
  padding-right: 2em;
  max-width: 20em;
  text-align: left;
}

#TOC ul {
  list-style-type: none; 
  font-weight: 600;
}


#TOC li li {
  font-size: 0.95em;
  font-weight: 400;
}

#TOC a {
  color: #ffffff;
  padding: 0.2em;
  display: flex;
}

#TOC a:hover {
  text-decoration: underline;
}

.toc-section-number, .header-section-number {
  padding-right: 1em;
}

body {
  color: #2e3436;
  font-family: "Open Sans";
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-align: justify;
  margin-left: 20%;
  padding-left: 10em;
  padding-bottom: 4em;
  max-width: 45em;
  background: #eeeeec;
}

a {
  color: #CC0000;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

h1, h2, h3, h4 {
  color: #CC0000;
  display: flex;
}

h1 {
  padding-top: 2em;
}

.title, .date {
  text-align: center;
  display: block;
}

img {
  max-width: 100%;
  margin: auto;
  display: flex;
}

.inline {
  display: inline;
}

table {
  border-collapse: collapse;
  margin: auto;
}

th {
  background: #cccccc;
}

tr {
  background: #e4e4e2;
}

tr:nth-child(even) {
  background-color: #dbdbdb;
}

td, th {
  padding: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
}

table tr:last-child th:first-child {
    border-top-left-radius: 0.3em;
}

table tr:last-child th:last-child {
    border-top-right-radius: 0.3em;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 0.3em;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 0.3em;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

code {
  border: 1px solid #babdb699;
  background-color: #babdb644;
  border-radius: 0.25em;
  font-size: 0.9em;
  overflow-x: auto;
  word-wrap: normal;
  padding: 0.1em;
}

pre code {
  display: block;
  padding: 0.5em;
}

