#toggleFrequenciesLink {
	font-size: 11px;
	font-weight: bold;
	color: #3177cd;
}
#cFrequencyTable {
	display: none;
	margin: 5px 0px 0px 100px;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	font-size: 15px;
}
#cFrequencyTable th {
	padding: 1px 4px 0px;
	border-width: 0px 0px 1px;
	border-style: dotted;
	border-color: #bbb;
	text-align: center;
	font-weight: bold;
}
#cFrequencyTable td {
	padding: 0px 4px 1px;
	color: #777;
	text-align: center;
	font-weight: bold;
}
.cFT-Divider {
	border: none;
	padding: 1px 0px !important;
	background-color: #eee;
	color: #eee !important;
	width: 1px !important;
	font-size: 0px;
	overflow: hidden;
}
#puzzleBoard {
	margin: 0px 10px;
	padding: 0px 0px 0px 10px;
}
.crypTable {
	display: inline-block;
	margin: 0px 26px 12px 0px;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	font-family: Courier New;
	font-weight: bold;
	height: 60px;
	color: #333;
}
.c-input {
	display: block;
	margin: auto;
	width: 20px;
	height: 28px;
	padding: 0px;
	text-align: center;
	font-size: 28px;
	font-family: Courier New;
	font-weight: bold;
	border: 1px solid #1831a0;
	color: #1831a0;
}
.c-input-readonly {
	display: block;
	margin: auto;
	width: 20px;
	height: 30px;
	padding: 0px;
	text-align: center;
	font-size: 28px;
	font-family: Courier New;
	font-weight: bold;
	border: none;
	background-color: transparent;
	outline: none;
	color: #1831a0;
}
.cClearBar {
	clear: both;
	height: 1px;
	overflow: hidden;
}
#cryptogramQuote {
	display: block;
	margin: 5px auto 0px;
	font-style: italic;
}
#cryptogramAuthor {
	display: block;
	margin: 5px auto 0px;
	padding: 0px 25px 0px 0px;
	text-align: right;
}
#authorTag {
	display: block;
	clear: both;
	padding: 10px 50px 0px 0px;
	text-align: right;
	font-size: 28px;
	font-family: Courier New;
	font-weight: bold;
	color: #333;
}
