/* Entity Profile Badge */
.profileBadge {
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  vertical-align: middle; 
}
.profileBadgeAcronym {
  background: #ebebeb;
  width: 100%;
  height: 100%;
  color: #666;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  font-family: Century Gothic;
  padding: 4px 0px 0px 0px;
}