.tagged_button{
	display: grid;
	grid-template-areas: "a";
	place-items: center}	
	.tagged_button > *{
		grid-area: a}
	.tagged_button > span{
		grid-area: a;
		left: 20px;
		position:relative;
		top:-20px}
	.tagged_button > span.off{
		display: none}
	.tagged_button > span.small{
		top:-12px;
			left: 12px