table.words_layout
{
	width: 100%;
	padding: 15px 0px;
}

table.words_layout td.words_layout_cell_three
{
	vertical-align: top;
	padding: 0px 15px;
	width: 33%;
}

table.words_layout td.words_layout_cell_four
{
	vertical-align: top;
	padding: 0px 15px;
	width: 25%;
}

table.words_layout td.words_layout_cell_left
{
	vertical-align: top;
	width: 50%;
	padding: 0px;
	padding-right: 15px;
}

table.words_layout td.words_layout_cell_right
{
	vertical-align: top;
	width: 50%;
	padding: 0px;
	padding-left: 15px;
}

table.words_layout h3,
table.words_layout h4
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	text-align: center;
}

table.letterfreq
{
	display: table;
	border: 1px solid black;
	padding: 5px;
}

td.words_layout_cell_left table
{
	text-align: right;
	margin-left: auto;
	margin-right: 0px;
	padding: 8px;
}

td.words_layout_cell_right table
{
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
	padding: 8px;
}

table.letterfreq td
{
	text-align: right;
	padding: 0px 5px;
}

table.letterfreq td.letter
{
	font-weight: bold;
}

table.lettergroups
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

table.lettergroups th
{
	text-align: left;
	padding-bottom: 24px;
}

table.lettergroups td
{
	text-align: left;
}

table.lettergroups th.letters,
table.lettergroups td.letters
{
	text-align: right;
	padding-right: 1em;
}

table.collective
{
	border: 1px solid black;
}

table.collective th,
table.collective td
{
	text-align: left;
	white-space: nowrap;
}

table.collective th
{
	padding-bottom: 8px;
}

table.collective th.collname,
table.collective td.collname
{
	text-align: right;
}

table.pronunciation
{
	border-collapse: collapse;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

table.pronunciation th,
table.pronunciation td
{
	border: 1px solid black;
	padding: 8px;
}

table.pronunciation th
{
	font-weight: bold;
	text-align: center;
}

table.pronunciation td.pronounce,
span.pronounce
{
	font-style: italic;
}

table.pronunciation td.incorrect
{
	font-size: 9pt;
	font-style: italic;
}

table.autograms,
table.proverbs
{
	border: 1px solid black;
	border-collapse: collapse;
	margin-left: 7%;
	margin-right: 7%;
}

table.autograms td,
table.proverbs td
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
}

table.autograms td.autograms_left,
table.proverbs td.proverbs_left
{
	text-align: right;
}

table.autograms td.autograms_right,
table.proverbs td.proverbs_right
{
	text-align: left;
}

.lettercount
{
	color: red;
	font-size: 7pt;
}

.see_also,
.see_also_word
{
	font-size: 10pt;
	font-style: italic;
}

.see_also_word
{
	font-weight: bold;
}

.example
{
	font-style: italic;
}

.word
{
	font-style: italic;
	font-weight: bold;
}

.misspelled_comment
{
	font-size: 10pt;
	font-style: italic;
}

.subnote
{
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}
