* {
	box-sizing: border-box;
}
html {
	background: #222;
}
body {
	max-width: 800px;
	margin: 0 auto;
	background: white;
	padding: 2rem;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
	line-height: 1.4;
}

h1,
h2,
h3,
h4 {
	font-family: "HelveticaNeue-CondensedBold", "HelveticaNeue-Light",
		"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
		Sans-Serif;
	line-height: 1.2;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.codepen-able {
	position: relative;
}

pre code {
	background: #222;
	color: white;
	display: block;
	padding: 1rem;
	overflow: auto;
}
.codepen-able[data-type] {
	margin-top: 2rem;
}
.codepen-able[data-type]::before {
	content: attr(data-type);
	position: absolute;
	bottom: 100%;
	margin-bottom: 2px;
	left: 0;
	color: black;
}
figure {
	background: #ccc;
	margin: 0;
	padding: 1rem;
}
figcaption form {
	display: inline-block;
}

.codepen-mover-button {
	position: absolute;
	bottom: 5px;
	right: 8px;
}
