@charset "utf-8";

div.superTopbar a { display: inline-block; color: rgb(0, 0, 0); font-weight: bold; text-decoration: none; animation: 3s ease-in-out 0s infinite normal none running smoothBlink; }

@media (min-width: 1024px) {
  div.superTopbar { text-align: center; padding: 10px 20px; background: rgb(255, 255, 255); }
}