body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

main {
	max-width: 560px;
	margin: 0 auto;
}

h2 {
	padding-bottom: 0.2em;
	margin-bottom: 1.0em;
	border-bottom: 1px solid DarkGray;
}

ul+h2 {
	margin-top: 2.0em;
}

ul {
	line-height: 1.5em;
}

.tag {
	background: silver;
	color: white;
	display: inline-block;
	padding: 0.25em 0.6em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: 10%;
	border-radius: 10.0rem;
}
.mac { background: #28a745; }
.win { background: #007bff; }
.build { display: none; }
