/**
 * website's styles
 */
body {
	font-family: sans-serif;
	background: #dedede;
	margin: 0;
}

h1 {
	font-family: Comic Sans MS;
}

h1, p {
	text-align: center;
}

a {
	color: #4786c3;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}

pre {
	display: block;
	padding: 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	tab-size: 2;
}

code {
	font-family: Monaco, "Monaco for Powerline", Menlo, Consolas, "Courier New", monospace
}

/*http://codepo8.github.com/css-fork-on-github-ribbon/*/
#forkongithub a{z-index: 10;background:#4786c3;color:#ffffff;text-decoration:none;text-align:center;font-weight:bold;padding:5px 40px;font-size:1rem;line-height:2rem;position:relative;transition:0.5s;}#forkongithub a:hover{background:#3182d2;color:#ffffff;}#forkongithub a::before,#forkongithub a::after{content:"";width:100%;display:block;position:absolute;top:1px;left:0;height:1px;background:#444444;}#forkongithub a::after{bottom:1px;top:auto;}@media screen and (min-width:800px){#forkongithub{position:absolute;display:block;top:0;right:0;width:200px;overflow:hidden;height:200px;}#forkongithub a{width:200px;position:absolute;top:60px;right:-60px;transform:rotate(45deg);-webkit-transform:rotate(45deg);box-shadow:4px 2px 14px rgba(0,0,0,0.3);}}

.header {
	background-color:#8b84ac;
	background-image:
		-webkit-linear-gradient(#6b659d 1px, transparent 1px),
		-webkit-linear-gradient(0deg, #6b659d 1px, transparent 1px);
	background-image:
		-moz-linear-gradient(#6b659d 1px, transparent 1px),
		-moz-linear-gradient(0deg, #6b659d 1px, transparent 1px);
	background-image:
		linear-gradient(#6b659d 1px, transparent 1px),
		linear-gradient(90deg, #6b659d 1px, transparent 1px);
	-moz-background-size:33px 33px, 33px 33px;
	background-size:33px 33px, 33px 33px;
	background-position:-5px -5px, -16px -16px;
	box-shadow: 0 5px 10px #999;
	color: white;
	text-shadow: 0 0 2px #222;
	font-weight: bold;
}

#container {
	width: 750px;
	max-width: 100%;
	margin: 10px auto;
}

.example {
	margin: 60px 0;
}