* {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial;
  font-size: 1em; }

body {
  padding: 5px;
  background-color: #cccccc; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

ul {
  margin-left: 40px; }
  ul li {
    margin-top: 10px; }

.infoheader {
  margin-top: 20px;
  margin-bottom: 3px;
  text-align: left;
  font-size: 1.5em;
  border-bottom: 1px solid gray; }

.info {
  text-align: left;
  margin-bottom: 15px; }
  .info .extra {
    font-weight: bold;
    display: none; }

#truesubmit {
  display: none; }

.qoptions {
  margin: 0 auto;
  width: 400px;
  text-align: left; }
  .qoptions.last {
    width: 350px; }
    .qoptions.last label {
      display: inline; }
    .qoptions.last .qoption {
      clear: both;
      margin-bottom: 10px; }
      .qoptions.last .qoption .right {
        float: right; }

#questions .question {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed gray; }
  #questions .question .quote {
    font-size: larger;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 15px;
    padding: 5px; }
    #questions .question .quote .num {
      float: left;
      font-weight: bold; }
    #questions .question .quote .qtext {
      margin-left: 24px;
      margin-right: 24px; }
  #questions .question .qmovie {
    margin-bottom: 10px;
    padding-top: 5px; }

#movie_selector {
  text-align: center; }
  #movie_selector #movies {
    text-align: center;
    width: 800px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px; }
    #movie_selector #movies #movie_name {
      font-size: 1.6em;
      font-weight: bold; }
    #movie_selector #movies .smaller {
      font-size: 1.3em;
      font-weight: bold; }
    #movie_selector #movies .movie {
      font-size: 1.2em;
      border-radius: 12px;
      background-color: #fcfcfc;
      white-space: normal;
      width: 240px;
      height: 80px;
      padding: 10px;
      margin: 15px;
      float: left;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0px -1px 0 rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 -2px 0 rgba(255, 255, 255, 0.1), 0px 5px 0 0 #efefef, 0px 5px 0 2px rgba(0, 0, 0, 0.2); }
    #movie_selector #movies .movie_hov:hover {
      background-color: #f1f1f1;
      cursor: pointer; }

#movie_selector, #loading, #instructions, #final_instructions, #comments, #question_instructions, #post_submit {
  display: none; }

#instructions .quote, #final_instructions .quote {
  font-size: larger;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 15px;
  padding: 5px; }
  #instructions .quote .num, #final_instructions .quote .num {
    float: left;
    font-weight: bold; }
  #instructions .quote .qtext, #final_instructions .quote .qtext {
    margin-left: 24px;
    margin-right: 24px; }
#instructions #instructions_quotes, #instructions #final_instructions_quotes, #final_instructions #instructions_quotes, #final_instructions #final_instructions_quotes {
  margin-top: 15px;
  border-bottom: 1px dashed gray;
  padding-bottom: 20px;
  margin-bottom: 30px; }

label {
  display: block;
  margin: 0;
  padding: 5px;
  border: 0; }

input {
  padding: 15px;
  font-size: 1.2em; }

input[type=text] {
  border: 1px solid black;
  border-radius: 8px; }

input[type=submit], input[type=button] {
  font-size: x-large;
  background-color: #FFE000;
  border-radius: 12px;
  padding: 18px 15px 16px 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0px -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 -2px 0 rgba(255, 255, 255, 0.1), 0px 5px 0 0 #daa206, 0px 5px 0 2px rgba(0, 0, 0, 0.2); }

input[type=submit]:hover, input[type=button]:hover {
  background-color: #ffd700; }

input[type=radio] {
  margin-right: 5px; }

textarea {
  border: 1px solid gray;
  border-radius: 5px;
  font-size: 1.1em;
  width: 600px;
  height: 200px;
  margin: 5px; }

.container {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 15px;
  text-align: center;
  margin: 10px; }
  .container.highlight {
    border: 10px solid #EFC729;
    background-color: #FFFEF2; }
