@charset "utf-8";
/* CSS Document */

.app{
	background: #f6f6f6;
	padding-bottom: 32px;
}

.app #main{
	margin: 24px 0 32px;
	background: #fff;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding: 16px;
}
.app h1{
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	line-height: 1.3;
	padding:24px 16px 0;
}