.markItUp * {margin:0px; padding:0px;outline:none}
.markItUp button {background-color:#ffffff00;border:none;}
.markItUp a:link,.markItUp a:visited {color:#000;text-decoration:none;}
.markItUp  {margin:5px 0;}
.markItUpContainer  {font:11px Verdana, Arial, Helvetica, sans-serif;}
.markItUpFooter {width:100%;}
.markItUpHeader {display: block; float:left; width:100%;}
.markItUpHeader ul li {
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul .markItUpSeparator {
	margin:0 10px;
	width:1px;
	height:18px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul a,
.markItUpHeader ul button {
	display:block;
	background-image:url(editor.png);
	width:20px;
	height:20px;
	background-size: 220px 20px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	margin: 2px 3px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.markItUpHeader ul a,
	.markItUpHeader ul button {
		background-image: url(editor2x.png);
	}
}
.markItUp .btn-bold a,
.markItUp .btn-bold button {background-position: 0px 0px;}
.markItUp .btn-italic a,
.markItUp .btn-italic button {background-position: -20px 0px;}
.markItUp .btn-underline a,
.markItUp .btn-underline button {background-position: -40px 0px;}
.markItUp .btn-stroke a,
.markItUp .btn-stroke button {background-position: -60px 0px;}
.markItUp .btn-bulleted a,
.markItUp .btn-bulleted button {background-position: -80px 0px;}
.markItUp .btn-numeric a,
.markItUp .btn-numeric button {background-position: -100px 0px;}
.markItUp .btn-code a,
.markItUp .btn-code button {background-position: -120px 0px;}
.markItUp .btn-link a,
.markItUp .btn-link button {background-position: -140px 0px;}
.markItUp .btn-picture a,
.markItUp .btn-picture button {background-position: -160px 0px;}
.markItUp .btn-cut a,
.markItUp .btn-cut button {background-position: -180px 0px;}
.markItUp .btn-quote a,
.markItUp .btn-quote button {background-position: -200px 0px;}
