Fixed, no more borders anywhere with only this code.
<style type="text/css">
table.dfdfoot {
border-spacing: 0;
border-collapse: separate;
border: none;
width:450px;
text-align:left;
}
table.dfdfoot th {
font-size : 100%;
background:#3A3C41 none; color:#ffffff;
}
table.dfdfoot td {
font-size:77%;
background:#3A3C41; color:#ffffff;
}