@font-face {font-family: "icomoon";
	src:url("https://www.bookwidgets.com/a/font/icomoon.eot?1cbpx1");
	src:url("https://www.bookwidgets.com/a/font/icomoon.eot?#iefix1cbpx1") format("embedded-opentype"),
		url("https://www.bookwidgets.com/a/font/icomoon.woff?1cbpx1") format("woff"),
		url("https://www.bookwidgets.com/a/font/icomoon.ttf?1cbpx1") format("truetype"),
		url("https://www.bookwidgets.com/a/font/icomoon.svg?1cbpx1") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {font-family: "icomoon";
	src:url("https://www.bookwidgets.com/a/font/icomoon.eot?1cbpx1");
	src:url("https://www.bookwidgets.com/a/font/icomoon.eot?#iefix1cbpx1") format("embedded-opentype"),
		url("https://www.bookwidgets.com/a/font/icomoon.woff?1cbpx1") format("woff"),
		url("https://www.bookwidgets.com/a/font/icomoon.ttf?1cbpx1") format("truetype"),
		url("https://www.bookwidgets.com/a/font/icomoon.svg?1cbpx1") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
  font-family: Lato, sans-serif;
}

#fullArticle h1 {font-size: 1.75em;}

#fullArticle .KB {font-weight: 300;}

#fullArticle .KB > *:not(.noreset) {counter-reset: olc;}

#fullArticle .KB p,
#fullArticle .KB div {text-align: justify;}

#fullArticle .KB p,
#fullArticle .KB li,
#fullArticle .KB div {font-size: 1.15em;}

#fullArticle .KB em {font-style: italic;}
#fullArticle .KB strong {
	font-family: "Open sans";
	letter-spacing: -0.05em;
	color: hsl(200, 83%, 25%);
}

#fullArticle .KB .qtpage {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0px;
	height: 0px;
}

#fullArticle .KB input:checked + .qtpage {
	margin: initial;
	padding: initial;
	overflow: initial;
	width: initial;
	height: initial;
}

#fullArticle .KB input {
	display: none;
}

#fullArticle .KB a[target="_blank"]:after {
	background-image: url("https://upload.wikimedia.org/wikipedia/commons/d/d9/VisualEditor_-_Icon_-_External-link.svg");
	content: "m";
	color: transparent;
	background-repeat: no-repeat;
}

#fullArticle .KB a[target="_blank"][href^="mailto:"]:after {
	background-image: none;
	font-family: icomoon;
	font-size: 1.2em;
	color: inherit;
	content: "\e639";
	margin-left: 0em;
	padding-left: 0.2em;
	vertical-align: middle;
}

#fullArticle .KB a[target="_blank"][href^="mailto:"]:hover:after {
	border: none;
	text-decoration: none;
}

#fullArticle .KB h2,
#fullArticle .KB h3,
#fullArticle .KB h4,
#fullArticle .KB h5,
#fullArticle .KB h6 {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 100%;
}

#fullArticle .KB .inline {display: inline;}
#fullArticle .KB .block {display: block;}
#fullArticle .KB .inline-block {display: inline-block;}

#fullArticle .KB .justify {text-align: justify;}
#fullArticle .KB .left {text-align: left;}
#fullArticle .KB .center {text-align: center;}
#fullArticle .KB .right {text-align: right;}

#fullArticle .KB .vertaltop {vertical-align: top;}
#fullArticle .KB .vertalmid {vertical-align: middle;}
#fullArticle .KB .vertalbot {vertical-align: bottom;}
#fullArticle .KB .vertalsub {vertical-align: sub;}

#fullArticle .KB a {
	font-weight: 500;
}

#fullArticle .KB .floatleft {
  float: left;
  margin: 0em 1em 1em 0em;
}

#fullArticle .KB .floatright {
  float: right;
  margin: 0em 0em 1em 1em;
}

#fullArticle .KB hr {
  display: block;
  height: 0px;
  visibility: hidden;
  width: 100%;
  clear: both;
}

#fullArticle .KB img {
  box-shadow: 1px 1px 1px silver;
  margin: 0px auto;
  border-radius: 10px;
  max-height: 10cm;
	max-width: 90%;
}

#fullArticle .KB [class^="float"] img {
    max-width: 10cm;
}

#fullArticle .KB .answer {
  text-align: left;
	font-weight: 500;
  font-size: 1.25em;
	line-height: 125%;
	padding-top: 1em;
  padding-bottom: 2.5em;
	margin-bottom: 0em;
}

#fullArticle .KB .note,
#fullArticle .KB .caution {
	display: block;
	padding: 10px 0px 10px 10px;
}

#fullArticle .KB .note p,
#fullArticle .KB .caution p {
	font-size: 90%;
}

#fullArticle .KB .note > *,
#fullArticle .KB .caution > * {
	padding: 0px 15px 0px 10px;
	border-width: 0px 0px 0px 5px;
	border-style: double;
}

#fullArticle .KB .note *,
#fullArticle .KB .caution * {
	margin-bottom: 0px;
}

#fullArticle .KB .note {background-color: hsl(45,100%,95%);}
#fullArticle .KB .caution {background-color: hsl(10,100%,95%);}

#fullArticle .KB div.note * {color: hsl(45,100%,20%);
	border-color: hsl(45,100%,35%);
}

#fullArticle .KB div.caution * {
	color: hsl(10,100%,20%);
	border-color: hsl(10,100%,35%)
}

#fullArticle .KB .answer a {font-weight: bold; font-size: .95em;}

#fullArticle .KB h3 {margin-top: 2.5em;}
#fullArticle .KB .answer + h3 {margin-top: 0em;}

#fullArticle .KB ul,
#fullArticle .KB ol {
  list-style-type: none;
  margin-left: 0em;
	margin-bottom: 5vh;
  text-align: left;
}

#fullArticle .KB ul > ul,
#fullArticle .KB ul > ol,
#fullArticle .KB ol > ul,
#fullArticle .KB ol > ol {
  margin-left: 1em;
}

#fullArticle .KB ul > li,
#fullArticle .KB ol > li {
  text-indent: -25px;
  margin-left: 25px;
}

#fullArticle .KB ul > li:before,
#fullArticle .KB ol > li:before {
  display: inline-block;
  text-indent: 0px;
  width: 25px;
  text-align: center;
}

#fullArticle .KB ul > li:before {content: "\2013";}
#fullArticle .KB ol > li:before {
	counter-increment: olc;
	content: counter(olc) ".";
}

#fullArticle .KB ul > ul > li:before,
#fullArticle .KB ol > ul > li:before {
	content: "\2218";
	font-size: 2.5em;
	line-height: 0em;
	position: relative;
	top: 0.05em;
}

#fullArticle .KB ul.stick li,
#fullArticle .KB ol.stick li,
#fullArticle .KB dl.stick dt,
#fullArticle .KB dl.stick dd {
	margin-bottom: 0px;
}
/*
#fullArticle .KB .answer:after,
#fullArticle .KB .hr {
  display: block;
  margin: 5vh 75px;
  padding: 0px;
  height: 1px;
	background: linear-gradient(to left, hsl(13, 83%, 48%) 15%, hsl(40, 92%, 46%) 25%, hsl(40, 92%, 46%) 45%, hsl(203, 100%, 35%) 55%, hsl(203, 100%, 35%) 75%, hsl(280, 32%, 42%) 85%);
	content: "";
}

#fullArticle .KB .answer:after {margin: 1em 75px;}
#fullArticle .KB .hr {margin: 5vh 75px;}
*/
#fullArticle .KB hr.disc {
	margin: 5vh 0em 0em 0em;
	height: 100%;
}

#fullArticle .KB hr.disc:after {
	display: block;
	visibility: visible;
	font-size: .95em;
	font-style: italic;
	font-weight: 300;
	text-align: right;
	line-height: 115%;
	max-width: 10cm;
	margin: 0em 0em auto auto;
}

#fullArticle .KB.nl hr.disc:after {content: "Taalvoutje gevonden? Laat het ons weten via support@bookwidgets.com.";}
#fullArticle .KB.en hr.disc:after {content: "Suggestions for improvement? Please let us know at support@bookwidgets.com.";}

#fullArticle .KB .ico {font-family: "icomoon";}

#fullArticle .KB i {
	text-indent: 0px;
	margin-left: 0.25em;
	margin-right: 0.1em;
}

#fullArticle .KB .ico,
#fullArticle .KB i {
	line-height: 0em;
	vertical-align: middle;
	position: relative;
	bottom: 0.05em;
	margin-left: 0.15em;
}

#fullArticle .KB .ie {
	font-family: "Open sans";
	letter-spacing: -0.05em;
	text-indent: 0em;
	font-size: .95em;
}

#fullArticle .KB .answer .ie {
	font-weight: 700;
}

#fullArticle .KB [class^="formedbutton-"] {
	border: solid 1px black;
	padding: 0.1em 0.25em;
	position: relative;
	top: 0.05em;
}

#fullArticle .KB .formedbutton-red {background-color: hsl(0,100%,91%);}
#fullArticle .KB .formedbutton-green {background-color: hsl(120,70%,80%);}
#fullArticle .KB .formedbutton-blue {background-color: hsl(194,52%,83%);}

#fullArticle .KB .formedrarrw:after,
#fullArticle .KB .formedlarrw:after,
#fullArticle .KB .formedrarrb:after,
#fullArticle .KB .formedlarrb:after {
	display: inline-block;
	font-size: 1.5em;
	padding-bottom: 0.1em;
	width: 1.1em;
	height: 1em;
	vertical-align: middle;
	position: relative;
	bottom: 0.1em;
	text-align: center;
	font-weight: 900;
	content: "\27A1";
}

#fullArticle .KB .formedrarrb:after,
#fullArticle .KB .formedlarrb:after {
	color: white;
	background-color: black;
}

#fullArticle .KB .formedlarrw:after,
#fullArticle .KB .formedlarrb:after {
	transform: rotateY(180deg);
}

#fullArticle .KB .formedbuttontable * {vertical-align: middle;}

#fullArticle .KB .formedbuttontable div {margin-bottom: 0em; text-align: left;}
#fullArticle .KB .formedbuttontable img {border: none; border-radius: 0px; box-shadow: none;}

#fullArticle .KB .formedbuttontable > div:nth-child(odd) {
	display: inline-block;
	margin-top: 1em;
}

#fullArticle .KB .formedbuttontable > div:nth-child(odd) img {
	display: inline-block;
	height: 4em;
	margin: 0em -0.75em;
}

#fullArticle .KB .formedbuttontable > div:nth-child(even) > div,
#fullArticle .KB .formedbuttontable > div:nth-child(even) > div > div {
	display: inline-block;
}

#fullArticle .KB .formedbuttontable > div:nth-child(even) > div {background-color: hsl(200,100%,100%); border: solid 1px hsl(200,0%,95%);}

#fullArticle .KB .formedbuttontable > div:nth-child(even) > div > div:nth-child(1) img {
	height: 2em;
	margin: 0em;
	filter: opacity(0.5);
}

#fullArticle .KB .formedbuttontable > div:nth-child(even) > div > div:nth-child(2) {
	display: inline-block;
	font-family: monospace;
	font-size: 0.7em;
	box-sizing: border-box;
	padding: 0em 1em 0em 0em;
}

#fullArticle .KB .vellip {
	display: inline-block;
	font-weight: bold;
	text-indent: 0px;
	margin-right: 0.25em;
	border:	solid 1px lightgray;
	border-radius: 5px;
	line-height: 0.8em;
	padding: 0.25em 0.25em 0.1em 0.21em;
}

#fullArticle .KB .formedbuttontable > div.formedonecol:nth-child(even) > div {display: block; font-size: 110%;}
#fullArticle .KB .formedbuttontable > div.formedtwocol:nth-child(even) > div > div:nth-child(2) {min-width: 5.5cm;}
#fullArticle .KB .formedbuttontable > div.formedthreecol:nth-child(even) > div > div:nth-child(2) {min-width: 4cm;}
#fullArticle .KB .formedbuttontable > div.formedfourcol:nth-child(even) > div > div:nth-child(2) {min-width: 2.6cm;}

#fullArticle .KB .sw-page {
	margin: 0em 0em 80vh 0em;
	border-radius: 10px;
	padding: 1em;
	font-size: 90%;
}

#fullArticle .KB .sw-page:after {
	display: block;
	content: " ";
	width: 10em;
	margin: 0em auto;
	border-width: 0px 0px 3px 0px;
	border-style: none none double none;
	border-color: grey;
}

#fullArticle .KB .sw-page .question {
	font-size: 100%;
	margin: 0em 0em 1em 0em;
	line-height: 1em;
	color: black;
	font-weight: bolder;
	padding: 0.5em;
	background-color: hsl(0,0%,95%);
	border-radius: 20px;
}

#fullArticle .KB .sw-page .question > p {
border-radius: 10px;
border: solid 1px black;
margin: 0em;
padding: 0.5em;
}

#fullArticle .KB .sw-page .question::first-letter {
	Font-weight: bold;
	font-size: 125%;
}

#fullArticle .KB .sw-page .question .ie {
	font-style: normal;
	margin: 0em 0.25em;
}

#fullArticle .KB .sw-page .aob {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

#fullArticle .KB .sw-page .aob a {
	color: inherit;
	font-size: 80%;
	line-height: 1em;
	padding: 0em;
	margin: 0.8em;
	background-color: hsl(0,0%,80%);
	border: solid 1px black;
	border-radius: 5px;
	flex: 1 1 auto;
}

#fullArticle .KB .sw-page .aob a:hover {
	text-decoration: inherit;
	background-color: hsl(0,0%,90%);
}

#fullArticle .KB .sw-page .aob a > span {
	display: block;
	margin: 0.8em;
	text-align: left;
}

#fullArticle .KB .sw-page .refbar {
	color: hsl(0,0%,60%);
}

#fullArticle .KB .sw-page .refbar > span {
	display: block;
	color: inherit;
	font-weight: 500;
	line-height: 1.15em;
}

#fullArticle .KB .sw-page .refbar > span:before {
	content: "\00BB";
	margin-right: 0.25em;
}

#fullArticle .KB .sw-page .refbar > a {
	display: block;
	float: right;
	margin: 0em 0em 0.5em 0.5em;
}

#fullArticle .KB.en .sw-page .refbar > a:after {
	content: "Go back to previous";
}

#fullArticle .KB.en .sw-page .refbar:before {content: "Your selected answers:";}
#fullArticle .KB.nl .sw-page .refbar:before {content: "Jouw gekozen antwoorden:";}

#fullArticle .KB.en .sw-page .IBOA:after {content: "Students clicked the share icon.";}
#fullArticle .KB.en .sw-page .IMOA:after {content: "Students handed in top-level LMS assignment.";}
#fullArticle .KB.en .sw-page .IXOA:after {content: "There was no option to submit.";}
#fullArticle .KB.en .sw-page .IQ9A:after {content: "Widget type doesn't support submissions.";}
#fullArticle .KB.en .sw-page .I1AA:after {content: "Submission option is disabled for widget.";}
#fullArticle .KB.en .sw-page .I81A:after {content: "Students got an error message.";}
#fullArticle .KB.en .sw-page .IRCA:after {content: "No delivery methods configured.";}
#fullArticle .KB.en .sw-page .I2DA:after {content: "Students can't fill in their name.";}
#fullArticle .KB.en .sw-page .ICDA:after {content: "Recipient can't access this widget.";}
#fullArticle .KB.en .sw-page .IJ1A:after {content: "Students have definitely submitted.";}
#fullArticle .KB.en .sw-page .ISFA:after {content: 'The widget type is "Form/Survey" or "Exit Slip".';}
#fullArticle .KB.en .sw-page .I3GA:after {content: 'The widget type is not "Form/Survey" or "Exit Slip".';}
#fullArticle .KB.en .sw-page .I4G1:after {content: "Submissions can be found with the search tool.";}
#fullArticle .KB.en .sw-page .I4GM:after {content: "There is an archive icon next to the submission.";}
#fullArticle .KB.en .sw-page .I4GX:after {content: "The submissions haven't been archived.";}
#fullArticle .KB.en .sw-page .I4GQ9:after {content: "The course information is correct.";}
#fullArticle .KB.en .sw-page .I4GR91:after {content: "The schoolyear filter was set wrongly.";}
#fullArticle .KB.en .sw-page .I4GS91:after {content: "The schoolyear filter is set correctly.";}
#fullArticle .KB.en .sw-page .I4GS9M:after {content: "There are multiple configurations.";}
#fullArticle .KB.en .sw-page .I4GS9X:after {content: "Multiple configurations aren't the problem.";}
#fullArticle .KB.en .sw-page .I4G1A:after {content: "The course is different from what I expected.";}
#fullArticle .KB.en .sw-page .I4G2A1:after {content: 'The submissions are in a course called "(no course)".';}
#fullArticle .KB.en .sw-page .I4G3A1:after {content: 'The submissions are in a course called "Planner".';}
#fullArticle .KB.en .sw-page .I4G4A1:after {content: "The submissions are in another one of my courses.";}
#fullArticle .KB.en .sw-page .I5G1:after {content: "Using the search tool was no success.";}
#fullArticle .KB.en .sw-page .I5GM:after {content: "The widget was shared in an LMS by a colleague.";}
#fullArticle .KB.en .sw-page .I5GX:after {content: "The widget wasn't shared in an LMS.";}
#fullArticle .KB.en .sw-page .I5GQ9:after {content: "You are not the recipient of the submissions.";}
#fullArticle .KB.en .sw-page .I5G1A:after {content: "You are the recipient of the submissions.";}
#fullArticle .KB.en .sw-page .I5G2A1:after {content: "There is a difference between the widget name and widget title.";}
#fullArticle .KB.en .sw-page .I5G3A1:after {content: 'There is no "widget name" setting.';}

.ico.vellip:after {content: '\22EE'}
.ico.send:before {content: "\e639";}
.ico.logon-off:before {content: "\e904";}
.ico.logon-on:before {content: "\e905";}
.bw-selected > .ico.notes:before {content: "\e902";}
.ico.notes:before {content: "\e903";}
.ico.download:before {content: "\e900";}
.ico.medium-embed:before {content: "\e800";}
.ico.medium-add:before {content: "\e801";}
.ico.medium-close:before {content: "\e802";}
.ico.medium-image:before {content: "\e803";}
.ico.medium-video:before {content: "\e804";}
.ico.medium-widget:before {content: "\e805";}
.ico.music-play-3:before {content: "\e660";}
.ico.fill-drop-small:before {content: "\e65e";}
.ico.fill-drop:before {content: "\e65f";}
.ico.tint-solid2:before {content: "\e65d";}
.ico.radiobutton_off:before {content: "\e659";}
.ico.radiobutton_on:before {content: "\e65a";}
.ico.fill_bottom:before {content: "\e65b";}
.ico.fill_top:before {content: "\e65c";}
.ico.close-2:before {content: "\e655";}
.ico.i-italic:before {content: "\e656";}
.ico.music-play-2:before {content: "\e657";}
.ico.music-play-3:before {content: "\e660";}
.ico.video-play-2:before {content: "\e658";}
.ico.music-play:before {content: "\e653";}
.ico.video-play:before {content: "\e654";}
.bw-selected > .ico.eraser:before,
.ico.eraser.bw-solid:before {content: "\e600";}
.ico.add:before {content: "\e616";}
.ico.draghandle:before {content: "\e652";}
.bw-selected > .ico.slider:before,
.ico.slider.bw-solid:before {content: "\e650";}
.ico.slider:before {content: "\e651";}
.bw-selected > .ico.eraser:before,
.ico.eraser.bw-solid:before {content: "\e600";}
.ico.eraser:before {content: "\e601";}
.ico.accept:before {content: "\e602";}
.ico.align-center:before {content: "\e603";}
.ico.align-justify:before {content: "\e604";}
.ico.align-left:before {content: "\e605";}
.ico.align-right:before {content: "\e606";}
.bw-selected > .ico.angle-left:before, .ico.angle-left.bw-solid:before {content: "\e607";}
.ico.angle-left:before {content: "\e608";}
.bw-selected > .ico.angle-right:before, .ico.angle-right.bw-solid:before {content: "\e609";}
.ico.angle-right:before {content: "\e60a";}
.bw-selected > .ico.arrows-h:before, .ico.arrows-h.bw-solid:before {content: "\e60b";}
.ico.arrows-h:before {content: "\e60c";}
.bw-selected > .ico.arrows-v:before, .ico.arrows-v.bw-solid:before {content: "\e60d";}
.ico.arrows-v:before {content: "\e60e";}
.ico.bold:before {content: "\e60f";}
.bw-selected > .ico.calculator:before, .ico.calculator.bw-solid:before {content: "\e611";}
.ico.calculator:before {content: "\e612";}
.bw-selected > .ico.camera:before, .ico.camera.bw-solid:before {content: "\e613";}
.ico.camera:before {content: "\e614";}
.ico.close:before {content: "\e615";}
.bw-selected > .ico.ellips:before, .ico.ellips.bw-solid:before {content: "\e617";}
.ico.ellips:before {content: "\e618";}
.ico.fill:before {content: "\e619";}
.ico.indent:before {content: "\e61a";}
.bw-selected > .ico.info:before, .ico.info.bw-solid:before {content: "\e61b";}
.ico.info:before {content: "\e61c";}
.ico.italic:before {content: "\e61d";}
.ico.largedot:before {content: "\e61e";}
.ico.list-ol:before {content: "\e61f";}
.bw-selected > .ico.list-ul:before, .ico.list-ul.bw-solid:before {content: "\e620";}
.ico.list-ul:before {content: "\e621";}
.bw-selected > .ico.location:before, .ico.location.bw-solid:before {content: "\e622";}
.ico.location:before {content: "\e623";}
.ico.mediumdot:before {content: "\e624";}
.ico.menu:before {content: "\e625";}
.ico.outdent:before {content: "\e626";}
.bw-selected > .ico.pan:before, .ico.pan.bw-solid:before {content: "\e627";}
.ico.pan:before {content: "\e628";}
.bw-selected > .ico.pencil:before, .ico.pencil.bw-solid:before {content: "\e629";}
.ico.pencil:before {content: "\e62a";}
.bw-selected > .ico.line:before, .ico.line.bw-solid:before {content: "\e906";}
.ico.line:before {content: "\e907";}
.bw-selected > .ico.question:before, .ico.question.bw-solid:before {content: "\e62b";}
.ico.question:before {content: "\e62c";}
.bw-selected > .ico.rectangle:before, .ico.rectangle.bw-solid:before {content: "\e62d";}
.ico.rectangle:before {content: "\e62e";}
.bw-selected > .ico.redo:before, .ico.redo.bw-solid:before {content: "\e62f";}
.ico.redo:before {content: "\e630";}
.bw-selected > .ico.refresh:before, .ico.refresh.bw-solid:before {content: "\e631";}
.ico.refresh:before {content: "\e632";}
.ico.reject:before {content: "\e633";}
.ico.rotate-left:before {content: "\e634";}
.ico.rotate-right:before {content: "\e635";}
.bw-selected > .ico.rounded:before, .ico.rounded.bw-solid:before {content: "\e636";}
.ico.rounded:before {content: "\e637";}
.bw-selected > .ico.send:before, .ico.send.bw-solid:before {content: "\e638";}
.ico.send:before {content: "\e639";}
.bw-selected > .ico.settings:before, .ico.settings.bw-solid:before {content: "\e63a";}
.ico.settings:before {content: "\e63b";}
.ico.shape:before {content: "\e63c";}
.bw-selected > .ico.share:before, .ico.share.bw-solid:before {content: "\e63d";}
.ico.share:before {content: "\e63e";}
.ico.smalldot:before {content: "\e63f";}
.ico.strikethrough:before {content: "\e640";}
.bw-selected > .ico.table:before, .ico.table.bw-solid:before {content: "\e641";}
.ico.table:before {content: "\e642";}
.bw-selected > .ico.text:before, .ico.text.bw-solid:before {content: "\e643";}
.ico.text:before {content: "\e644";}
.bw-selected > .ico.tint:before, .ico.tint.bw-solid:before {content: "\e645";}
.ico.tint:before {content: "\e646";}
.bw-selected > .ico.trash:before, .ico.trash.bw-solid:before {content: "\e647";}
.ico.trash:before {content: "\e648";}
.ico.underline:before {content: "\e649";}
.bw-selected > .ico.undo:before, .ico.undo.bw-solid:before {content: "\e64a";}
.ico.undo:before {content: "\e64b";}
.bw-selected > .ico.zoom-in:before, .ico.zoom-in.bw-solid:before {content: "\e64c";}
.ico.zoom-in:before {content: "\e64d";}
.bw-selected > .ico.zoom-out:before, .ico.zoom-out.bw-solid:before {content: "\e64e";}
.ico.zoom-out:before {content: "\e64f";}
.ico.edit:before {content: "\e610";}
.ico.medium-embed:before {content: "\e800";}
.ico.medium-add:before {content: "\e801";}
.ico.medium-close:before {content: "\e802";}
.ico.medium-image:before {content: "\e803";}
.ico.medium-video:before {content: "\e804";}
.ico.medium-widget:before {content: "\e805";}
.ico.medium-table:before {content: "\e901";}
