.table .standardTable table,
.table .highlightedTable table {
  margin: 0 auto;
  overflow-x: auto;
  display: block;
}
.table .standardTable table td,
.table .highlightedTable table td {
  min-width: 215px;
}
.table .standardTable a,
.table .highlightedTable a {
  text-decoration: underline;
}
.table .standardTable a:hover,
.table .highlightedTable a:hover {
  text-decoration: none;
}
.standardTable table {
  border: 1px solid #dddddd;
}
.standardTable table th {
  min-height: 70px;
  justify-content: flex-start;
  align-items: center;
  background-color: #f8f8f8;
  font-family: RepsolSoleDisplayRegular, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #757575;
  padding: 20px;
  border: 1px solid #dddddd;
}
.standardTable table td {
  padding: 20px;
  min-height: 192px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  font-size: 16px;
  font-family: RepsolSoleDisplayRegular, sans-serif;
  color: #757575;
  text-align: left;
  vertical-align: top;
}
.standardTable table td p {
  color: #757575;
}
.highlightedTable table {
  border: 0;
  border-collapse: collapse;
}
.highlightedTable table tr {
  border-bottom: 1px solid #dddddd;
  border-right: 0;
}
.highlightedTable table tr:nth-child(2n+2) {
  background-color: #f8f8f8;
}
.highlightedTable table th {
  border: 0;
  padding: 16px;
  font-family: RepsolSoleDisplayRegular, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}
.highlightedTable table td {
  border: 0;
  padding: 16px 16px;
  font-family: RepsolSoleDisplayRegular, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.highlightedTable table td:last-child {
  border-right: none;
}
