html, body{
	height: 100%;
}

body{
	background-color: #f6f6f6;
}

header{
    /*padding-top: 35px;*/
    padding-top: 5px;
    padding-bottom: 3px;
    border-bottom: 2px solid #d0d0d0;
    margin-bottom: 25px;
	background-color: white; 
}

.header__logo{
	float: left;
}

.username-header{
  float: left;
  margin-top: 30px;
  margin-right: 15px;
  font-weight: 600;
}


.main_wrapper{
	min-height: 100%;
  	padding-bottom: 70px;
}

footer{
  height: 60px;
  margin-top: -60px;
  text-align: center;
  padding-top: 20px;
}