/* Bring back toot! */
.compose-form__publish-button-wrapper:last-of-type button {
	text-indent: -9999px;
	line-height: 0;
        height: 36px;
	/* Collapse the original line */
}

.compose-form__publish-button-wrapper:last-of-type button:after {
	content: 'Toot!';
	text-indent: 0;
	display: block;
	line-height: initial;
	/* New content takes up original line height */
}

a[href="/publish"]:last-of-type {
	text-indent: -9999px;
	line-height: 0;
}

a[href="/publish"]:last-of-type:after {
	content: 'Toot!';
	text-indent: 0;
	display: block;
	line-height: initial;
}


