form {
    color:#fff;
  } 

  .purple-bg {
    background-color: #4d148c!important;
  }

  .fx-inputwrap a { 
    color:#fff;
  }

  input {
    height:25px;
  }
  .fx-block.fx-share > .bill-icon {
    vertical-align: top;
    padding-top: 15px;
  }

  .bill-icon img {
    width: 70px;
    height: auto;
    padding-left: 20px;
  }

  .fx-copy {
    color:#fff;
  } 

  h2 {
    color:#fff!important;
  }
  .game-container {
    position: relative;
  }
  .game-grid::after {
    content: "";
    display: table;
    clear: both;
  }
  @media screen and (min-width: 860px) {
    .game-left-col {
      width: 37%;
      float: left;
      margin-right: 3%;
    }
    .game-right-col {
      width: 60%;
      float: left;
    }
  }
  #start-button {
    margin: 0 0 0 0;
  }
  #game {
    font-size: 0;
    height: 0;
    text-align: center;
    max-height: 0;
    padding: 0;
    box-shadow: none;
    transition: max-height 200ms ease-in-out;
    overflow: hidden;
  }

  #game.show {
    font-size: 16px;
    padding: 2rem;
    height: auto;
    max-height: 5000px;
  }

  .gauge-container {
    display: inline-block;
    border-bottom: 1px solid #47338f;
    position: relative;
  }

  @media screen and (min-width: 860px) {
    .gauge-container {
      border-bottom: none;
    }
  }
  .score-number {
    width: 5rem;
    text-align: center;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    margin-left: -2.5rem;
    font-size: 46px;
    font-weight: bold;
    color: #47338f;
  }
  .question {
    text-align: left;
    display: none;
  }
  .question:first-child {
    display: block;
  }
  .question p {
    font-size: 23px;
    color: #47338f;
  }
  .question .number {
    font-weight: bold;
    color: #47338f;
  }
  .answers label {
    display: block;
    border-bottom: 4px solid transparent;
    margin: 0 0 .4rem;
  }
  .answers label.correct .text {
    border-bottom: 4px solid #1fca23;
  }
  .answers label.incorrect .text {
    border-bottom: 4px solid #fb0f1b;
  }
  input[type="checkbox"] {
    height: 14px;
    width: 25px;
  }
  .progress-bar {
    padding: 2rem 0 0;
    text-align: center;
  }
  .indicator {
    border-bottom: 6px solid #e5e5e5;
    display: inline-block;
    margin: 0 0.1rem;
    width: 75px;
    height: 50px;
  }
  .indicator.current {
    background: none;
    border-color: #47338f;
  }
  .indicator.correct {
    background: url('images/icon-correct.svg') no-repeat center;
    border-color: #1fca23;
  }
  .indicator.incorrect {
    background: url('images/icon-incorrect.svg') no-repeat center;
    border-color: #fb0f1b;
  }
  #game-end-times-up {
    display: none;
    position: relative;
  }
  #game-end {
    display: none;
    position: relative;
  }
  @media screen and (min-width: 860px) {
    #game-end {
      padding-top:1rem;
    }
    #game-end-times-up {
      padding-top: 2rem;
    }
  }
  #game-end p {
    color: #47338f;
  }
  .game-end-text {
    color: #47338f;
    font-size: 24px;
  }
  .game-end-text .score{
    font-size: 30px;
    font-weight: bold;
  }
  #game-end .fx-btn{
    margin: 0;
/*    background-image: "https://s3-media4.fl.yelpcdn.com/bphoto/Nt6ych1A-3hl8vDgQD1IAA/ls.jpg"
*/  }

  #game-end .learnmore:link, #game-end .learnmore:visited {
    color: #47338f;
    text-decoration: underline;
  }
  #game-end .learnmore:hover, #game-end .learnmore:active {
    color: #47338f;
    text-decoration: none;
  }
  .fx-btn:link, .fx-btn:visited, .fx-btn:hover, .fx-btn:active {
    text-decoration: none;
  }