/* reset
---------------------------------------------- */
@import url("reset.css");
 
/* page format
---------------------------------------------- */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #4C566C;
	font-weight: bold;
	background: #C5CCD3 url(../img/pinstripes.png) repeat 0 0;
	padding: 10px;
	line-height: 20px;
}
 
#form legend {
	display: none;
}

ul {
	background-color: #fff;
	color: #000;
	border-radius: 8px;
	border: 1px solid #d9d9d9;
	margin: 5px 0;
}

ul li {
	padding: 12px 10px;
	border-bottom: 1px solid #d9d9d9;
}

li:last-of-type {
	border-bottom: none;
}

li.answer {
	font-weight: normal;
}

li.answer label:first-of-type {
	margin-right: 15px;
}

h1 {
	margin-bottom: 10px;
	font-size: 22px;
}

#header h2 {
	font-weight: normal;
	background-color: #DCE1EB;
	margin: 0 -10px 10px;
	padding: 5px 10px;
	border-top: 1px solid rgba(76, 86, 108, 0.3);
}

#family-history h2 {
	font-size: 20px;
	margin-top: 10px;
}

#family-history p {
	font-weight: normal;
	font-size: 14px;
}

input[type=button] {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}
