.subscriptionRow { cursor: pointer; transition: background .15s ease, box-shadow .15s ease; }
.subscriptionRow:hover, .subscriptionRow:focus { background: #f0f8f7; outline: none; box-shadow: inset 4px 0 #007a78; }
.subscriptionRow td:first-child small { display: block; margin-top: 4px; color: #74808a; }
.rowActions { white-space: nowrap; }
.icon { padding: 7px 10px; background: #e2f0ef; color: #075f5d; }
.danger { margin-left: 5px; background: #faecec; color: #a22; }
