<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.responsive_table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.responsive_table table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
.responsive_table table th{
  padding: 0.625em;
  text-align: center;
  background: #1f4286;
  color: #fff;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.responsive_table table td:first-child {
  text-align: center;
}
.responsive_table table td:last-child {
  text-align: center;
}
.responsive_table table td {
  padding: 0.625em;
  text-align: left;
}

.table-v2 .table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
.table-v2 .cell {
  padding: 6px 12px;
  display: table-cell;
}
.table-v2 .row {
  display: table-row;
  background: #f6f6f6;
}
.table-v2 .row:nth-of-type(odd) {
  background: #e9e9e9;
}
.table-v2 .row.blue {
  background: #2980b9;
}
.table-v2 .row.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}

@media screen and (max-width: 767px) {
  .responsive_table table {
    border: 0;
  }
  .responsive_table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .responsive_table table tr {
    border-bottom: 3px solid #ddd;
    /*display: block;*/
    margin-bottom: 0.625em;
  }
	
  .responsive_table table td {
    border-bottom: 1px solid #ddd;
    display: flex;
    font-size: 0.8em;
    text-align: left;
  }
  .responsive_table table td:before {
    content: attr(data-label);
    text-align: left;
    min-width: 50%;
    max-width: 50%;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 5px;
    background: #1f4286;
    color: #fff;
  }
  .responsive_table table td:last-child {
    border-bottom: 0;
  }
  .responsive_table table td span {
    text-align: left;
    padding: 10px;
  }
  .table-v2 .responsive_table table td {
    flex-direction: column;
  }

}/*# sourceMappingURL=table.css.map */

.table-heading {
    background: #1f4286;
    padding: 10px;
    color: #fff;
    margin-bottom: 0px;
}

.responsive_table .fa-download {
    color: #007bff;
}
.wrap_text_table {
    table-layout: auto;
    width: 100%;
}

.wrap_text_table td,
.wrap_text_table th {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}

</pre></body></html>