.progress {
  background-image: -webkit-linear-gradient(#bcbcbf, #ebf2f3);
  background-image: -moz-linear-gradient(#bcbcbf, #ebf2f3);
  background-image: -o-linear-gradient(#bcbcbf, #ebf2f3);
  background-image: linear-gradient(#bcbcbf, #ebf2f3);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.progress .bar {
  background-image: -webkit-linear-gradient(#62849f, #829db2);
  background-image: -moz-linear-gradient(#62849f, #829db2);
  background-image: -o-linear-gradient(#62849f, #829db2);
  background-image: linear-gradient(#62849f, #829db2);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.progress,
.progress .bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.question {
  border-top: 1px dotted #888;
  padding-top: 2em;
  margin-bottom: 2em;
}

.question header {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.question header h2 {
  font-size: 1.3em;
}

.question header p {
  color: #666;
  line-height: 1.3em;
  margin-top: 0.5em;
}

.question header h2 abbr.required {
  text-decoration: none;
  border: 0;
  margin-right: 0.25em;
}

.question .qtype {
  background-color: #f0f0f0;
  text-shadow: 0 1px 0 #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0.6em 0.1em #cccccc;
  -moz-box-shadow: inset 0 0 0.6em 0.1em #cccccc;
  box-shadow: inset 0 0 0.6em 0.1em #cccccc;
  padding: 0.5em;
}
@media only screen and (min-width: 768px) {
  .question .qtype {
    padding: 1em;
  }
}

.message {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.message.message-block,
.container {
  -webkit-box-shadow: 0 0 0.6em 0.1em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.6em 0.1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.6em 0.1em rgba(0, 0, 0, 0.1);
  margin-top: 0;
  margin-bottom: 0;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 768px) {
  .message.message-block,
  .container {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
}

.message.message-block {
  margin-bottom: 1em;
}

.container {
  padding: 0;
  border: 5px solid white;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .container {
    border: 1em solid white;
  }
}

.message.message-block {
  -webkit-box-shadow: inset 0 0 0.6em 0.1em #e8c4ca;
  -moz-box-shadow: inset 0 0 0.6em 0.1em #e8c4ca;
  box-shadow: inset 0 0 0.6em 0.1em #e8c4ca;
}

.qtype label {
  text-shadow: 0 1px 0 white;
}

.buttonbar {
  margin-top: 1em;
  margin-bottom: 0em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  body {
    margin: 1.5em;
  }

  .question header h2 {
    font-size: 1.5em;
  }

  .container {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0.6em 0.1em #cccccc;
    -moz-box-shadow: 0 0 0.6em 0.1em #cccccc;
    box-shadow: 0 0 0.6em 0.1em #cccccc;
  }
}
@media only screen and (min-width: 1025px) {
  .no-rgba .qtype ul li.item label:hover {
    background-color: #A4BE0B !important;
    -webkit-box-shadow: inset 0 0 0.6em 0.1em #7d8f00;
    -moz-box-shadow: inset 0 0 0.6em 0.1em #7d8f00;
    box-shadow: inset 0 0 0.6em 0.1em #7d8f00;
  }

  .rgba .qtype ul li.item label:hover {
    background-color: rgba(164, 190, 11, 0.5) !important;
    -webkit-box-shadow: inset 0 0 0.6em 0.1em rgba(125, 143, 0, 0.5);
    -moz-box-shadow: inset 0 0 0.6em 0.1em rgba(125, 143, 0, 0.5);
    box-shadow: inset 0 0 0.6em 0.1em rgba(125, 143, 0, 0.5);
  }
}
.message li {
  line-height: 1.3em;
}

.no-touch.generatedcontent .question header .help .tooltipicon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.no-touch.generatedcontent .question header .help .tooltip:hover:after {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
