/* Plugin dashboard specific styling */

.ner-dashboard table {
    border-radius: 6px;
}

.ner-dashboard form button {
    background-color: #0073aa;
    color: #fff;
    border-radius: 4px;
}

.ner-dashboard form button:hover {
    background-color: #005177;
}