.responsive-table2 {
  width: 100%;
  margin-bottom: 1em;
}
.responsive-table2 thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  z-index:99;
}
.responsive-table2 thead th {
  background-color:#727272;
  border: 1px solid #FFFFFF;
  font-weight: normal;
  text-align: center;
  color: white;
}
.responsive-table2 thead th:first-of-type {
  text-align: left;
}
.responsive-table2 tbody,
.responsive-table2 tr,
.responsive-table2 th,
.responsive-table2 td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
  color:rgba(0,0,0,1.00);
}
.responsive-table2 th,
.responsive-table2 td {
  padding: .5em;
  vertical-align: middle;
}
.responsive-table2 caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color:#000000;
}
.responsive-table2 tfoot {
  font-size: .8em;
  font-style: italic;
}
.responsive-table2 tbody tr {
  margin-bottom: 1em;
  border: 2px solid #2B65A1;
}
.responsive-table2 tbody tr:last-of-type {
  margin-bottom: 0;
}
.responsive-table2 tbody th[scope="row"] {
  background-color: #2B65A1;
  color: white;
}
.responsive-table2 tbody td[data-type=link] {
  text-align: center;
}
.responsive-table2 tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.90);
}
.responsive-table2 tbody td {
  text-align: left;
  border-bottom: 1px solid #727272;
}


@media (min-width: 75em) {
  .responsive-table2 th,
  .responsive-table2 td {
    padding: .75em;
  }
}
@media (min-width: 62em) {
  .responsive-table2 {
    font-size: 1em;
  }
  .responsive-table2 th,
  .responsive-table2 td {
    padding: .75em .5em;
  }
  .responsive-table2 tfoot {
    font-size: .9em;
  }
}
@media (min-width: 52em) {
  .responsive-table2 {
    font-size: .9em;
  }
  .responsive-table2 thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
  .responsive-table2 tr {
    display: table-row;
  }
  .responsive-table2 th,
  .responsive-table2 td {
    display: table-cell;
    padding: .5em;
  }

  .responsive-table2 caption {
    font-size: 1.5em;
  }
  .responsive-table2 tbody {
    display: table-row-group;
  }
  .responsive-table2 tbody tr {
    display: table-row;
    border-width: 1px;
  }
  .responsive-table2 tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
  .responsive-table2 tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
  .responsive-table2 tbody td {
	text-align: left;
  }
  .responsive-table2 tbody td[data-title]:before {
    content: none;
  }
}
