@charset "utf-8";

.countdown_timer { width: 100%; }

#clockdiv { width: 100%; margin: auto; font-family: Helvetica, Arial, "sans-serif"; color: rgb(5, 71, 92); font-weight: 100; text-align: center; font-size: 1.25em; padding-top: 1%; padding-bottom: 1%; position: relative; letter-spacing: 2px; }

.bold { font-weight: bold; }

.close-button { position: absolute; top: 0px; right: 0px; cursor: pointer; font-size: 0.7em; padding: 5px; border: none; background: transparent; z-index: 1; }

@media (min-width: 769px) {
  .close-button { padding-right: 30px; }
}

a { text-decoration: none; }