.item {
    position:relative;
    display:inline-block;
}

.notify-badge-red {
    position: absolute;
    right: 50px;
    bottom: 0px;
    background:red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:20px;
}

.notify-badge-blue {
    position: absolute;
    right: 50px;
    bottom: 0px;
    background:blue;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:20px;
}

.notify-badge-orange {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background:orange;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:20px;
}
