br {
	clear: both;
}
div[class] {
	position: absolute;
	top: 20%;
	right: 1%;
	bottom: 10%;
	left: 1%;
	overflow: auto;
	visibility: hidden;
	-moz-box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	box-shadow: 3px 3px 3px #333;
}
kbd {
	border-style: double;
	border-width: .11em .22em .33em .22em;
	background: #fff;
	padding: 0 0.25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
}
/* Note */
.note {
	background: ivory;
}
#note {
	border-top: 1em dotted gray;
	margin: 1em 2em;
	padding: 0 1em;
	outline: ivory solid 1em;
	-moz-box-shadow: 0 0 0 ivory;
	-webkit-box-shadow: 0 0 0 ivory;
	box-shadow: 0 0 0 ivory;
}
/* Tab panel */
.tab {
	background: pink;
}
#tab {
	border: thin outset pink;
	clear: both;
	margin: 0 1em;
	padding: 0 1em;
}
#tabpanel {
	position: fixed;
	top: 90%;
	left: 1%;
	right: 1%;
}
#tabpanel li {
	border-top: 0 none;
	vertical-align: top;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	box-shadow: 3px 3px 3px #333;
}
#tabpanel * {
	display: inline;
	margin-top: 0;
	margin-left: 1%;
	padding: 0.3em;
}
/* setext */
#setext {
	border: thin outset ;
	margin: 0 1em;
	padding: 0 1em;
}
.setext {
	background: #fff;
}
.setext::after {
	content: "\A..\A";
}
.setext * {
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.setext table {
	font-family: monospace;
}
.setext > p {
	margin-left: 1em;
}
.setext > pre {
	float: left;
}
.setext blockquote > * {
	display: list-item;
	list-style-type: none;
}
.setext blockquote > *::before {
	content: "> ";
	display: marker;
}
.setext blockquote,
.setext dl,
.setext ol,
.setext ul {
	padding: 0;
}
.setext h1::before {
	content: "Subject: ";
}
.setext h2 {
	border-bottom: medium double ;
	float: left;
	margin-right: 1em;
}
.setext h3 {
	border-bottom: thin solid ;
	float: left;
}
.setext li {
	list-style-type: none;
}
.setext li li {
	padding-left: 1em;
}
.setext li::before {
	display: marker;
	content: "* ";
}
.setext table {
	background: #dc8;
	display: inline-table;
}
.setext table * {
	margin: 0;
}
.setext table caption {
	background: #dc8;
}
.setext td {
	background: #fe8;
}
.setext td > p {
	margin-left: 1em;
}
.setext th {
	background: #ed8;
	text-align: left;
}
.setext a::after,
.setext ins::after,
.setext ins::before,
.setext u::after,
.setext u::before {
	content: "_";
}
.setext b::after,
.setext b::before,
.setext strong::after,
.setext strong::before {
	content: "**";
}
.setext em::after,
.setext em::before,
.setext i::after,
.setext i::before {
	content: "~";
}
.setext q {
	quotes: "`" "`";
}
/* default */
#default {
	margin: 0 1em;
	padding: 0 1em;
	visibility: visible;
}
.default {
	background: silver;
}
/* :target */
div:target {
	visibility: visible;
}
