body {
	background-color:lightgrey;
	width:40em;
}

header,
nav,
section#games,
section#groups,
section#intro,
section#log {
	border-bottom:1px dotted blue;
}

header figure#logo {
	display:none;
}

section#games figure,
section#groups figure {
	border:1px dotted blue;
	padding:1em;
}

section#games figure figcaption {
	font-style:italic;
}

section#groups figure img {
	margin-top:1em;
}

section#games ol,
section#groups ul,
section#log ul {
	list-style:none;
}

section#games ol {
	column-count:2;
}

section#games ol,
section#games li,
section#groups ul,
section#groups li,
section#log ul {
	margin:0;
	padding:0;
}

section#log ul {
	margin-bottom:1em;
	margin-left:5em;
	text-indent:-5em;
}

section#log li::before {
	content:'UPDATE: ';
}

strong {
	text-transform:uppercase;
}

.instruction {
	font-family:monospace;
	white-space:nowrap;
}
