/**
 * 	@author Adam Sattaur
 */

li .gloss
{
	margin-top: 0;	
	padding-top: 0;
}

li .gloss *
{
	padding-top: 0;
	margin-top: 0;
}

.gloss
{
	display: block;
	
	padding: 5px;
	overflow: auto;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	
	quotes: "\2018" "\2019" "\2018" "\2019";
}

.gloss .sentence
{
	display: block;
}

.gloss .line
{
	display: block;
	padding-bottom: 2px;
}

.gloss .word
{
	display: inline-block;
	
	padding-left: 5px;
	padding-right: 10px;
	
	float: left;
}

.gloss .word:first-child
{
	padding-left: 0;
}

.gloss .translation:before
{
	content: open-quote;
}
.gloss .translation
{
	display: block;
	float: left;
	width: 100%;
}
.gloss .translation:after
{
	content: close-quote;
}

.gloss .sc
{
	font-size: 0.8em;
}
