.signalkinds-list-reports-button {
    background-color: var(--brand-accent);
    color: var(--white-color);
    border: none;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.1em;
    margin: 8px;
}

.signalkinds-list-reports-button:hover {
    opacity: 0.9;
}

.signalkinds-parent table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
}

.signalkinds-parent table th:nth-child(2),
.signalkinds-parent table td:nth-child(2),
.signalkinds-parent table td:nth-child(3) {
    text-align: right;
}

.back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--brand-accent);
    color: var(--white-color);
    text-decoration: none;
    margin-right: 10px;
}

.back-button:hover {
    opacity: 0.9;
}