/* i like padding - you can ignore this css. see the actual css / less files in the repository for styling the gallery navigation */
div.row > div > div.row {
	margin-bottom: 20px;
}

body {
	padding-bottom: 0px;
}

div.top-header {
	margin-bottom:100px;
}

h3.page-header {
	margin-top: 50px;
}

figure {
	position: relative;
}

figure figcaption {
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	bottom: 10px;
	right: 20px;
	position: absolute;
	background-color: #000;
}
code {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}