some quick fixes
add this to the css:
Code:
.brush-links td {
padding: 0;
}
Code:
.brush-links td a {
text-decoration: none;
color: #FFF !important;
width: 150px;
display: block;
padding: 5px; /* increase this if you want more room around the text */
}