table.custom-table-css {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 5px 0;
  padding: 0;
  width: 100%;
}

table.custom-table-css caption  {
  font-size: 1.5em;
  margin: .25em 0 .75em;
}

table.custom-table-css tr {
  border: 1px solid #ddd;
  padding: .35em;
}

table.custom-table-css th, table.custom-table-css td {
  padding: .625em;
  text-align: center;
}

table.custom-table-css th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

table.custom-table-css td img { text-align: center; }
@media screen and (max-width: 768px) {

table.custom-table-css { border: 0; }

table.custom-table-css caption { font-size: 1.3em; }

table.custom-table-css thead { display: none; }

table.custom-table-css tr {
  border-bottom: 3px solid #ddd;
  display: block;
  margin-bottom: .625em;
}

table.custom-table-css td {
  border-bottom: 1px solid #ddd !important;
  display: block !important;
  font-size: .8em !important;
  text-align: right !important;
}

table.custom-table-css td:before {
  content: attr(data-content);
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}


.table.custom-table-css td:empty:before{display:none;}

.table.custom-table-css .hidetablerow { display:none; }


table.custom-table-css td:last-child { border-bottom: 0; }
}
