/* labels list */
ul.labels {
  display: block;
  list-style-type: none;
  margin: 0 0 -5px;
  /* compensate for the line-height so the last line of labels doesn't have extra bottom space */
  padding: 0;
}
ul.labels li {
  display: inline;
  font-size: 0;
  margin: 0;
}
ul.labels li .lozenge {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3.01px;
  /* 3.01 for IE10 */
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  padding: 1px 5px;
  margin: 0 3px 0 0;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.labels li .lozengea:hover,
ul.labels li .lozengea:focus {
  border-color: #707070;
  text-decoration: none;
}
ul.labels li .edit-labels {
  vertical-align: top;
}
ul.labels li .edit-labels.icon-edit-sml {
  background-position: 3px -698px;
}
ul.labels li .edit-labels.icon-edit-sml:hover {
  background-position: -22px -698px;
}
.label-alphabetical {
  font-size: 0;
  line-height: 1;
}
.label-alphabetical .aui-label {
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: bottom;
}
.ka ul.labels li .edit-labels {
  display: none;
}
