.node__content table td {
   padding:5px;
   vertical-align:top;
}

.node__content table td:first-child {
 //  padding-left:0px;
}

.node__content table td:last-child {
//   padding-right:0px;
}

.node__content figcaption {
  font-size: smaller;
  font-weight:bold;
  text-align:center;
  line-height:1.3;
}