.SPACEBAR-TAG:after{
	content:"Spacebar";
}
.KEY-TAG:after{
	content:"key";
}

/* This gets changed to display: none for translation branches */
.nft {
}

/* Test class to see what a topic looks like without content not for translation */
.nfttest {
	display: none;
}

/* For Translation only. When branching to translated builds delete display: none; in here */
.ft {
	display: none;
}

.comparison:before {
	content: "After (Tap)";
}

.comparison.viewable_text:before {
	content: "Before";
}
