#key
{ 	line-height: 1.6rem;
	font-size: 1rem;
	width: 750px;
	text-align: center;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: 1px solid rgb(0, 85, 57);
}

/* legend */
#key-legend
{	margin:auto;
	border-collapse:collapse;
	table-layout:fixed;
}

#key-legend-ia
{	padding-right: 20px;
	border-bottom: 1px dotted rgb(1, 83, 1);
	border-right: 1px dotted rgb(1, 83, 1);
}

#key-legend-pms
{	padding-left: 20px;
	border-bottom: 1px dotted rgb(1, 83, 1);
	border-left: 1px dotted rgb(1, 83, 1);
	text-align: right;
}

#key-legend-ms
{	padding-right: 20px;
	border-top: 1px dotted rgb(1, 83, 1);
	border-right: 1px dotted rgb(1, 83, 1);
}

#key-legend-npbs
{	padding-left: 20px;
	border-top: 1px dotted rgb(1, 83, 1);
	border-left: 1px dotted rgb(1, 83, 1);
	text-align: right;
}


/* the table */
#key tr td:not([class])
{	border-right: 1px solid rgb(0, 85, 57);
	border-left: 1px solid rgb(0, 85, 57);
}

#key tr.glyphs-cat0 td, #key tr.glyphs-cat1 td
{ 	padding: 0.1rem 0rem 0.1rem 0rem;

}

#key tr.glyphs-cat0
{ 	background-color:rgb(0,0,30);
}

#key tr.glyphs-cat1
{ 	background-color:rgb(30,0,0);
}

#key tr.pronunciation td
{ 	border-bottom: 1px solid rgb(0, 85, 57);
}

.shaw-glyphtable
{	width: 100%;
	vertical-align: baseline;
	table-layout: fixed;
}

.shaw-glyphtable-row
{	vertical-align: baseline;
}

.shaw-glyphtable-cell
{	border-style: none;
}

.ia-t
{	font-size: 29px;
	/*margin-right: 0.8rem;*/
}

.pms-t
{ 	font-family: 'Powdered Milk Shavian';
	font-size: 27px;
}

.npbs-t
{ 	font-family: 'Newspaper Bleed Shavian';
	font-size: 27px;
	/*margin-left: 0.4rem;*/
}

.ms-t
{ 	font-family: 'Minispaced 9x Full Descender';
	font-size: 27px;
}

.qs-t
{ 	font-family: 'Quikscript Sans';
	font-size: 27px;
}