@media (max-width: 600px) {
table.bnc-responsive {width:100%;}
table.bnc-responsive thead {display: none;}
table.bnc-responsive tr:nth-of-type(2n) {background-color: inherit;}
table.bnc-responsive tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
table.bnc-responsive tbody th {display: block;  text-align:center;}
table.bnc-responsive tbody td {display: block;  text-align:center;}
table.bnc-responsive tbody td:before {
    content: attr(data-th);
    display: block;
    text-align:center;
  }
}

table.bnc-responsive tbody tr:nth-of-type(2n) {background-color: #f0f0f0;}
table.bnc-responsive th {background-color:#094D7E;font-weight:bold;color:#fff;}
table.bnc-responsive tbody tr td:nth-of-type(1) {font-weight: bold;}
