.counter {
    background-color: #359323;
    border-radius: 21px;
    position: relative;
    font-size: 11px;
    color: #eeeeee;
    font-family: 'Roboto Bold';
    /*right: -15px;*/
    top: -6px;
}

/* -- SPACING -- */

.counter {
    line-height: 21px;
    margin-left: 18px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
}
