/* BetterThanaBook April 2009 */

.word a.syllable.col00  { display: none; color: black; }
.word a.syllable.col01  { display: none; color: black; }

.show_syllables .word a.syllable.col00,
.word.syllables_on a.syllable.col00 {
	display: inline !important; 
}

.show_syllables .word a.syllable.col01,
.word.syllables_on a.syllable.col01 {
	display: inline !important; 
}


.word.syllables_on_hid a.syllable.col00 {
	display: inline !important;
	font-size: 0.001em;
}

.word.syllables_on_hid a.syllable.col01 {
	display: inline !important; 
	font-size: 0.001em;
}

/* Hide end syllable for expert level */
 .show_syllables.hide_syllable_end .word.syllables_on_hid a.syllable.col01,
 .show_syllables.hide_syllable_end .word a.syllable.col01, 
 .show_syllables.hide_syllable_end .word.syllables_on a.syllable.col01
{
	display:none !important;
}
