[data-notify]
{
    position: relative;
}

[data-notify]:after
{
    content: attr(data-notify);
    font-size: 10px;
    line-height: 2;
    margin-top: -1em;
    position: absolute;
    top: 50%;
    padding: 0 0.75em;
    background-color: RGBA(0,0,0,0.5);
    box-shadow: 0 0 0 1px RGBA(255,255,255,0.3);
    border-radius: 0.75em;
    color: #fff;
    right: 1rem;
    display: block;
    text-transform: uppercase;
}
