/* if you just want to hide pictures on those signatures and let the text visible */
td.genmed img { display: none !important; }

/* OR hide it all */
tr>td[class="genmed"]
{
display:none !important;
}