/**
 * Style for the Save widget and saved-to content
 */
#savedRecords {
  display: block;
}
#savedRecords #alreadySavedContainer {
  margin-bottom: 12px;
  overflow: auto;
}
#savedRecords #alreadySavedContainer .savedHeader {
  white-space: nowrap;
}
#savedRecords #alreadySavedContainer .savedContent {
  padding-left: 10px;
  width: 100%;
}
#savedRecords #alreadySavedContainer .savedContent,
#savedRecords #alreadySavedContainer .savedHeader,
#savedRecords #alreadySavedContainer #savedToMultipleHeader {
  display: table-cell;
  vertical-align: top;
}
#savedRecords #alreadySavedContainer .multiline {
  display: table;
  width: 100%;
}
#savedRecords #alreadySavedContainer .treeInfo {
  display: table-cell;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
#savedRecords #alreadySavedContainer .removeLink {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}
#savedToShoebox #shoeboxContainer {
  margin-bottom: 12px;
  overflow: auto;
}
#savedToShoebox #shoeboxContainer .shoeboxContent {
  display: table;
  width: 100%;
}
#savedToShoebox #shoeboxContainer .shoeboxContent .saveShoeboxMessage,
#savedToShoebox #shoeboxContainer .shoeboxContent .removeShoebox {
  display: table-cell;
}
#savedToShoebox #shoeboxContainer .shoeboxContent .removeShoebox {
  vertical-align: top;
  text-align: right;
}
