.documents_table_edit {
    background: #2da936;
}

.documents_table_edit:hover {
    background: #79e180;
}

.documents_table_delete {
    background: #ea3d3e;
}

.documents_table_delete:hover {
    background: #e99a9a;
}