body {
	font-size: medium;
}
.body {
	border-top: 1px solid black;
}
table,
img {
	max-width: 100vw;
}
th, td {
	border: 1px solid #666;
}
.breadcrumb {
	font-size: 80%;
	padding: 0;
/*	background-color: white;*/
	color: #333;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #339;
}
.breadcrumb li {
	background-color: white;
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 2px 5px;
}

.breadcrumb li:before {
	color: #333;
	content: " [";
}
.breadcrumb li:after {
	color: #333;
	content: "] ≫ ";
}

.breadcrumb .cwd {
	font-weight: bold;
}

.breadcrumb li:last-child:after {
	content: "]";
}

.center {
	text-align: center;
}
