.mx_Pill {
  border-radius: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  : 1.0625rem;
  padding: .0625rem .4em;
  vertical-align: text-top;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: black !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white !important;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
}
a.mx_Pill {
  text-decoration: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: white;
}
a.mx_Pill span.mx_BaseAvatar {
  background-color: #fff;
  color: #000;
  border-style: none;
  height: 16px;
  width: 16px;
  text-align: center;
  border-radius: 50%;
  line-height: 100%;
}
