footer {
	bottom:0;
	color:$footer-text-color;
	height:100px;
	left:40px;
	margin-bottom:40px;
	position:absolute;
	width:100%;
	max-width:890px;

	.footer-body {
		background:$footer-body-color;
		border:4px solid #efefef;
		border-radius:$panel-border-radius;
		padding:20px;
	}

	small {
		@extend .text-center;

		display:block;
	}
}