.dotUser{
  background: #cccccc;
  height:35px;
  width:35px;
  border-radius: 50%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.userRole{
	padding: 7px 0px;
  width: 100px;
	border-radius: 20px 20px 20px 20px;
	/*border:1px solid #d9d9d9;*/*/
}
.userRole p{
  font-weight: bold;
}

