#page-keys {
  width: 100%;
}

td.fingerprint {
  font-family: monospace;
  overflow: hidden;
  text-overflow: ellipsis;

  /* td forces a min-width, which wins */
  max-width: 1px;
}
