@charset "utf-8";
/* CSS Document */

.table .thead-dark th {
    color: #fff!important;
    background-color:#8d1d43!important;
    border-color: #8d1d43!important;
}
.table {
 color: rgba(0,0,0,.87) !important
}
.table-comparison td:first-child, .table-comparison th:first-child {
 text-align: left;
 font-weight: 700;
 font-size: 18px !important;
 color: #1265a8 !important;
	
}
.table thead th {
 vertical-align: bottom;
 border-bottom: 2px solid #dee2e6;
 font-size: 18px !important;
 color: #ce3438 !important
}
.table tr {
 border-bottom: 1px solid #f0f0f0
}
.table thead tr {
 border-bottom: 2px solid #f0f0f0
}
.table td, .table th {
 padding: .5em
}
.table th {
 text-align: left
}
@media screen and (max-width:991px) {
 .table {
  margin: 0 auto;
  width: 100%;
  border-spacing: 0
 }
 .table thead {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden
 }
 .table tbody, .table td, .table th, .table tr {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal
 }
 .table tr td, .table tr th {
  padding: 1em 1em;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  border: 1px solid #edf0f1;
  border-top: none;
  width: 100%;
  white-space: normal
 }
 .table th[scope=row] {
  width: 100%;
  text-align: center;
  display: block;
  background-color: #b3bfc6;
  margin: 0 auto;
  padding: .5em 0
 }
 .table td[data-header]:before {
  content: attr(data-header);
  display: block;
  float: left;
  width: 50%;
  color: #000;
  font-weight: 700;
  text-align: left
 }
 .table td[data-header] > * {
  display: block;
  width: 50%;
  float: right;
  clear: right;
  padding-left: 1em;
  margin-top: 0
 }
 .table td[data-header]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  border-right: 1px solid #edf0f1;
  padding-bottom: 200%;
  display: block
 }
}