/* BEGIN STAGING CSS --------------------------------------------> */

/* hopefully this makes it so edit icons don't keep getting messsed up	*/

.sp_pencil,
.sp_pencil img
{
	align-self: flex-start !important;
	flex-grow: initial !important;
	flex-shrink: initial !important;
	flex-basis: initial !important;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
	line-height: normal !important;
}

.sp_pencil img
{
	display: inline-block !important;
}

.sp_pencil::before,
.sp_pencil::after
{
	content: none !important;
}


/* END STAGING CSS ----------------------------------------------> */