

.table-xtra-condensed > thead > tr > th,
.table-xtra-condensed > tbody > tr > th,
.table-xtra-condensed > tfoot > tr > th,
.table-xtra-condensed > thead > tr > td,
.table-xtra-condensed > tbody > tr > td,
.table-xtra-condensed > tfoot > tr > td {
  padding: 2px;
}
/* This was added for Slippr V2, and is used in T-shoppe */
li { font-size: 20px; }
/* make pictures resize on mobile */
img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
} 
