body, 
h1, 
h2 {
	font-family:monospace,Courier New;
	text-align:center;
	color:#37A;
}

input {
	font-size:150%;
	text-align:center;
	margin-bottom:5px;
	font-family:monospace,Courier New;
}

div#res-wrapper {
	display:none;
}

div#res {
/*	
	column-count:2;	
*/
}

div#res table {
	color:black;
	margin:0 auto;
	border-collapse: collapse;
/*
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
*/
}

tr[keyword] {
	cursor:url('copy-cursor-schlagwort.png'),alias;
}
tr[keyword].copied {
	cursor:url('copied-cursor.png'),default;
}
tr[keyword].hover {
	background-color:#9bd;
}

th {
	text-align:left;
}
th,
td {
	vertical-align:top;
	padding:1px 5px;
	  -webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		 -khtml-user-select: none; /* Konqueror HTML */
		   -moz-user-select: none; /* Old versions of Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
				user-select: none; /* Non-prefixed version, currently
									  supported by Chrome, Edge, Opera and Firefox */}
th + th,
td + td {
}
td.margin-td {
	height: 20px;
}

/*
tr.hover th:first-child {
	box-shadow:inset #37a 20px 20px 15px -22px;
}
tr.hover th:last-child {
	box-shadow:inset #37a -20px 20px 15px -22px;
}
tr.hover td:first-child {
	box-shadow:inset #37a 20px 0 15px -22px;
}
tr.hover td:last-child {
	box-shadow:inset #37a -20px 0 15px -22px;
}
tr.hover + tr.hover + tr.hover + tr.hover + tr.hover td:first-child {
	box-shadow:inset #37a 20px -20px 15px -22px;
}
tr.hover + tr.hover + tr.hover + tr.hover + tr.hover td:last-child {
	box-shadow:inset #37a -20px -20px 15px -22px;
}
*/

div#info {
	text-align:left;
	margin:0 auto;
	max-width:800px;
	color:black;
}
div#info ul {
	padding:0 40px;
}
div#info li + li {
	margin-top:10px;
}

span.red {
	color:#cd0a0a;
}