/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #428bca;
  text-align:center;
}
body { padding-bottom: 70px; }

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.anchoscroll{
	height: auto;
	overflow: auto;
	padding: 8px;
	width: auto;
}
.container .text-muted {
  margin: 20px 0;
}
