table{width: 100%}

tbody{}

tr{}

th{}

td:nth-child(2){width: calc(100% - 5 em);}
td:last:child{width: 3em}

a {text-decoration: none; font-weight: bold; color: red; }