.tabs.primary a {
  padding: 5px;
}

.visually-hidden {
  /* display: none; */
}

h2.visually-hidden, a.visually-hidden {
  display: none;
}

.edit-block-link {
  position: absolute;
  left: -20px;
  display: none;
  z-index: 20;
}

.user-logged-in .edit-block-link {
  display: block !important;
}

nav.tabs a,
.edit-block-link {
  background-color: #0073af;
  color: white;
  text-decoration: none;
  padding: 10px !important;
  line-height: 2;
}
nav.tabs {
  background: transparent;
  position: fixed;
  bottom: 0;
  z-index: 99999;
}
.edit-block-link:hover,
nav.tabs a:hover {
  background-color: #209ddb !important;
}

nav.tabs a:link,
nav.tabs a:visited,
nav.tabs a:active,
.edit-block-link:link,
.edit-block-link:visited,
.edit-block-link:active {
  color: white;
  background-color: #0073af;
}

nav.tabs a {
  margin-right: 15px;
}

nav.tabs {
  width: 100%;
}

nav.tabs .tabs.primary {
  margin: 0 auto;
  background: transparent;
}

.tabs.primary li:nth-child(4),
.tabs.primary li:nth-child(5) {
  display: none !important;
}
