.icl-tables {
  margin: 1rem 0 6rem 0;
}
.icl-tables table {
  width: 100%;
}
.icl-tables th {
  padding: 1rem;
}
.icl-tables th:not(:first-child) {
  text-align: left;
}
.icl-tables td {
  font-size: 1rem;
  min-width: 4em;
  padding: 1rem;
  font-weight: 400;
  border-bottom: 1px solid #959595;
  vertical-align: top;
}
.icl-tables td:nth-child(1) {
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
.icl-tables td:not(:first-child) {
  text-align: left;
}
.icl-tables .table-header {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.5rem;
}
.icl-tables .table-header .table-title h3 {
  font-size: 1.875rem;
}
.icl-tables tr:last-child td {
  border-bottom: 1px solid #e1e1e1;
}
.icl-tables .icl-tables-content {
  overflow-x: auto;
}
.icl-tables .icl-tables-content .table-titles {
  border-bottom: 4px solid;
}
.icl-tables.popup {
  margin: 0;
}
.icl-tables.popup .table-print {
  display: none;
  pointer-events: none;
}
.icl-tables .table-description {
  color: #6d6d6d;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 100px;
}
