  /*tbody tr:nth-of-type(2n) {background-color: #f8f8f8;}*/
/*th {background-color:#e5e5e5;font-weight:bold;color:#fff;}*/
/*tbody tr td:nth-of-type(1) {font-weight: bold;}*/
.responsive caption {
    font-weight: bold;
    font-size: 130%;
    color: #004183;
    text-align: left;
    padding-bottom: 5px;
    line-height: initial;
}

.responsive tbody tr {vertical-align: top;}

.responsive thead th {
    text-align: center;
/*    background-color: #e5e5e5;*/
    color: #000000;
}

.responsive tfoot {
	font-size: 90%;
}

@media screen and (max-width: 48.9375em) {
.responsive table {width:100%;}
.responsive thead {display: none;}
/*tr:nth-of-type(2n) {background-color: inherit;}*/
.responsive tr td:first-child {background: #e5e5e5;}
.responsive tbody td,
.responsive tfoot td {
    display: block;  /*text-align:center;*/
}
.responsive tbody td:before,
.responsive tfoot td:before { 
    content: attr(data-th); 
    display: block;
/*    text-align:center; */
    font-weight: bold;
  }
}