.napr-credit {
  position: fixed;
  z-index: 7;
  right: 20px;
  bottom: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .9);
  color: #222;
  font: 10px/1.2 Arial, sans-serif;
  pointer-events: none;
}

@media (max-width: 850px) {
  .napr-credit { bottom: 82px; }
}
