<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Sticky Footer */

html, #W {
  height: 100%;
}

#W .wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -2.5em;
}

#W .footer, .push {
  height: 2.5em;
  line-height: 1.4;
}

#W .footer {
  overflow: hidden;
}

#W .footer-inner {
  padding: 5px 0;
}


/* General */

#W {
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: 16px;
  cursor: default;
  background-attachment: fixed;
}

#W .inner {
  max-width: 980px;
  margin: 0 auto;
}

#W .topbar {
  min-height: 2.5em;
  line-height: 2.45em;
}

#W .topbar-inner {
  max-width: none;

}

#W .quiz-wrap {
  max-width: 550px;
  margin: 0 auto;
}

#W .pfn-video-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#W .pfn-video-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#W .pfn-menu-wrap {
  text-align: center;
}

#W .pfn-menu-wrap li {
  display: inline-block;
  padding: 0 10px;
}

#W.pfn-response-shown .pfn-question-area,
#W.pfn-question-area-hidden .pfn-question-area {
  display: none;
}

</pre></body></html>