a {
	text-decoration: none;
	color: #D69612;
}

.section {
	max-width: 50em;
	margin: 4em auto;
	text-align: left;
}

.u-list {
	margin: 0;
}

.u-list.nostyle {
	list-style-type: none;
	padding: 0;
}

.u-list li {
	margin: 0.6em 0;
}

.u-margin-bottom--big {
	margin-bottom: 2em;
}

.btn {
	background-color: #547C85;
	color: #fff;
	padding: .15em .4em;
	display: inline-block;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn:hover {
	color: #F1C15C;
}

code {
	padding: 0 .4em;
	display: inline-block;
	border: 1px solid #547C85;
	border-radius: 3px;
	text-align: left;
	word-wrap: break-word;
	white-space: normal;
	max-width: 100%;
	color: #000;
	font-family: monospace;
	font-size: .88em;
	background-color: #E1F1F7;
}

code.block {
	display: block;
	padding: 1em;
}

@media screen and (max-width: 600px) {
	img.jslghtbx-thmb {
		margin: 1em auto;
		display: block !important;
	}
}