*, *:before, *:after {
  box-sizing: border-box;
}

td 
{
  vertical-align: top; 
  padding: 3px;
}

tbody>tr>:nth-child(3) {
  white-space: nowrap;
}
