@CHARSET "ISO-8859-1";

* {
	/*cursor: none;*/
	box-sizing: border-box;	
	user-select: none;
}

body {
	margin: 0;
	text-align: center;
	width: 1024px;
	height: 768px;
	overflow: hidden;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	margin-left: auto;
	visibility: hidden;
	position:relative;
}

body table {
	width: 100%;
	table-layout: fixed;
	xbackground-color:#eee;
}

body>table {
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.h0 {
	font-size: 60px;
}

.h1 {
	font-size: 50px;
}

.h2 {
	font-size: 40px;
}

.h3 {
	font-size: 30px;
}

tr.vertex-row img {
	margin-top: -10px;
	width: 200px;
}

body.characteristics table table {
	table-layout: auto;
	font-size: 35px;
}

body.characteristics table table tr {
	font-size: 40px;
}

body.characteristics table table tr td, th {
	padding-bottom: 10px;
}

body.characteristics table>tbody>tr:first-child>td:first-child img {
	margin-top: -50px;
}

body.characteristics table tr:first-child td:first-child div {
	font-size: 40px;
	margin-top: -30px;
	margin-bottom: 10px;
	text-align: center;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

body.characteristics table table tr:first-child {
	font-size: 60px;
}

body.characteristics table table tr:nth-child(2) td {
	font-size: 50px;
	font-style: italic;
	padding-bottom: 50px;
}

body.nature table tr:nth-child(2) {
	font-size: 40px;
}

body.nature #nature-div {
	/*border: 5px groove black;*/
	border-style: inset;
	border-width: 5px;
	border-color: black;
	width: 80%;
	/*background: yellow;*/
	margin-top: 0px;
	padding-bottom: 10px;
	width: 80%;
	background-image: url('../image/wood-3.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: white;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

body.nature #nature-div .emphasis {
	color: yellow;
}

body.nature #nature-div .term {
	font-size: 130%;
}

body.timeline tr:first-child img {
	width: 1024px;
}

body.timeline tr:nth-child(2) {
	font-size: 70px;
}

body.timeline tr:nth-child(3) {
	font-size: 50px;
	font-style: italic;
}

body.tutorial tr:first-child td:nth-child(2)>div:first-child {
	font-size: 50px;
}

body.tutorial tr:first-child td:nth-child(2)>div:nth-child(2) {
	background-color: yellow;
	font-size: 40px;
	font-style: italic;
	padding: 10px;
	border: 5px solid orange;
	margin: 50px;
}

body.tutorial tr:nth-child(2) {
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

.signature {
	font-family: Arial, Helvetica, sans-serif;
}

.note {
	background-color: yellow;
	font-size: 40px;
	font-style: italic;
	padding: 10px;
	border: 5px solid orange;
}

.label {
	font-size: 40px;
}