#polygraph-container #play-container .question-container {
  max-width: 900px;
}
#polygraph-container .sticky {
  position: sticky;
  top: 60px;
  padding: 40px 0 20px;
  z-index: 100;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgb(249, 249, 249)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(249, 249, 249) 80%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  #polygraph-container .sticky {
    top: 50px;
  }
}
#polygraph-container .attempts-meter-container {
  margin: 0 auto 40px;
}
#polygraph-container #polygraph-game-container.scale-canvas canvas {
  width: 100%;
}
#polygraph-container .bottom-drawer {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 6px 0 #ccc;
          box-shadow: 0 2px 6px 0 #ccc;
}
#polygraph-container .bottom-drawer.incorrect .continue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#polygraph-container .bottom-drawer.incorrect .prompt,
#polygraph-container .bottom-drawer.incorrect svg {
  color: #f00;
}
#polygraph-container .bottom-drawer.incorrect .prompt {
  margin: 0;
  font-weight: bold;
}
#polygraph-container .bottom-drawer.incorrect svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
#polygraph-container .bottom-drawer.alternatives .button-answer-wrap {
  width: 100%;
}
#polygraph-container .bottom-drawer .continue-bottom {
  margin-top: 100px;
  width: 100%;
}
#polygraph-container .bottom-drawer h2 {
  margin-top: 0;
}
#polygraph-container .bottom-drawer .prompt {
  color: #4f39f6;
  margin-bottom: 20px;
}
#polygraph-container .bottom-drawer .continue {
  max-width: 320px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#polygraph-container .bottom-drawer .continue button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}