@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto+Slab:wght@300&display=swap');
h1, h2, h3, h4 {
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 3px;
	color: #cfd8dc;
	font-family: 'Open Sans', sans-serif;
}
small {
	color: #777;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
}

body {
	background-color: #121212;
	color: #eceff1;
	font-family: 'Roboto Slab', serif;
}
body a {
	color: #80deea;
}
input[type=submit],input[type=button]{
	background: #37474f;
	border: none;
	color: inherit;
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
	font-weight: bold;
}
input[type="number"] {
	border: none;
	color: #263238;
	padding: 7px;
	margin: 5px;
	border-radius: 5px;
	font-weight: bold;
	background: #eceff1;
}
.description {
	padding-bottom: 5px;
	display: block;
	font-size: 9pt;
}
.tragedy, .gothic {
	color: #90caf9;
}
.weird {
	color: #ea80fc;
}
.war {
	color: #ff8a80;
}
.arcane {
	color: #b39ddb;
}
	.diviner {
		background: #1a0c3d;
		border: 1px dotted #b39ddb;
		display: inline-block;
		margin-left: 2%;
		padding: 3px;
	}
.adventure {
	color: #b2ff59;
}
.supernatural, .icewind {
	color: #80cbc4;
}
.crime {
	color: #ffab40;
}
.fortune {
	color: #ffe082;
}
.insanity {
	color: #ea80fc;
}
.item {
	border-bottom: 1px #eceff1 dotted;
	max-width: 950px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.item:nth-child(odd) {
	background: rgba(84, 110, 122, 0.05);
}
.item:nth-child(even) {
	background: rgba(84, 110, 122, 0.25);
}

.navigation {
	list-style-type: none;
	padding: 0px;

}
	.navigation li {
		display: inline;
		padding: 3px;
	}