div.folderAndItemSelect .breadcrumb {
  margin-bottom: 5px;
}

div.glryItemActions {
  position: absolute;
  z-index: 100;
  top: 3px;
  right: 3px;
  text-align: right;
}

div.glryFolderName {
  font-size: medium;
  margin-top: 0px;
  margin-bottom: 3px;
  overflow-wrap: anywhere;
}

div.glryItemDescription {
  font-size: small;
  margin-top: -2px;
  margin-bottom: 3px;
  overflow-wrap: anywhere;
  max-height: 120px;
  overflow-y: auto;
}

div.glryItemAttribution {
  font-size: x-small;
  font-style: italic;
  color: rgb(120, 120, 120);
  line-height: 1.3em;
  margin-bottom: 3px;
  overflow-wrap: anywhere;
  max-height: 80px;
  overflow-y: auto;
}