body {
	font-family: open sans,helvetica,arial,sans-serif
}

h2 {
	font-weight: 300
}

small {
	font-size: 10px
}

.clear {
	clear: both;
	display: block;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 0
}

header {
	background: #5b5f70;
	color: #fff;
	height: 400px;
	margin: 0 auto;
	width: 100%
}

header h1 {
	color: inherit;
	font-size: 48px;
	letter-spacing: 4px;
	padding-top: 120px;
	text-transform: uppercase;
	font-weight: 400
}

header h2 {
	color: inherit;
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: uppercase
}

.separator {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	color: #888;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	line-height: 80px;
	letter-spacing: 2px;
	width: 100%
}

section#body {
	background: #a0cac0
}

section#body h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 34px;
	margin-top: 2rem
}

section {
	background: #f1f1f1
}

article {
	padding: 30px 0 20px
}

article h4 {
	color: #e95855;
	margin-bottom: 10px
}

pre {
	max-width: 400px
}

footer {
	width: 100%;
	color: #888;
	margin: 20px auto
}

.tabs {
	height: calc(100% - 33px);
	padding-top: 10px;
}

.tabs [id^="tab-"] {
	height: 100%;
}

.tabs ul.horizontal {
	list-style: none outside none;
	margin: 0;
	position: absolute;
	top: 34px;
	left: calc(50% - 714px);
}

.tabs ul.horizontal li {
	margin: 0 11px 0 0;
	display: inline-block;
}

.tabs ul.horizontal a {
	background: none;
	border: 1px solid #00fdfd;
	color: #00fdfd;
	display: block;
	font-size: 10px;
	font-weight: 300;
	width: 14px;
	height: 14px;
	border-radius: 14px;
}

.tabs ul.horizontal li:hover {
	background: none;
}

.tabs ul.horizontal li:hover a {
	color: #fff
}

ul.horizontal .active {
	background: none!important;
}

ul.horizontal .active a {
	color: #00fdfd!important;
	background: #00fdfd;
}

.link {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 48px;
	margin-top: 20px;
	margin-left: 6px;
	text-decoration: none
}

.link:hover {
	text-decoration: underline;
	color: inherit
}

.anchorLink {
	border-bottom: 1px dashed #fff;
	color: #fff;
	text-decoration: none
}

.anchorLink:hover {
	text-decoration: none;
	border-bottom: none;
	color: inherit
}

.screenshot {
	position: absolute;
	clip: rect(0 0 0 0)
}

.prev,.next {
	background: #fff!important;
	color: #a0cac0!important;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}

.prev:hover,.next:hover {
	background: #a0cac0!important;
	color: #fff!important
}

.logo {
	margin-top: -6px;
	margin-right: 10px;
	vertical-align: middle
}

.button {
	background-color: #a0cac0;
	border: none;
	border-bottom: 4px solid #68a697;
	color: #fff;
	border-radius: 0;
	font-size: 14px;
	letter-spacing: 2px;
	height: 48px;
	line-height: 48px
}

.button:hover {
	background: #93b7ae;
	color: #fff;
	border-bottom-color: #68a697
}