table tbody tr td {
    vertical-align: middle !important;
}

.notification {
    background-color: #555;
    color: white;
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.notification:hover {
    background: red;
}

.notification .badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 6px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
}