.table {
    border-spacing: 0;
    margin: 1rem;
    background-color: #f5f5f5;
}

.table__row:nth-child(even) {
    background-color: #e5e5e5;
}

.table__header {
    text-align: left;
}

.table__cell {
    pad: 8px;
}

#example td a:visited {
    color: blue !important;
}

#example td a:hover, #example a:active {
    color: red !important;
}

#example td li.active a {
    color: lightblue !important;
}

.logo-text {
    padding-left: 15px;
}

.specifier {
    font-size: 0.7em; /* Adjust the size as needed */
    color: #A9A9A9; /* Dark gray color */
}

.specifier_top {
    font-size: 0.7em; /* Adjust the size as needed */
    color: #A9A9A9; /* Dark gray color */
}