#prizes {
  width: 470px;
}

#prizeLeft {
  float: left;
  margin-left: 50px;
  width: 145px;
  height: 102px;
  margin-top: 0px;
}

#prizeRight {
  float: left;
  width: 163px;
  height: 104px;
  position: relative;
  top: 20px;
  left: 100px;
}

/*************************************************************************/

/* Mostly defined at a higher level (e.g. main.css), but need this low level change for a custom width: */
/******/
.InputSet {
  width: 25.5em;
}
.InputSubset {
  width: 20.3em;
}
/******/

.promptBoxx {
  width: 110px;
}

.subpromptBoxx {
  margin-left: 50px;
  width: 110px;
}

.InputSetx {
  width: 344px;
}

.InputSubsetx {
  width: 298px;
}

#privacyx {
  float: right;
}

.title2_envelop {
  width: 26em;
}

.challenge h4 {
  font-sizex: 1.2em;
  text-align: left;
  margin-bottom: 0;
}

.emphasis {
  font-weight: bold;
  font-style: italic;
}

#winnersLink {
  text-align: right;
}

#winnersBox {
  padding: 10px;
  border: 3px #00B6D7 double;  /* Youth blue */
  
}

#winnersTitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.gift {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.theWinners {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #00B6D7;  /* Youth blue */
}

.winnersDivider {
  border-bottom: 1px #00B6D7 solid;
}

#vs {
  color: white;
}

#congrats {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  color: white;
}