table {
	border-collapse: collapse;
	width: 100%;
}

table, th, td {
	border: 1px solid #eeeeee;
}


th, td {
    padding: 10px;
}

tr:nth-child(odd) {
    background-color: #eeeeee;
}

th {
    background-color: #b7a57a;
    color: white;
    height: 30px;
}

h3{
    height: 30px;
}

td {
    width: 30%;
}
