
.table_wrap h2{
  /*width:80%;*/
  color:#212AA5;
  /*margin-left: auto;
  margin-right: auto;*/
  /*border:1px solid red;*/
}
tr {
  /*background-color: #949494;*/
}
td {
  /*color:white;*/
}
.table_title {
  background-color: #212AA4;
}
.rwd-table {
  /*display: block;*/
  /*margin-left:auto;
  margin-right: auto;*/
  border:1px solid red;
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  transition: 0.5s;
}
.rwd-table .table_value:hover {
   background-color: #212AA4;
  /*background: #34495E;*/
  color: white;
}

.table_value:hover td a{
  color: white;
}


.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}




.rwd-table {
  /*background: #34495E;*/
  width:81%;
  /*max-width: */
  color: #2D3693;
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #7A7A7A;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: white;
}
td a {  
  color:#212AA4;
  /*font-weight: 600;*/
}


/*td a:hover {
  color:white;
}*/