html{
    position: relative; 
    min-height: 100%;
}
body
{
    margin: 0 0 80px;
}
main div.container{
	-webkit-box-shadow: 0px 0px 18px 0px rgba(48, 50, 50, 0.48);
	-moz-box-shadow: 0px 0px 18px 0px rgba(48, 50, 50, 0.48);
	box-shadow: 0px 0px 18px 0px rgba(48, 50, 50, 0.48);
	background: white;
}
footer{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	background-color: #4b4f56;
	color: #bec2c9;
}
hr{
    border-width: 2px;
}
.well{
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}