a[href^="https://wiki.ryliejamesthomas"] { color:#008800 }

body {
	background-color:black;
	color:white;
	margin:auto;
	max-width:40em;
	padding:1em 2em;
	text-align:center;
	vertical-align:top
}

a#littleterror {
	position:fixed;
	top:50%;
	right:10%;
}

a#littleterror > img {
	filter:drop-shadow(1em 1em 0.2em #3B5669)
}

p#signed {
	margin-top:3em;
	text-align:left;
	margin-left:1em
}

p#signed::before { content:"—" }

strong { line-height:1.6em }

ol, ul {
	list-style-type:none;
	padding:0
}

ol > li::before {
	content:"▷";
	padding-right:1em
}

ol > li::after {
	content:"◁";
	padding-left:1em
}

ul#badges > li { display:inline-block }
