.app-browse-multi-select__label {
  display: table;
  float:   right;
  margin:  initial;
  padding: initial;
  width:   100%;
}

.app-browse-multi-select__label:hover .app-browse-multi-select__label-text {
  visibility:      visible;
  text-decoration: underline;
  cursor:          pointer;
}

.app-browse-multi-select__label-text {
  display:        table-cell;
  visibility:     collapse;
  padding-right:  10px;
  color:          #365899;
  vertical-align: middle;
  text-align:     right;
  white-space:    nowrap;
  font-weight:    bold;
}

.app-browse-multi-select__input {
  display: table-cell;
}
