/* Updated stylesheet with row separation */
.edm-download-btn {
    display: inline-block;
    padding: 0 12px;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    color: #fff;
    background: #1f4dbb;
}

.widefat.striped tbody tr:nth-child(odd) {
    background-color: #f9f9f9; /* For distinction */
}

.widefat.striped tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.edm-copy-confirm { font-size: 13px; vertical-align: middle; color: green; margin-left:8px; }