/* IcoMoon font licensed under the GNU General Public License: http://www.gnu.org/licenses/gpl.html */
@font-face {
  font-family: 'H5PFontIcons';
  src:url('../fonts/h5p.eot?7pqlet');
  src:url('../fonts/h5p.eot?7pqlet#iefix') format('embedded-opentype'),
  url('../fonts/h5p.ttf?7pqlet') format('truetype'),
  url('../fonts/h5p.woff?7pqlet') format('woff'),
  url('../fonts/h5p.svg?7pqlet#H5P') format('svg');
  font-weight: normal;
  font-style: normal;
}
.h5p-font-icon-enabled:after {
  font-family: "H5PFontIcons";
  font-size: 1.5em;
  color: #777;
  position: absolute;
  top: .2em;
  right: .2em;
  height: 1em;
  width: 1em;
  vertical-align: baseline;
  text-align: center;
  line-height: 1;
}
/* H5P.SingleChoiceSet */
.h5p-singlechoiceset.h5p-font-icon-enabled:after {
  content: "\e603";
}
