img {
margin:10px;
border: 1px solid black
}

figure {
margin:5px;
}

figcaption {
font-style: italic;
font-size: smaller;
}

.h5 {
font-stretch: semi-expanded;
font-weight: bold;
}

/* Settings Selections Table */
 .slct {
  display: flex;
}
 
 .slct th {
  text-align: right;
  padding-left: 3px;
  padding-right: 3px;
  border-bottom: 1px groove #f2f2f2;
  height: 40px;
  line-height: 1;
}
 
 .slct tbody {
  display: flex;
  flex-direction: row;
}

 .slct tr {
  display: flex;
  flex-direction: column;
 }
  
 .slct td {
  border-left: 1px solid black;
  padding-left: 2px;
  padding-bottom: 1px;
  height: 40px;
  line-height: 1;
 }
 
 .slct td:nth-child(even) {
  background-color: #f2f2f2;
}

#lastRow td {
border-bottom: 1px groove #f2f2f2;
padding-bottom: 0px;
}
