@media (max-width: 1100px) {
	.mainbox {
		width: 100% !important;
		margin: 0;
	}
}

code {
	color: #d63384 !important;
}

ul {
	margin: 0 !important;
}

pre {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

h1 {
	margin-top: 18px !important;
	font-family: "PT Serif", serif;
	font-size: 48px !important;
}

h2 {
	margin-top: 26px !important;
	font-size: 38px !important;
	font-family: "PT Serif", serif;
}

p {
	margin: 0 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

body {
	margin: 0;
	height: 100%;
	image-rendering: pixelated;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("background3.jpg");
}

:root{
  scrollbar-color: rgb(210,210,210) rgb(46,54,69) !important;
  scrollbar-width: thin !important;
}

body::-webkit-scrollbar {
	width: 1em;
}
 
body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.toc-list {
	font-size: 20px !important;
}

.toc-container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    margin-bottom: 4px;
	margin-top: 6px;
    padding: 20px;
	padding-top: 10px;
    width: auto;
}

.toc-container li, .toc-container ul, .toc-container ul li{
    list-style: outside none none !important;
}

.mainbox {
	image-rendering: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-right: auto;
	width: 60%;
	color: white;
	background-color: black;
	padding: 20px;
}

.title {
	margin-top: 25px;	
	margin-right: 25px;
	margin-bottom: 0px;
	font-size: 48px;
	font-family: "PT Serif", serif;
}

.info {
	margin: 0;
	font-size: 22px;
	font-family: "Lato", sans-serif;
}

.info-download {
	font-size: 18px;
	font-family: "Lato", sans-serif;
	margin-top: 8px;
}

.literary-body {
	font-size: 18px;
	font-family: "Lato", sans-serif;
}

.footnotes {
	font-size: 16px !important;
}