:root {
	background-color: black;
	color: white;
	font-family: 'Voynich123';
	font-weight: normal;
   	font-style: normal;
	line-height: 1.25em;
	size-adjust: 150%;
}

.no_style {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a {
	color: grey;
	text-decoration: none;
	display: inline-block;
	height: 100%;
}

a:hover, summary:hover{
	cursor: pointer;
	color: black;
	background-color: white;
}

summary {
	font-size: 16px;
}

details {
	font-size: 14px;;
}

hr {
	flex-grow: 1;
	width: 100%;
	border-top: 0px;
	color: grey;
}

p {
	font-size: 14px;
}

dd {
	margin-bottom: 12px;
	margin-top: 6px;
}

.img_border {
	border: 1px grey solid;
}

#home {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: start;
	padding-top: 32px;
	padding-left: 64px;
}

#post {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	padding-top: 32px;
}

#posts {
	display: flex;
	flex-direction: row;
	align-items: start;
	gap: 128px;
}

.column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.column ul {
	display: flex;
	flex-direction: column;
}

.post {
	display: flex;
	flex-direction: column;
	max-width: 720px;
	width: 720px;
	font-size: 14px;
}

.title  * {
	margin: 0px;
	padding: 0px;
}

.title p {
	color: lightgrey;
}

header > * {
	margin: 0px;
	padding: 0px;
	max-width: 258px;
}

header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	align-self: start;
	justify-self: start;
}


#status {
	display: flex;
	flex-direction: column;
	gap: 8px;	
}

.post_title {
	display: flex;
	flex-direction: row;
	align-items: end; 
	gap: 8px;
}

.grow {
	width: 100%;
}

.together * {
	padding: 0px;
	margin: 0px;
}

.center * {
	text-align: center;
}

.center {
	align-self: center;
}

.justify-center {
	justify-content: center;
}

.flex {
	display: flex;
}

.column {
	flex-direction: column;
}

.fill {
	width: 100%;
}

.justify * {
	text-align: justify;
}

.grey {
	color: grey;
}

.start{
	align-self: start;
}

.INCOMPLETE {
	font-size: 12px;
	color: darkred;
	text-align: right;
}

.COMPLETE {
	font-size: 12px;
	color: darkgreen;
	text-align: right;
}

.right {
	text-align: right;
	align-self: right;
}

.low {
	color: red;	
}

.high {
	color: green;	
}

.flex {
	display: flex;
}
.row {
	flex-direction: row
}

.between {
	justify-content: space-between;
}

.clickable {
	color: white;
}

.clickable:hover {
	color: black;
	background-color: white;
}

table {
	width: 100%;
}

.small p {
	font-size: 12px;	
}

.seperator {
	margin-bottom: 4px; 
}

code {
	background-color: #202020;
	padding: 2px;
}

.post_list li {
	margin-bottom: 8px;	
}

.post_list{
	align-items: center;
	text-align: center;
	width: 480px;
}

.neutral {
	color: orange;
}

.post img {
	margin-right: 32px;
	margin-left: 32px;
	margin-bottom: 16px;
	margin-top: 0px;
	border: 1px solid grey;
}

.post p > a {
	color: white;	
	text-decoration: underline;
}

.post p > a:hover {
	cursor: pointer;
	color: black;
	background-color: white;
}

.footnote {
	text-decoration: none; 
	font-size: 12px;
	color: white;
	border: 1px solid white;
}

#status a {
	display: inline;
}
