body {
	margin: 15px; line-height: 140%; font-size: 14px;
}
div.oneline {
	clear: both; border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid;
}
div.open {
	background: rgb(255, 255, 255); padding: 10px 0px; overflow: auto;
}
div.secret {
	background: rgb(51, 51, 51); padding: 10px 0px 10px 10px; color: rgb(204, 204, 204); overflow: auto;
}
p {
	margin: 0px;
}
.icon {
	background: rgb(255, 255, 255); margin: 0px 5px 0px 0px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 100px; vertical-align: top; float: left; max-height: 100px; object-fit: cover; object-position: 0 0;
}
.tabname {
	margin: 0px 10px 0px 0px;
}
.tabname::before {
	content: "[ ";
}
.tabname::after {
	content: " ]";
}
.name {
	margin: 0px 10px 0px 0px; font-weight: bold;
}
.name::before {
	content: "[ ";
}
.name::after {
	white-space: pre; content: " ]""\A";
}
.maintext {
	
}
