.text-muted {
  font-weight: 900;
  font-size: 14px;
  color: black;
}

.circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #3498db;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
	font-size: 12px;
}

.initials {
    display: inline-block;
}