html {
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	overflow-x: hidden;
	margin: 0;
	width: calc( 100% - 4rem );
	overflow-y: scroll;
}
body {
	max-width: 900px;
	margin: auto;
	background-color: #1e1f21;
	color: white;
	overflow-x: hidden;
}
a {
	color: rgb(0, 183, 255)
}
.sitemap-display {
	text-align: left;
}
h1 {
	text-align: center;
}
.site-title {
	font-size: min( 90vw * .043, 2rem ); 
	text-decoration: none;
}
.chapter-navigation {
	text-align: center;
}

.chapter-content table {
	background-color: #1d1d70;
	padding: 1rem;
	border-radius: .5rem;
	-webkit-box-shadow: inset 0px 0px 29px 0px rgba(5,218,255,1);
	-moz-box-shadow: inset 0px 0px 29px 0px rgba(5,218,255,1);
	box-shadow: inset 0px 0px 29px 0px rgba(5,218,255,1);
	margin-top: 1rem;
}

.chapter-content table thead tr th {
	padding-bottom: .5rem;
}

#sort-list {
	margin-bottom: 5rem;
	display: block;
}
#sort-list td {
	padding-left: 1rem;
}
#sort-list a {
	text-decoration: none;
}

.novel-title {
	font-size: 1.5rem;
	text-decoration: none;
	font-style: bold;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 1rem;
	display: inline-block;
}
.read-first-container {
	text-align: center;
}
.prev a, .next a, .read-first a {
	text-decoration: none;
	color:white;
	display: inline-block;
}
.prev {
	margin-right: 1rem;
}
.prev, .next, .read-first {
	display: inline-block;
	padding: .5rem;
	background-color: rgb(16 127 16);
	border-radius: .5rem;
}
h2 {
	text-align: center;
}
#sort-button {
	background-color:black;
	border:none;
	color:white;
	cursor: pointer;
	padding:.5rem;
	display: inline-block;
	border-radius: .5rem;
}
.prev {
	margin-bottom: 1rem;
}
.chapter-arrow {
	font-weight: 900;
    font-size: 1.5rem;
    margin: 0;
    position: relative;
    line-height: 1rem;
    top: .25rem;
}

.wishlist {
	text-align: center;
}
