/*for styleguide only*/
.style .dropdown {
 display: inline-block;
 margin-bottom:20px;
}
/*for styleguide only*/

/* avatar circles */

.circle {
    background: #004B7A;
    border: 2px solid #004B7A;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 2.5;
    font-size: .75rem;
}

.circle:after {
    content: attr(data-author);
    display: block;
}
.avatar .circle span,
.notifications .circle i {
    position: relative;
    bottom: 4px;
}
.circle {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    line-height: 2.25;
}

.notifications .circle {
    line-height: 2.75;
}
.avatar {
    white-space: nowrap;
    font-family: "Font Awesome\ 5 Pro" !important;
    border: 0px;
    outline:none;
}

    .avatar:after {
        content: "\f078";
        font-family: "Font Awesome\ 5 Pro" !important;
        line-height: 1;
        position: relative;
    }

.notifications a:after {
    top: -4px;
}


/* end avatar circles */