/* Settings Tables */
.diogen-author-table th {
    font-size: 14px;
    padding: 8px 10px;
}

.diogen-author-table td {
    padding: 8px 10px;
    line-height: 1.2;
    vertical-align: middle;
}

.diogen-author-table tr:nth-child(even) {
    background-color: #e5e5e5;
}

.diogen-author-table tr:nth-child(odd) {
    background-color: #d1d1d1;
}

/* Settings section subheaders */
.diogen-content-wrapper form h2 {
    margin-top: 30px;
}

/* Provider choice */
.diogen-provider-choice-label {
    margin-right: 20px !important;
}