.clear-ul {
  list-style-type: none;
  padding-left: 0;
}
.pager {
  margin-top: 0;
}
.tags {
  margin: 5px 0;
}
.tags > * {
  margin: 0 3px;
}
.media-options {
  float: right;
  margin-top: -60px;
}
.question-form .form-group label {
  display: block;
  font-weight: bold;
}
.question-form .form-group .inline-choices li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.question-form .form-group textarea {
  width: auto;
  height: 100px;
}
.question-form .form-group p.help-text {
  font-weight: normal;
  color: red;
}
.quiz-content a.endless_more, .quiz-content div.endless_loading {
  display: block;
  width: 150px;
  margin: 0 auto;
  background-color: #8bc34a;
  border-color: #8bc34a;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.quiz-content div.endless_loading {
  opacity: 0.5;
}
.select2-container-multi .select2-choices {
  height: 36px;
}
.select2-container-multi .select2-choices .select2-search-choice>div {
  padding: 4px 30px 4px 12px;
}
