.contest-show-image {
  max-width: 15%;
}

p#contest_winner {
  background-color: #0a0;
  color: white;
  font-weight: bold;
  padding: 1em;
}

#contest_winner_row {
  color: #0a0;
  font-weight: bold;
}

body.contests {
  width: 100%;
  height: 100%;
  line-height: 1.6;
  min-height: 100% !important;
  padding: 0;
  margin: 0;

  div.container {
    padding-top: 0 !important;
  }

  div#contest-form {
    margin: 0.5em;
  }

  h1#contest-title {
    margin: 1em auto;
  }

  h1.subscription_number {
    font-size: 5em !important;
  }

  div#raffle_button {
    text-align: center;

    a {
      font-size: 3em !important;
      margin-top: 1em;
    }
  }

  #piao {
    display: none;
  }

  #winner {
    display: none;
  }
}
