/* Sticky footer — NationsRO / Bootstrap 3 */
html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 0;
	padding-bottom: 0;
}

body > .container.flux-main {
	padding-top: 0;
}

#footer {
	position: relative;
	bottom: auto;
	width: 100%;
	height: auto;
	min-height: 60px;
}

code {
	font-size: 80%;
}
