body {
	text-align: center;
	font-family: Georgia, Serif;
	font-size: 13px;
	line-height: 1.5em;
	
	background: #eaeaea;
}

.title {
	font-size: 30px;
	margin-bottom: 1.5em;
	
	font-style: italic;
	text-shadow: 0px 2px 0px #fff;
}

table {
	margin-left: auto;
	margin-right: auto;
	width:95%;
	border-collapse: collapse; 
	background: #fff;
	margin-top: 20px;
	border: solid 5px #CCC;
}

	table tr td, table tr th {
		padding: 8px;
		vertical-align: top;
		text-align: center;
		padding-top: 19px;
	}
	
	table tr th {
background-image: -webkit-linear-gradient(top, #ba141a 65%,#ed1c24 100%);
border-bottom: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
		color: #fff;
		
	}
	
	table tr td {
		cursor: pointer;
		border-bottom: 1px solid #eaeaea;
		font-family: "Myriad Pro";
		border-right: 1px solid #eaeaea;
	}
	
	table tr:hover {
		background-image:-webkit-linear-gradient(top, #F2787D 65%,#F2787D 100%);
color: #fff;
	}

.col-input {
	width: 1%;
}

.col-name {
	width: 20%;
}

.col-response {
	width: 15%;
}

a, a:visited, a:hover {
	text-decoration: none;

}