/*
 * Competition Styles
 */

div#competition p.question {
  background: #eee;
  border: 1px solid #ccc;
  margin: 1.75em 0 1.75em 0;
  padding: 15px;
}
div#competition input#name-field {
  width: 200px;
}
div#competition textarea#home-address-field {
  width: 300px;
  height: 75px;
}
div#competition input#contact-number-field {
  width: 200px;
}
div#competition textarea#answer-field {
  width: 520px;
  height: 75px;
}
