.menu-item-settings {

	.wrap {
		padding: 0;
		margin-top: 0;
	}

	.labelStyle {

		margin: .75em 0 .25em;

		.dashicons {
			display: block;
			width: 1.2em;
			height: 1.15em;
			color: #666;
			margin-right: .5em;
			float: left;
			border-radius:3px;
			outline: 0;
			/*background: #fefefe;*/
			border:1px solid #F0F0EE;

			&:hover {
				border:1px solid #bbb;
				color: #333;
			}
		}
	}

	.mce_bold input,
	.mce_italic input {
		position: absolute;
		left: -9999px;
		overflow: hidden;
	}

	.labelStyle .dashicons:active,
	label.checked .dashicons:hover,
	label.checked .dashicons {
		border:1px solid #888;
		background: #eee;
		color: #333;
	}

}