html {
	position: relative; min-height: 100%;
}
body {
	margin-bottom: 60px;
}
.footer {
	width: 100%; height: 60px; bottom: 0px; line-height: 60px; position: absolute; background-color: rgb(245, 245, 245);
}
body > .container {
	padding: 60px 15px 0px;
}
.footer > .container {
	padding-right: 15px; padding-left: 15px;
}
code {
	font-size: 80%;
}
