/* Hide login links for paying USers */
a[data-drupal-link-system-path="pico-login"][data-pico-status="paying"] {
  display: none;
  visibility: hidden;
}
a[data-drupal-link-system-path="pico-subscribe"][data-pico-status="paying"] {
  display: none;
  visibility: hidden;
}

/* move ADA button */
.ll-at-toolbar-toggle {
  bottom: 103px!important;
  font-size: 22px!important;
  right: 18px!important;
}
#accessibility-toolbar-parent .ll-at-toolbar-toggle-underlay {
  bottom: 106px!important;
  right: 24px!important;
  height: 58px!important;
  width: 58px!important;
}
.accessiblity-toolbar-wrapper {
  bottom: 112px!important;
}
