h1 {
    font-size: 1.2em;
    margin-left: 10px;
}
/* form */
#radioDiv {
	margin-top: 10px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#radioDiv input[type="radio"] {
	vertical-align: middle;
	margin: -2px 3px 0px 0px;
}
#radioDiv label {
	cursor: pointer;
}
#radioDiv div {
	margin-top: 12px;
}
#submitDiv {
	margin-top: 12px;
}
/* case tables */
table.caseTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	max-width: 400px;
}
table.caseTable tr th,
table.caseTable tr td {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px;
}
table.caseTable tr th:first-child,
table.caseTable tr td:first-child {
	border-left: 1px solid #bbb;
}
table.caseTable tr th {
	background: #0093dd;
	border-top: 1px solid #0093dd;
	text-align: left;
	color: white;
}

/* top-left border-radius */
table.caseTable tr:first-child th:first-child {
	border-top-left-radius: 6px;
}

/* top-right border-radius */
table.caseTable tr:first-child th:last-child {
	border-top-right-radius: 6px;
}

/* bottom-left border-radius */
table.caseTable tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
table.caseTable tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}

.firstCol {
	width: 60px;
}
.formDiv {
	margin-left: 10px;
}
.caseTableDiv {
	margin-left: 10px;
}
.hmlDiv {
	margin-top: 10px;
	padding-left: 10px;
}
.hmlDiv a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	font-size: 12px;
}
.lemmaAndTable {
	margin-top: 10px;
}
.lemmaAndTable b {
	font-size: 14px;
}
.descList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.lemmaAndTable > .lemma {
	font-family: monospace;
	font-size: 16px;
	font-weight: bold;
}
.lemmaAndTable > .lemma a:link {
	color: #003399;
	text-decoration: none;
}

.word > .lemma {
	font-size: 16px;
	font-weight: bold;
}
.rjecnik {
	color: #003399;
	padding-left: 10px;
}
.rjecnik img {
	padding-left: 2px;
	margin-bottom: -4px;
}

/* HML styles */
table.wordList {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-spacing: 0;
	width: 220px;
}
#tbl0 tr {
	padding: 0px 10px 0 10px;
}
tr.wordTitle {
	background-color: #F2F2F2;
}
tr.wordRowOdd {
	background-color: #D6E8F5;
}
tr.wordRowEven {
	background-color: white;
}
.wordUnknown td {
	padding-top: 10px;
}
.title {
	background-color: #9A1E05;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 200px;
	padding: 10px;
}
.attr {
	font-family: monospace;
}
