.report-details-container td {
    padding: 12px;
}
 .EI-loginDetails .field.field--name-field-advisory-titles {
  display: none;
}

.EI-loginDetails .field--name-field-report-name {
  display: none;
}

.EI-loginDetails .field--name-field-report-years {
  display: none;
}

.EI-loginDetails .field--name-field-accepted-date {
  display: none;
}

.EI-loginDetails  .field--name-field-t-c {
  display: none;
}
 
.EI-loginDetails .field--name-field-subscription-category {
  display: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: unset;
}
.path-webform .messages__wrapper {
    margin-top: 100px;
    margin-bottom: 16px;
}
.path-webform .EI-Wrapper:has(.messages__wrapper) .EI-Article {
    margin-top: unset;
}