body {
	font-family: Sans-Serif;
	background: #121212;
	color: rgba(255, 255, 255, 0.6);
	padding-inline: 2%;
}

.year {
	margin-block: 20px;
	color: white;
	display: flex;
}

.year > hr:first-of-type {
	width: 20px;
	height: 0;
	margin-right: 20px;
}

.year > hr:last-of-type {
	width: 100%;
	height: 0;
	margin-left: 20px;
}

/* update color to white for all h tags */
h1, h2, h3, h4, h5, h6 {
	color: rgba(255, 255, 255, 0.9);
	transform: translateX(-10px);
}

.flex {
	display: flex;
	vertical-align: center;
}

th {
	color: rgba(255, 255, 255, 0.9);
}

details > div > h4 {
	transform: translateX(0px);
}

.specifications {
	display: grid;
	grid-template-columns: 400px 1fr;
	grid-gap: 1px;
	background: rgba(255, 165, 0, 0.22);
	padding: 1px;
}

.specifications > .name {
	padding-left: 20px;
}

a {
	color: rgba(244, 162, 17, 0.66);
	/*text-decoration: underline;*/
}

summary {
	color: white;
}

.specifications > .value {
	padding-left: 20px;
}

.specifications > div {
	padding-bottom:	10px;
	padding-top: 10px;
	background: #121212;
}

.motherboards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

summary {
	cursor: pointer;
}

table, tr, td, th {
	padding: 5px;
	border-collapse: collapse;
	border: 2px solid rgba(255, 165, 0, 0.22);
}

details {
	border: 1px solid rgba(255, 165, 0, 0.22);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	max-width: 100%;
	overflow-x: auto;
	margin-block: 10px;
}

summary[open] {
	margin-bottom: 10px;
}

.motherboards > img {
	width: 100%;
	height: auto;
}

code {
	background-color: #313131;
	border-radius: 10px;
	padding: 10px;
	min-height: 20px;
	display: inline-block;
	color: white;
	margin: 2px;
}

.wikipedia {
	display: flex;
	vertical-align: center;
}

img {
	height: 350px;
	margin-block: 20px;
	max-height: revert;
	max-width: 95%;
}

.wrong {
	text-decoration: line-through;
	color: darkred;
}

.tags > span > a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.63);
	background: #343434;
	padding: 4px;
	border-radius: 6px;
}

.notes-list {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-row-gap: 10px;
	grid-column-gap: 3px;
}

table {
	margin-block: 10px;
}

.warn {
	border-left: orange 4px solid;
	background: rgba(255, 165, 0, 0.2);
	margin: 10px;
	padding: 20px;
}