
.demo {
*zoom:1
}
.demo:before, .demo:after {
	content: " ";
	display: table
}
.demo:after {
	clear: both
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body {
	margin: 0;
	font: 100%/1.5 Source Sans Pro, sans-serif
}
.section--bordered {
	border-bottom: 1px solid #eee
}
.section--alt {
	background-color: #fafafa
}
.wrap {
	max-width: 50em;
	margin: 0 auto;
	padding: 1.5em
}

@media (min-width: 30em) {
.wrap {
	padding: 3em
}
}
.wrap--padded-small {
	padding: 1.5em
}
a {
	color: #eb8a4c;
	text-decoration: none;
	border-bottom: 1px solid;
	-webkit-transition: border-bottom 0.25s ease-in-out;
	-moz-transition: border-bottom 0.25s ease-in-out;
	-o-transition: border-bottom 0.25s ease-in-out;
	transition: border-bottom 0.25s ease-in-out
}
h2 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 0
}
h3 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-top: 0
}
p {
	margin-top: 0;
	margin-bottom: 1.5em
}
hr {
	border: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 1.5em
}
section :last-child, header :last-child, footer :last-child {
	margin-bottom: 0
}
header, footer {
	text-align: center;
	color: #fff;
	background-color: #ee9963;
	box-shadow: 0 1px 3px rgba(17,17,17,0.15)
}
header a, footer a {
	font-weight: bold;
	color: #fff
}
header a {
	border-bottom: 0
}
footer {
	box-shadow: 0 -1px 3px rgba(17,17,17,0.15)
}
h1 {
	margin: 0 0 0.75em;
	font-size: 2em;
	line-height: 1.5em;
	text-transform: uppercase
}
h1 a {
	border-bottom-width: 6px
}
h1 a:hover {
	border-bottom-width: 8px
}

@media (min-width: 30em) {
h1 {
	font-size: 4em
}
}
.intro {
	font-size: 1.3em
}

@media (min-width: 30em) {
.intro {
	font-size: 1.5em
}
}
.button-wrapper {
	text-align: center
}
.button {
	display: inline-block;
	padding: 0.75em 1.5em;
	font-weight: bold;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(17,17,17,0.2);
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out
}
.button:active {
	position: relative;
	top: 1px
}
.button--download {
	margin-bottom: 1.5em;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(17,17,17,0.25);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0.3)), color-stop(100%, rgba(255,255,255,0.1)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
	background-image: linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
	background-color: #eb8a4c;
	background-color: #ee9963 \9
}
.button--download:hover, .button--download:focus {
	background-color: #ee9963;
	background-color: #f0a87a \9
}
.button--tweet {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(17,17,17,0.25);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0.3)), color-stop(100%, rgba(255,255,255,0.1)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
	background-image: linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
	background-color: #9fb8c6;
	background-color: #afc4d0 \9
}
.button--tweet:hover, .button--tweet:focus {
	background-color: #afc4d0;
	background-color: #bfd0d9 \9
}
a.button__count {
	position: relative;
	display: inline-block;
	margin-left: 1em;
	padding: 0.75em;
	color: #333;
	text-shadow: none;
	line-height: 1.4;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0.3)), color-stop(100%, rgba(255,255,255,0.1)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
	background-image: linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 3px
}
a.button__count:hover span {
	border-bottom: 1px solid
}
a.button__count:before, a.button__count:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 100%;
	display: block;
	width: 0px;
	height: 0px
}
a.button__count:before {
	margin-top: -0.6875em;
	border-top: 0.6875em solid transparent;
	border-bottom: 0.6875em solid transparent;
	border-right: 0.6875em solid #eee
}
a.button__count:after {
	margin-top: -0.625em;
	border-top: 0.625em solid transparent;
	border-bottom: 0.625em solid transparent;
	border-right: 0.625em solid #fafafa
}
.demo {
	margin-bottom: 3em
}
.demo textarea {
	display: block;
	width: 100%;
	height: 15em;
	padding: 1.5em;
	font: inherit;
	border: 1px solid #ddd;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	box-shadow: 0;
	resize: vertical;
	cursor: pointer;
	-webkit-transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
	-moz-transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
	-o-transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
	transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out
}
.demo textarea:focus {
	border: 1px solid #4cadeb;
	border-top-color: #1e98e6;
	box-shadow: 0 1px 3px rgba(17,17,17,0.25) inset;
	outline: none;
	cursor: text
}

@media (min-width: 41em) {
.demo textarea {
	float: left;
	width: 70%;
	margin-right: 5%;
	border-bottom: 1px solid #ddd;
	border-radius: 5px
}
}
.demo .result {
	margin: 0;
	padding: 1.5em;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
	list-style: none
}

@media (min-width: 41em) {
.demo .result {
	float: left;
	width: 25%;
	height: 15em;
	border-radius: 5px
}
}
.result li {
	padding: 0.375em 0;
	border-bottom: 1px solid #ddd
}
.result li:first-child {
	padding-top: 0
}
.result li:last-child {
	padding-bottom: 0;
	border-bottom: 0
}
pre, code {
	font: 100%/1.5 Source Code Pro, monospace
}
pre {
	margin: 0 0 1.5em;
	padding: 1.5em;
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(30%, #f5f5f5), color-stop(100%, rgba(245,245,245,0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(245,245,245,0)), color-stop(70%, #f5f5f5)), -webkit-gradient(radial, 0 50%, 0, 0 50%, 100, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,0))), -webkit-gradient(radial, 100% 50%, 0, 100% 50%, 100, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, #f5f5f5 30%, rgba(245,245,245,0)), -webkit-linear-gradient(left, rgba(245,245,245,0), #f5f5f5 70%), -webkit-radial-gradient(0 50%, farthest-side, rgba(0,0,0,0.2), rgba(0,0,0,0)), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0,0,0,0.2), rgba(0,0,0,0));
	background: -moz-linear-gradient(left, #f5f5f5 30%, rgba(245,245,245,0)), -moz-linear-gradient(left, rgba(245,245,245,0), #f5f5f5 70%), -moz-radial-gradient(0 50%, farthest-side, rgba(0,0,0,0.2), rgba(0,0,0,0)), -moz-radial-gradient(100% 50%, farthest-side, rgba(0,0,0,0.2), rgba(0,0,0,0));
	background: -o-linear-gradient(left, #f5f5f5 30%, rgba(245,245,245,0)), -o-linear-gradient(left, rgba(245,245,245,0), #f5f5f5 70%), -o-radial-gradient(0 50%, farthest-side, rgba(0,0,0,0.2), rgba(0,0,0,0)), -o-radial-gradient(100% 50%, farthest-side, rgba(0,0,0,0.2), rgba(0,0,0,0));
	background: linear-gradient(left, #f5f5f5 30%, rgba(245,245,245,0)), linear-gradient(left, rgba(245,245,245,0), #f5f5f5 70%), radial-gradient(0 50%, farthest-side, rgba(0,0,0,0.2), rgba(0,0,0,0)), radial-gradient(100% 50%, farthest-side, rgba(0,0,0,0.2), rgba(0,0,0,0));
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: 0 0, 100% 0, 0 0, 100% 0;
	background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
	background-attachment: local, local, scroll, scroll;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: auto
}
code[class*="language-"], pre[class*="language-"] {
	color: black;
	font-family: Source Code Pro, Consolas, Monaco, 'Andale Mono', monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}
.token.punctuation {
	color: #999
}
.token.property, .token.tag, .token.boolean, .token.number {
	color: #905
}
.token.selector, .token.attr-name, .token.string {
	color: #690
}
.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string {
	color: #a67f59
}
.token.atrule, .token.attr-value, .token.keyword {
	color: #07a
}
.token.countable-class {
	color: #ba6720
}
