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

/* #qcontainer {
  width: 50vw;
  min-width: 300px;
  text-align: left;
} */

#questions .conversation .comment {
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  width: 65%;
  min-width: 300px;
  text-align: left;
}

/* #questions .question {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed gray;
}

#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;
} */

#instructions_page .instructions {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 5px;
  width: 65%;
  min-width: 300px;
  text-align: left;
}

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

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

input[type=text],input[type=textarea] {
  border: 3px solid #7cc998;
  border-radius: 3px;
}

input[type=submit], input[type=button] {
  font-size: x-large;
  background-color: #99e4b5;
  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: #7cc998;
}

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 #99e4b5;
  background-color: #FFFEF2;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

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