colaborador-avatar {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: #cccccc;
  box-sizing: border-box;
  border-radius: 100%;
}
colaborador-avatar .__container {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
colaborador-avatar img.__container {
  animation: 500ms colaborador-avatar--enter;
}
colaborador-avatar .__figure {
  fill: #808080;
}
@keyframes colaborador-avatar--enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

colaborador-code {
  width: 40px;
  height: 16px;
  line-height: 16px;
  font-family: monospace;
  font-size: 10px;
  font-weight: 700;
  background: #f7f7f7;
  color: #808080;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  /*&:hover {
		top        : -1px;
		box-shadow : 0 1px 1px rgba(0, 0, 0, 0.5);
	}*/
}
