@charset "utf-8";
/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
	/* Margin bottom by footer height */
  margin-bottom: 0px;
	padding-bottom: 0px;
}
.footer {
	position: fixed;
	bottom: 0;
	width: auto;
	/* Set the fixed height of the footer here */
  height: 60px;
	background-color: #000000;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
	width: auto;
	max-width: 680px;
	background-color: #000;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.container .text-muted {
  margin: 20px 0;
}
