body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	background-color: #222222;
	padding-left: 10px;
	padding-right: 10px;
}
a {
	color: graytext;
	text-decoration: underline;
}
a:hover {
	color: blue;
	text-decoration: none;
}
h1, h2, h3 {
	font-variant: small-caps;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 28px;
}
h2 {
	margin-top: 75px;
	font-size: 18px;
}
h3 {
	margin-top: 8px;
	font-size: 15px;
}
body > details {
	width: 800px;
}
summary {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	list-style-type: "📂 ";
}
details > details {
	margin-left: 22px;
}
summary:hover {
    cursor: pointer;
    background-color: #444444;
    border: 1px solid #444444;
}
details[open] > summary {
    background-color: #444444;
    border: 1px solid #444444;
}
details > summary {
    border: 1px solid #222222;
}
details > div {
	box-shadow: 0px 0px 5px 0px #666;
	border-radius: 0px 0px 10px 10px;
	
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
details > div > table {
	border-collapse: collapse;
}
details > div > table > thead {
	text-align: center;
}
details > div > table > tbody > tr {
	border-top: 1px solid white;
}
details > div > table > tbody > tr:hover {
	background-color: #282828;
}
details > div > table > tbody > tr > td {
	padding-top: 10px;
	padding-bottom: 8px;
	text-align: center;
}
details > div img {
	max-width: 450px;
}
details > div p {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}


details > summary:has(img) {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: "";
	display: inline-block;
}
details:has(> summary > img) > div {
	background-color: #222222;
	border: 1px solid #666666;
	border-radius: 0px 10px 10px 10px;
	position: absolute;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.summary_dimensions {
	color: #888888;
	font-style: italic;
}