html {
	box-sizing: border-box
}

*, ::after, ::before {
	box-sizing: inherit
}

body, h1, h2, h3, h4, h5, h6, html, p {
	font-family: Lato,Helvetica,serif;
	font-weight: 400
}

code {
	font-family: Consolas,Monaco,monospace;
	font-weight: 400
}

body, code, html, p {
	color: #888
}

h1, h2, h3, h4, h5, h6 {
	color: #444
}

pre {
	overflow: scroll;
	background: #eee;
	padding: 10px
}

.content {
	width: 980px;
	margin: 80px auto
}

.tar, .zip {
	display: block;
	width: 128px;
	height: 128px
}

.formats .format {
	display: inline-block
}

.zip {
	background: url("../images/zip.png")
}

.tar {
	background: url("../images/tar.png")
}

.fork {
	position: absolute;
	top: 0;
	left: 0;
	border: 0
}

pre .support.tag {
	color: #008
}

pre .support.attribute {
	color: #800
}

pre .string.value {
	color: #080
}
