table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Sticky Footer */

html, body#W {
  height: 100%;
}

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

#W .footer,
#W .push {
  height: 50px;
  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 .svs-video-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

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

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

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

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

