@font-face {
  font-family: SourceCodePro;
  src: url(fonts/SourceCodePro-Regular.ttf);
}

@font-face {
  font-family: SourceCodePro;
  src: url(SourceCodePro-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: SourceCodePro;
  src: url(SourceCodePro-It.ttf);
  font-style: italic;
}

@font-face {
  font-family: SourceCodePro;
  src: url(SourceCodePro-BoldIt.ttf);
  font-weight: bold;
  font-style: italic;
}

body {
  font-family: SourceCodePro, monospace;
  color: #e5e5e5;
  background-color: #111111;
  font-size: 16px;
}

header {
  border-bottom: 1px solid #888888;
  margin: -10px -8px 10px -8px;
  padding: 20px 8%;
  background-color: #2a2a2a;
}

footer {
  border-top: 1px solid #888888;
  margin: 10px -8px -10px -8px;
  padding: 20px 8%;
  background-color: #2a2a2a;
}

p {
  line-height: 150%;
}

a {
  color: mediumpurple;
}

ul {
  list-style: none;
}

ul li::before {
  color: mediumpurple;
  content: ">";
  padding-right: 10px;
  font-weight: bold;
}

ol li {
  counter-increment: list;
  list-style-type: none;
}

ol li:before {
  color: mediumpurple;
  content: counter(list) ".";
  padding-right: 10px;
  font-weight: bold;
}

li {
  margin-bottom: 5px;
  margin-top: 5px;
}

.main {
  padding: 2% 8%;
  max-width: 800px;
}

.date {
  color: mediumpurple;
}

.pre {
  background-color: #0a0a0a;
  padding: 0px 2px;
  border: 1px solid #e5e5e5;
}

table {
  border: 1px solid mediumpurple;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  font-size: 16px;
}

td {
  border: 1px solid mediumpurple;
  padding: 5px;
}

th {
  border: 1px solid mediumpurple;
  background: mediumpurple;
  color: #e5e5e5;
  font-weight: bold;
  padding: 5px;
}

.scroll {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.toc {
  background-color: #0a0a0a;
  padding: 5px 20px;
  border: 1px solid #e5e5e5;
  display: inline-block;
}
  
.container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.responsive-video {
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
