body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-align: center;
	font-size: .9em;
	line-height: 1.4em;
	margin: 3em auto;
	max-width: 600px;
}

header .teaser {
	margin-top: 1.5em;
	font-size: .9em;
	line-height: 1.5em;
	color: #666;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

.button {
	color: #4e92df;
	text-decoration: none;
	border: 1px solid #4e92df;
	border-radius: 3px;
	padding: .3em .5em;
}

.button.button-new {
	color: #78df4e;
	border-color: #78df4e;
}

.button.button-new:hover {
	background: #e4f9dc;
}

.button.button-disabled {
	cursor: default;
	color: #999;
	border-color: #999;
	background: #eee;
}

.button:hover{
	background: #dce9f9;
}

.button.button-disabled:hover {
	background: #eee;
}

.icon {
	height: 1em;
	width: 1em;
	padding: 0 .2em;
	vertical-align: -0.15em;
}

.h1 {
	font-size: 1.3em;
}

.h2 {
	font-size: 1.3em;
}

#content {
	margin: 5em 0;
	text-align: left;
}

.builder {
	margin-bottom: 5em;
}

.pagination {
	text-align: center;
}

.pagination ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pagination li {
	display: inline;
	margin: 0;
	padding: 0 .5em;
}

.builder ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 1.5em;
}

.builder .builder-gallery {
	text-align: center;
}

.builder img {
	max-width: 100%;
	max-height: 200px;
}

.builder li {
	display: inline;
	margin: 0;
	padding: 0 .5em 0 0;
}

.builder li::before {
	content: "•";
	padding: 0 .75em 0 0;
}

.builder li:first-child::before, .builder-list .builder li:nth-child(2)::before {
	content: "";
	padding: 0;
}

.builder .builder-actions {
	margin-top: 3em;
	text-align: center;
}

@media (max-width: 760px) {
	header, .builder .builder-info, footer {
		padding: 0 18px;
	}
	/* Hiding URL prevents `line-height` issues with "Read more" button */
	.builder-list .builder li:last-child {
		display: none;
	}
}

footer {
	font-size: .9em;
	line-height: 1.5em;
	color: #666;
}

footer a {
	color: #666;
}
