.page {
	background:#fff;
	border:1px solid #789c44;
	padding:14px;
}
.page span {
	white-space:normal;
	line-height:unset;
}
.page .title {
	text-align:center;
	margin:0 0 14px;
}
.page .title h2 {
	font-size:21px;
	display:inline-block;
	border-bottom:2px solid #f6c773;
	margin:10px 0 0;
	padding:0 0 6px;
}
