[class^="i_"]:where(:not(input, button)) {
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	width: 1.3em;
	height: 1.3em;
	display: inline-block;
	margin: -12px 0 -8px;
	vertical-align: middle;
	position: relative;
	opacity: 0;
	transition: .2s ease-in-out;
	display: inline-block;
}
.inlined_svg {
	background-image: none !important;
}
.inlined_svg_show:where(:not(input, button)) {
	opacity: 1;
}
	.inlined_svg svg {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

.i_text {
	margin-right: .3em;
}

.i_sm {
	width: .9em;
	height: .9em;
}

