.item {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    line-height: 60px;
}

.item.item-circle {
    border-radius: 50%;
}

.img-avatar {
    display: inline-block !important;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff
}

.text-white-op {
    color: rgba(255, 255, 255, 0.85);
}

.small-avatar>.img-avatar {
    width: 40px !important;
    height: 40px !important;
}

.small-avatar>.item {
    width: 40px !important;
    height: 40px !important;
    font-size: 15px;
    line-height: 40px;
}