#block-block-22 > div > p:nth-child(1) {
  display: none !important;
}

.site-kb-navigation {
  position: fixed;
  top: 20vh;
  right: 0;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
}

.site-kb-navigation a {
  position: absolute;
  left: -9999px; /* hidden visually */
  color: black;
  border: 1px solid black;
}

.site-kb-navigation a:focus {
  position: static;
  padding: 8px;
  top: 12px;
  right: 12px;
  left: auto;
  display: inline-block;
  margin: 3px;
}
