.h5p-summary .summary-content .summary-container > ul {
  margin: 0;
  padding: 0;
  display: block;
}

.h5p-summary .summary-container {
  margin: 1em 0;
  background-color: #fff;
}

.h5p-summary .summary-container.has-results {
  border: 1px solid #ddd;
  border-radius: 0.25em;
}

.h5p-summary .summary-options {
  height: auto;
  padding: 0;
  margin: 1em 0;
}
.h5p-summary .summary-options ul.h5p-panel {
  display: none;
  padding: 0;
  margin: 0;
}

.h5p-summary .summary-options ul.h5p-panel.panel-disabled {
  pointer-events: none;
}

.h5p-summary .summary-evaluation {
  overflow: hidden; /* Contain floated counters within the evaluation div */
  margin: 1em 0;
}

.h5p-summary .summary-evaluation-content {
  display: block;
  position: relative;
  font-size: 1.125em;
  float: left;
  padding: 0.1em 2em 0.1em 0;
}

.h5p-summary .summary-evaluation-content > p {
  margin: 0;
}

.h5p-summary .summary-container li,
.h5p-summary .summary-options li {
  list-style: none;
  background-color: #ddd;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  border: 0.1em solid #ddd;
  color: #000;
  font-size: 1em;
  padding: 0.375em 0.875em;
  text-decoration: none;
  margin: 0;
  margin-bottom: 0.3125em;
  -webkit-box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.2);
}

.h5p-summary .summary-content li > p {
  margin: 0.4em 0 0 0;
  padding: 0;
}
.h5p-summary .summary-content li > p:first-child {
  margin: 0;
}
.h5p-summary .summary-container li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
.h5p-summary .summary-container li {
  display: none;
  z-index: 5;
  margin: 0;
  border: 0;
  background: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
.h5p-summary .summary-container li:before {
  text-decoration: none;
  content: "\f00c";
  font-family: 'H5PFontAwesome4';
  color: #255c41;
  float: right;
}
.h5p-summary .h5p-panel:not(.panel-disabled) .summary-claim-unclicked:hover {
  cursor: pointer;
  filter: none;
  border-color: transparent;
  background: #ececec;
}

.h5p-summary li.summary-failed > p,
.h5p-summary li.summary-failed {
  color: #b71c1c;
  border: 0.1em solid #f7d0d0;
  background: #f7d0d0;
  text-decoration: line-through;
  font-weight: bold;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.h5p-summary li.summary-failed:before {
  text-decoration: none;
  content: "\f00d";
  font-family: 'H5PFontAwesome4';
  color: #b71c1c;
  float: right;
  line-height: 1.25;
}

.h5p-summary .summary-options div {
  font-size: 1em;
  padding:0;
  background-repeat: no-repeat;
  background-position: top right;
}

.h5p-summary .summary-score {
  display: none;
  float: right;
  background: #f7d0d0;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 0.1em 0.3em;
  font-weight: normal;
}

.h5p-summary .summary-score:before {
  text-decoration: none;
  content: "\f00d";
  font-family: 'H5PFontAwesome4';
  color: #b71c1c;
  float: left;
  margin-right: 0.3em;
  top: 0.1em;
}

.h5p-summary .summary-progress {
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  position: absolute;
}

.h5p-summary .summary-progress-numeric {
  float: right;
  background: #9dd8bb;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 0.1em 0.3em;
  font-weight: normal;
  margin-left: 0.3em;
}

.h5p-summary .summary-progress-numeric:before {
  text-decoration: none;
  content: "\f00c";
  font-family: 'H5PFontAwesome4';
  color: #255c41;
  float: left;
  margin-right: 0.3em;
}

.h5p-summary .summary-options h2 {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 0.5em;
  margin: 0;
}

.h5p-summary .summary-evaluation .joubel-tip-container {
  position: absolute;
  top: 0;
  right: 0;
}
.h5p-summary .summary-evaluation .joubel-tip-icon {
  line-height: 1;
  font-size: 1.3em;
}

.h5p-summary .summary-feedback {
  display: inline-block;
  float: right;
}

.summary-evaluation-content .joubel-icon-tip-normal {
  line-height: 0.75em;
}

.h5p-summary .h5p-hidden-read {
  width: 1px;
  height: 1px;
  top: -1px;
  position: absolute;
  text-indent: 1px;
  overflow: hidden;
}
