/*!
 * VisualEditor ContentEditable CommentNode styles.
 *
 * @copyright 2011-2015 VisualEditor Team and others; see http://ve.mit-license.org
 */

.ve-ce-commentNode.oo-ui-iconElement.oo-ui-iconElement-icon {
	display: inline-block;
	vertical-align: middle;
	padding: 0.2em;
	margin: -0.25em 0.15em 0 0.15em;
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	opacity: 0.5;
}
