
/* Header User Initials icon */ 
[data-initials]:before {
background: #099bdd;
color: white;
opacity: 1; 
content: attr(data-initials); 
display: inline-block; 
font-weight: bold; 
border-radius: 50%; 
vertical-align: middle; 
margin-right: 0.5em; 
width: 30px; 
height: 30px; 
line-height: 30px; 
text-align: center; 
}

 