.Label {
  font-weight: 500;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.5);
}
.Label.label-xs {
  font-size: 10px;
}
.Label.label-sm {
  font-size: 12px;
}
.Label.label-md {
  font-size: 14px;
}
.Label.label-lg {
  font-size: 16px;
}
.Label.label-xl {
  font-size: 18px;
}
.Label.LabelRequired {
  font-weight: bold;
}

.Label .Icon {
  cursor: pointer;
  margin-left: 8px;
  font-size: 12px;
  opacity: 0.65;
  outline: none;
  transition: all linear 100ms;
}
.Label .Icon:hover, .Label .Icon:focus {
  opacity: 1;
}
.Label .ListGroup {
  display: none;
}
/*# sourceMappingURL=Label.css.map */
