#skipToResults {
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}

#skipToResults:focus {
  width: auto;
}
