div#content ol.doublet li {
	padding-left: 10px;
	margin-top: 10px;
}
div#content ol.doublet li span.word {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin: 5px 10px 5px 0px;
}
div#content ol.doublet li span.word strong {
	font-weight: bold;
	color: green;
	font-size: inherit;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: inherit;
}
div#content ol.doublet li span.translation {
	font-style: italic;
}
div#content ol.doublet li span.false {
	color: red;
	font-weight: bold;
}
div#content ol.doublet li input {
	border: none;
	border-bottom: 1px solid gray;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	color: gray;
}
div#content ol.doublet li input.correct {
	color: black;
}

div#content p.action {
	margin-left: 10px;
}
div#content p.correct {
	font-weight: bold;
}

div#content div#send-possible {
	border: 1px solid black;
	background-color: #ff7;
	padding: 5px;
}
div#content div#send-possible p {
	margin: 5px;
	font-size: 0.95em;
}
div#content div#send-possible form {
	margin: 0px;
}
