/* Style the form table */
.form-table td {
    padding: 10px;
}

/* Style the submit button */
.submit {
    margin-top: 20px;
}

/* Style the table */
.wp-list-table {
    margin-top: 20px;
}

/* Style the table headers */
.wp-list-table thead th {
    font-weight: bold;
    background-color: #f7f7f7;
}

/* Style the table rows */
.wp-list-table tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
}

.wp-list-table tbody tr:nth-child(even) {
    background-color: #fff;
}

/* Style the table cells */
.wp-list-table td {
    padding: 10px;
}

/* Style the edit and delete buttons */
.button {
    padding: 5px 10px;
    margin-right: 5px;
    text-decoration: none;
    border-radius: 3px;
    background-color: #0073aa;
    color: #fff;
    border: none;
}

.button:hover {
    background-color: #005e8b;
}

/* Style the add key form */
.form-table th {
    text-align: left;
    width: 200px;
}

.form-table input[type="text"] {
    width: 400px;
}

/* Style the edit key form */
.wrap h1 {
    margin-bottom: 20px;
}

.wrap form {
    margin-top: 20px;
}

.wrap table {
    width: 100%;
    margin-bottom: 20px;
}

.wrap table th {
    text-align: left;
    width: 200px;
}

.wrap table input[type="text"] {
    width: 400px;
}

.wrap .submit {
    margin-top: 20px;
}
