* {
  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: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 5px;
  width: 45%;
}
#questions .question .quote .num {
  font-weight: bold;
}
#questions .question .qmovie {
  margin-bottom: 10px;
  padding-top: 5px;
}
#questions .question .qwrapper {
  padding-left: 15%;
  padding-right: 15%;
  overflow: auto;
}
#questions .question .qtext {
  text-align: left;
}

#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: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 5px;
  width: 45%;
}
#instructions .quote .num, #final_instructions .quote .num {
  font-weight: bold;
}
#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: 4px solid black;
  border-radius: 4px;
}

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;
}

/*# sourceMappingURL=default.css.map */
