/**
 * 
 */

table {
    width:100%;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;
    font-size: 10px;
}
table#resp01 tr:nth-child(even) {
    background-color: #eeeeee;
}
table#resp01 tr:nth-child(odd) {
   background-color:#ffffff;
}
table#resp01 th	{
    background-color: #36aae7;
    color: white;
}