h1 {
	padding-bottom: 25px;
}

#guarantee {
	display: table;
}

#guarantee > div {
	display: table-row;
}

#guarantee > div > div {
	display: table-cell;
	vertical-align: top;
}

#guarantee > div > div:first-child {
	padding-right: 35px;
}

#guarantee > div:first-child > div:last-child {
	padding-bottom: 35px;
}

#fine_print {
	color: #dd141b;
	line-height: 1.5em;
	font-size: .75em;
}