.table a
{
    display:block;
    text-decoration:none;
}
#my-div {
    background-color: none;
    width: 300px;
    height: 20px;
}
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}