html,
body {
	background: #000 !important;
	color: #d7e2f0 !important;
}

h1 {
	margin-top: 0px;
}

#page {
	width: 500px;
	min-height: 0;
	background: #000 !important;
	border: 0 !important;
	box-shadow: none !important;
}

a,
a:visited {
	color: #7fb4eb;
}

#footer {
	background: transparent !important;
	border-top-color: rgba(255, 255, 255, 0.12) !important;
}

div#pictureAndLinks {
	float: right;
	position: relative;
}

div#pictureAndLinks img.picture {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

div#pictureAndLinks img.request {
	position: absolute;
	top: 160px;
	right: 0;
}

div#pictureAndLinks img.buy {
	position: absolute;
	top: 160px;
	right: 80px;
}

dl {
	font-size: 12px;
}

dl dt {
	font-weight: bold;
	width: 70px;
	float: left;
	clear: left;
	text-align: right;
	height: 25px;
}

dl dd {
	font-weight: normal;
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 260px;
}

dl dd.broad {
	width: 410px;
}

div.spacer {
	clear: both;
}

pre {
	font-family: sans-serif;
}
