/* What? */

body {
	background-color: black;
	font-family: sans-serif;
	color: #aaa;
	text-align: center;
	line-height: 1.25em;
}

#about {
	position: fixed;
	top: 0px;
	left: 0px;
	color: rgb(128, 128, 128);
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.5);
	border-bottom-right-radius: 5px;
	margin: none;
	z-index: 1;
}

#about p {
	text-align: left;
	padding: 5px;
	margin: 5px;
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #444;
}

section {
	margin: auto;
	margin-top: 5em;
	margin-bottom: 5em;
	max-width: 30em;
	margin-right: left;
	/* margin-right: auto; */
	text-align: left;
}

#qna {
	padding-bottom: 5em;
}


h1 {
	font-size: 2em;
	padding: 0px;
	margin-bottom: 1em;
	text-align: center;
}

h2 {
	font-size: 1.5em;
	padding: 0px;
	margin-bottom: 1em;
}

#gizmodo_is_sloppy {
	display: none;
}