html {
	min-height: 100%; 
	position: relative;
}
.navbar {
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	border-bottom: solid 1px #f2f2f2;
}

nav {
	margin-bottom: 0 !important; 
	padding-bottom: 0;
}
.margin {
	margin-top: 15px;
}
.margin-bottom {
	margin-bottom: 15px;
}
.copyright {
    background-color: #ffffff;
    color: #6d6e71;
    font-size: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
	font-weight: 400;
}


.well {
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    padding-top: 29px;
}
