﻿*.icon-grey {color: grey}
i {   
    width:100px;
    text-align:center;
    vertical-align:middle;
    position: relative;
}

.badge {
    font-size: 18px;
}

.badge:after{
    content: attr(data-count) !important;
    position: absolute;
    background: #e83e26;
    height: 2rem;
    top: -1rem;
    right: 3rem;
    width: 2rem;
    text-align: center;
    line-height: 1.8rem;
    font-size: 1.1rem;
    border-radius: 50%;
    color: white;
    border: 2px solid white;
}