html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 5rem;
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 40px;
	z-index: 1030;
	padding: 10px
}
