* { margin:0; padding:0; border:0; }
*:active, *:focus {	outline: 0px; }
::-webkit-scrollbar { display: none; }
body { background:#222; padding-top:50px; font-family: 'Open Sans', sans-serif; overflow-x: hidden; }
body > img {
	position:absolute;
	top:50%;
	left:50%;
	margin:-525px 0 0 -840px;
	z-index: -10;
}
strong {
	display: block;
	margin-top:10px;
}
canvas {
	position: absolute;
	top:0; left:0;
}
.pane {
	font: 20px "Helvetica Neue";
	line-height: 12px;
	color: white;
	position: absolute;
	z-index: 20;
	top: 40px;
	right: 40px;
	padding: 20px;
	background: rgba(255, 255, 255,.3);
	border-radius: 200px;
	box-shadow: 0 0 2px rgba(255,255,255,.3);
}
.pane a {
	opacity: .8;
	color: #ccc;
	text-decoration: none;
}
.pane a:hover {
	opacity: 1;
}
article {
	position: relative;
	z-index: 10;
	width: 800px;
	margin: 0 auto 50px;
	font-size:18px;
	/*text-align: justify;*/
}
section {
	width: 720px;
	padding: 50px 40px;
	background: rgba(0,0,0,.9);
	border-radius: 20px;
	color: rgba(255,255,255,.5);
	/*margin-top:100px;*/
}
article h1 {
	color:#ddd;
	margin-bottom:20px;
	font-size:38px;
}
article h2, article a.button {
	float:right;
	background: rgba(255,255,255,.25);
	padding: 14px;
	margin:6px 0 6px 22px;
	border-radius:4px;
	max-width:250px;
	font-size:18px;
}
article a.button {
	opacity:.8;
	float:none;
	display:inline-block;
	margin:20px;
}
article a.button:hover {
	opacity: 1;
}
article h3 {
	color:#ddd;
	margin-top:14px;
}
article a {
	color:#ddd;
	font-size:20px;
	line-height: 1em;
	text-decoration: none;
	display: inline-block;
	margin-right:4px;
}
article item > ol, article item > ul {
	margin:20px;
}
article item > ol li, article item > ul li {
	margin-left:30px;
}
nav {
	text-align: right;
}
nav img {
	width:32px; height:32px;
	margin:0 5px;
}
code {
	color:#6ac;
}
pre {
	margin:20px 0px;
	padding:20px 20px;
	border-radius: 4px;
}
pre.nowrap {
	overflow: auto;
	white-space: nowrap;
}
pre.nowrap ol {
	list-style-type: none;
}
table {
	color:#ddd;
	width:100%;
}
table th {
	text-align: left;
}
table strong {
	display:inline;
}
#top_button {
	font-size:40px;
	display: block;
	margin-top:40px;
	text-align: center;
	border-radius: 4px;
	line-height: 1.5em;
}
#top_button:hover {
	background: rgba(255,255,255,0.1);
}
blockquote {
	margin:10px 20px;
	padding:10px;
	color:#ddd;
	font-size:20px;
}
blockquote:before {
	content:"“";
	font-size:24px;
}
blockquote:after {
	content:"”";
	font-size:24px;
}
p {
	margin:14px 0 0;
}
em {
	font-style: normal;
	font-weight: bold;
	color:orange;
}