h1 {
	font-size: 37px;
}

div.note {
	clear: both;
	margin-top: 40px;
	background: #f6f6f6;
	padding: 10px 20px;
	overflow: hidden;
	margin-bottom: 10px;
}

div.note div.about {
	font-size: 18px;
	line-height: 18px;
	color: #666;
	float: left;
	margin-top: 10px;
}

div.note div.button {
	overflow: hidden;
	padding: 5px;
	margin-left: 20px;
	float: left;
}

div.note div.button a {
	float: left;
	padding: 3px 13px 4px 13px;
	background: #019dd6 url(/assets/images/button-bg.jpg) 0 0 repeat-x;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 7px;
	border: 2px solid #fff;
	box-shadow: 0 0 5px #ccc;
}

div.note div.button a:hover {
	text-decoration: none;
}

div.layout.last {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

div.details h2 {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: -5px;
	color: #000;
}
div.hero.home h1 {
    width: 450px;
}