.quickLinks {display:none;}
table.services {
    width:100%;  padding: 5px;
}
table.services, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;
}
table.services#01 tr:nth-child(even) {
    background-color: #eee;
}
table.services#t01 tr:nth-child(odd) {
   background-color:#fff;
}
table.services#t01 th	{
    background-color: black;
    color: white;
}
table.services, th {
    background-color: #eeeeee;
}
table.services, td {
    background-color: #ffffff;
}