.who_game_wrapper {
  width: 500px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .who_game_wrapper {
      width: 100%;
      margin: 0; } }
  .who_game_wrapper .who_game_container {
    width: 500px;
    margin: 10px auto 0;
    border: 1px solid #CCC; }
    @media screen and (max-width: 480px) {
      .who_game_wrapper .who_game_container {
        width: 100%; } }
    .who_game_wrapper .who_game_container a {
      text-decoration: none; }
    .who_game_wrapper .who_game_container .image-container {
      max-width: 100%;
      border-bottom: 1px solid #CCC;
      line-height: 0; }
      .who_game_wrapper .who_game_container .image-container img {
        max-width: 100% !important;
        width: 100%;
        height: auto; }
    .who_game_wrapper .who_game_container .info {
      background: #EFEFEF;
      padding: 10px;
      color: #333; }
      .who_game_wrapper .who_game_container .info h3 {
        margin: 0 0 10px; }
      .who_game_wrapper .who_game_container .info p {
        margin: 0; }
  .who_game_wrapper ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none; }
    .who_game_wrapper ul li.question {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 2px solid #CCC; }
      .who_game_wrapper ul li.question:last-child {
        border-bottom: 0; }
      .who_game_wrapper ul li.question h3 {
        margin: 0 0 20px;
        padding: 15px;
        background: #990000;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        color: #FFF; }
      .who_game_wrapper ul li.question .image_spot {
        max-width: 100%; }
        .who_game_wrapper ul li.question .image_spot img {
          width: 100%;
          height: auto; }
    .who_game_wrapper ul ul.answers li {
      float: left;
      margin: 0 10px 10px 0;
      width: 160px; }
      @media screen and (max-width: 480px) {
        .who_game_wrapper ul ul.answers li {
          width: 145px; } }
      @media screen and (max-width: 480px) {
        .who_game_wrapper ul ul.answers li:nth-child(2n) {
          margin-right: 0; } }
      .who_game_wrapper ul ul.answers li:nth-child(3n) {
        margin-right: 0; }
        @media screen and (max-width: 480px) {
          .who_game_wrapper ul ul.answers li:nth-child(3n) {
            margin-right: 10px; } }
      .who_game_wrapper ul ul.answers li label {
        display: block;
        background: #FAFAFA;
        border: 1px solid #CCC;
        padding: 10px;
        cursor: pointer; }
        .who_game_wrapper ul ul.answers li label:hover {
          background: #fff195; }
      .who_game_wrapper ul ul.answers li .answer_image {
        line-height: 0;
        max-width: 100%;
        margin-bottom: 5px; }
        .who_game_wrapper ul ul.answers li .answer_image img {
          width: 100%;
          height: auto; }
      .who_game_wrapper ul ul.answers li input {
        display: none; }
      .who_game_wrapper ul ul.answers li h4 {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: bold;
        height: 50px; }
        .who_game_wrapper ul ul.answers li h4:before {
          content: "";
          float: left;
          margin-right: 5px;
          width: 30px;
          height: 30px;
          background: url(../img/checkbox.png) no-repeat; }
      .who_game_wrapper ul ul.answers li.selected h4:before {
        background-position: 0 -30px; }
    .who_game_wrapper ul ul.answers.text li {
      float: none;
      width: 100%; }
    .who_game_wrapper ul ul.answers.text .answer_image {
      display: none; }
    .who_game_wrapper ul ul.answers.text h4 {
      line-height: 30px;
      height: auto; }
  .who_game_wrapper .results {
    margin: 20px 0;
    border: 1px solid #CCC;
    display: none; }
    .who_game_wrapper .results .image-container {
      height: 100%;
      border-bottom: 1px solid #CCC;
      line-height: 0; }
      .who_game_wrapper .results .image-container img {
        height: 300px;
        width: auto;
        margin: 0 auto;
        /*max-width: 100% !important;
        width: 100%;
        height: auto;*/ }
    .who_game_wrapper .results .info {
      background: #EFEFEF;
      padding: 10px;
      color: #333; }
      .who_game_wrapper .results .info h3 {
        margin: 0 0 10px; }
      .who_game_wrapper .results .info p {
        margin: 0; }
    .who_game_wrapper .results .social li {
      float: left;
      width: 50%;
      height: 50px; }
      .who_game_wrapper .results .social li a {
        display: block;
        height: inherit; }
        .who_game_wrapper .results .social li a.fb {
          background: url(../img/facebook.png) no-repeat top center #3b5998; }
        .who_game_wrapper .results .social li a.tw {
          background: url(../img/twitter.png) no-repeat top center #00aced; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }
