#chestionar {
	border-collapse: collapse;
}

#chestionar td {
	padding-top: 10px;
	padding-bottom: 10px;
}

#chestionar tr {
	border-bottom: 1px solid black;
}

#chestionar tr:nth-child(2n) td {
    background-color: #E8E8E8;
}