@charset "utf-8";
  
#main{
	-webkit-flex-flow: column;
			flex-flow: column;
}

#main > article{
	-webkit-order: 0;
			order: 0;
}
  
header, footer {
	min-height: 10px;
	max-height: 50px;
}


