@CHARSET "UTF-8";

.form-table {
    background-color: #fff;
    border: 3px solid #ddd;
}

.form-table th {
    text-align: right;
    font-weight: bold;
}

.wrap h3 {
    margin-top: 30px;
}


p.submit {
    margin-top: 5px;
    padding: 5px;
}

.hints {
    border: 1px solid #aaf;
    background-color: #fafaff;
    padding: 5px;
    margin-top: 10px;
    border-bottom-left-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
}

.widefat th {
    text-align: left;
}