.table h3 {
  background-color: #458dc9;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
  color: #fff;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.table th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.table th {
  background-color: #f2f2f2;
  font-weight: bold;
     background-color: #458dc9;
    padding: 10px;
    margin-top: 30px;
    color: #fff;
}

.table .section-header {
  background-color: #e6e6e6;
  font-weight: bold;
  text-align: left;
}

.table .note {
  font-size: 0.9em;
  vertical-align: top;
}

.table p {
  text-align: left;
  line-height: 18px;
}

@media (max-width: 768px) {

  .table table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table tr {
    margin-bottom: 10px;
  }

  .table td {
    border: none;
    position: relative;
    padding-left: 50%;
  }

  .table td:before {
    content: attr(data-label);
    position: absolute;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }

  .table .section-header {
    padding-left: 8px;
  }
}
