/* Add your custom css here */
h1 {
	font-size: 36px;
	margin-bottom: 30px;
}
h1 span.small{
	font-size: 24px;
}
.jonny .form > div > div > h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}