.grafs-in-stock-notification-cell-renderer a {
    background: url(../images/in-stock-notification-cell-renderer.png) left center no-repeat;
    padding-left: 22px;
}

.grafs-in-stock-notification-cell-renderer-pending a {
    background-image: url(../../swat/images/swat-button-throbber.gif);
}

.grafs-in-stock-notification-cell-renderer-success a {
    background-image: url(../images/in-stock-notification-cell-renderer-success.png);
    background-position: 2px center;
    color: green;
    cursor: default;
    text-decoration: none;
}
