.wrap {
    margin: 20px;
}

.wrap h1 {
    margin-bottom: 20px;
}

.form-table th {
    width: 200px;
}

.form-table td {
    padding: 15px 10px;
}

.form-table input[type="text"] {
    width: 25em;
}

.form-table input[type="checkbox"] {
    margin-top: 0;
}

.form-table .description {
    margin-top: 5px;
    color: #666;
    font-style: italic;
}

.settings-section {
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin-top: 20px;
    padding: 20px;
}

.settings-section h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.settings-section p {
    margin: 0 0 20px;
    color: #666;
}

.submit {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.pre-order-filters {
    margin: 20px 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.pre-order-filters select {
    min-width: 200px;
}

.wp-list-table .process-payment {
    margin-right: 5px;
}

.wp-list-table .process-payment.loading {
    opacity: 0.5;
    cursor: not-allowed;
}

.wp-list-table .column-actions {
    width: 120px;
}

.wp-list-table .column-status {
    width: 100px;
}

.wp-list-table .column-date {
    width: 120px;
}

.wp-list-table .column-total {
    width: 100px;
    text-align: right;
}

.wp-list-table .column-release-date {
    width: 120px;
}

/* Status colors */
.wp-list-table .status-pre-ordered {
    color: #f0ad4e;
}

.wp-list-table .status-processing {
    color: #5cb85c;
}

.wp-list-table .status-failed {
    color: #d9534f;
} 