* {
}
body {
	font-size: 16px;
	background: #fcfcfc;
    padding-bottom: 2em;
}
.container {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
h1 {
    font-size: 150%;
}
h2 {
    font-size: 120%;
	margin-top: 30px;
	margin-bottom: 0;
	border-left: solid 10px #999;
	padding-left: 10px;
}
table {
    width: 100%;
}
th, td {
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
}
th.rowH {
    width: 4em;
}
td {
	border: solid 1px #ccc;
	border-radius: 5px;
}
td:not(.empty) {
	cursor: pointer;
}
td.empty {
    background: #f0f0f0;
}
td .char {
    font-size: 180%;
}
td .code {
	color: #999;
	font-size: 40%;
	line-height: 100%;
}
td:hover:not(.empty) {
    background: #fff;
	transform:scale(2);
	z-index: 10;
}
.char:hover, .utf8:hover, .unum:hover, .htmlcode:hover {
	background: rgba(255,255,192,0.4);
	color: #000;
}
.char {
	margin:0;
}
#clipChar{
	display: none;
}
.tableFooter {
    margin-top: 10px;
    border-bottom: dashed 1px #ccc;
    text-align: right;
}
.tableFooter a {
    font-size: 80%;
    text-decoration: none;
}
.index {
}
.index li ul {
    display: none;
}
.index li :checked ~ ul {
    display: block;
}
.index li {
    margin-bottom: 0.5em;
}
#footer {
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px #ccc;
    text-align: center;
}
@media screen and (max-width: 800px) {
    body {
        font-size: 12px;
    }
}
