button { padding: .55rem 1rem; border-radius: 10px; border: 1px solid #9995; background: #00000007; cursor: pointer; }
button:hover { background: #41414163; }

a.btn-del { background: #e74c3c; color:white; padding: .35rem .55rem; border-radius: 6px; text-decoration:none; }
a.btn-del:hover { background: #c0392b; }


a.btn-mod { background: #3cff00b1; color:white; padding: .35rem .55rem; border-radius: 9px; text-decoration:none; }
a.btn-mod:hover { background: #4ec02ba6; }