/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp .markItUpButton a {
	background-image: none;
	font-size: 0;
	text-indent: 0;
	width: auto;
	height: auto;
	line-height: 22px;
	text-align: center;
	color: #333;
}
.markItUp .markItUpButton a::before {
	font-family: 'bootstrap-icons';
	font-size: 14px;
	color: #333;
}
.markItUp .markItUpButton1 a::before { content: "\f5f1"; }
.markItUp .markItUpButton2 a::before { content: "\f5f2"; }
.markItUp .markItUpButton3 a::before { content: "\f5f3"; }
.markItUp .markItUpButton4 a::before { content: "\f8dc"; }
.markItUp .markItUpButton5 a::before { content: "\f8dd"; }
.markItUp .markItUpButton6 a::before { content: "\f8de"; }

.markItUp .markItUpButton7 a::before { content: "\f5f0"; }
.markItUp .markItUpButton8 a::before { content: "\f5f4"; }

.markItUp .markItUpButton9 a::before { content: "\f478"; }
.markItUp .markItUpButton10 a::before { content: "\f475"; }

.markItUp .markItUpButton11 a::before { content: "\f42a"; }
.markItUp .markItUpButton12 a::before { content: "\f470"; }

.markItUp .markItUpButton13 a::before { content: "\f255"; }
.markItUp .markItUpButton14 a::before { content: "\f2c7"; }

.markItUp .preview a::before { content: "\f62c"; }
