body {
margin: 0;
padding: 0;
background-color: #fff;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
font-size: 18px;
line-height: 1.5;
}
ul, ol {
overflow: hidden;
}
div.heading {
font-size: 32px;
font-weight: bold;
text-align: center;
margin: 0;
background: 8px 8px #fff5cc;
padding: 8px 15px 8px 20px;
border-bottom: 4px solid #ffd685;
border-right: 2px solid #ffd685;
}
div.heading div.logo {
float: left;
padding: 8px;
}
div.heading img.logo {
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}
div.clear {
clear: both;
}
div.menu {
width: 158px;
overflow: hidden;
margin: 15px 20px 20px 6px;
float: left;
border-bottom: 2px solid #999;
border-right:  1px solid #999;
font-size: 12px;
}
div.menu a, div.menu div.m-item {
float: left;
}
.m-item {
color: #840;
border-bottom: 2px solid #999;
border-right:  1px solid #999;
padding: 5px 5px 5px 20px;
margin:3px 3px 3px 5px;
width: 120px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
a.m-item:hover, a.m-item.hover:link, a.m-item.hover:visited, a.m-item.hover:active {
background-color: #eee;
background-image: url(bullet_hov.png);
background-repeat: no-repeat;
background-position: left;
}
a.thispage, a.thispage:hover {
background-image: url(bullet_cur.png);
background-repeat: no-repeat;
background-position: left;
}
div.menu-plus, div.menu-plus a {
width: 160px;
text-align: center;
}
div.crumbs {
overflow: hidden;
margin: 0 5px;
clear: both;
}
div.crumbs a {
float: left;
}
div.crumbs .dmenu {
float: left;
overflow: hidden;
}
div.crumbs .dm-item {
background-color: inherit;
font-family: inherit;
width: 20px;
}
div.crumbs  .dmenu:hover .dm-item {
background-color: #eee;
background-image: url(bullet_cur.png);
background-repeat: no-repeat;
background-position: left;
}
div.crumbs .dm-content {
display: none;
position: absolute;
margin-left: 10px;
background-color: white;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
div.crumbs .dm-content a {
float: none;
display: block;
text-align: left;
}
div.crumbs .dmenu:hover .dm-content {
display: block;
}
div.crumbs .nav {
float: right;
width: 20px;
}
div#content {
margin: auto;
padding: 0 20px;
max-width: 1200px;
}
blockquote {
margin: 0 0 0 35%;
font: italic 0.9em "Times New Roman", serif;
text-align: justify;
padding: 10px;
border-bottom: 4px solid #ffd685;
border-right:  2px solid #ffd685;
}
blockquote.long {
margin-left: 20%;
}
blockquote.short {
margin-left: 65%;
}
blockquote p {
margin: 0;
}
blockquote p.attribute {
text-align: right;
}
p.img-quote {
text-align: right;
}
p.img-quote img {
border-bottom: 4px solid #ffd685;
border-right:  2px solid #ffd685;
}
div.tail {
margin: 0;
padding: 2px;
background: 8px 8px #ffd685;
}
#create-date {
font: italic 1em "Times New Roman", serif;
margin: 0 10px 0 10px;
}
#valid {
margin: 0 10px 0 10px;
float: right;
}
#valid img {
border-style: none;
}
table.map td {
padding: 5px 0 3px 0;
}
hr.dash {
border-top: 1px dotted #e8e8e8;
}
table.basic {
border: 1px solid black;
margin: 0.5em 1em;
border-collapse: collapse;
}
table.basic th {
background-color: Cornsilk;
text-align: center;
white-space: nowrap;
border: 1px solid black;
padding: 0.15em 0.5em 0.15em 0.5em;
}
table.basic td {
background-color: #fffefd;
border: 1px solid black;
padding: 0.1em 0.5em 0.1em 0.5em;
}
table.basic td.code {
font-family: "Courier New", Courier, monospace;
}
table.basic td.example {
background-color: mintcream;
font-family: "Courier New", Courier, monospace;
white-space: pre;
}
table.data td {
white-space: pre;
font-family: "Courier New", Courier, monospace;
}
table.data td.note {
white-space: normal;
font-family: "Times New Roman", serif;
}
table.code {
border: 1px solid springgreen;
margin: 0.5em 1em;
border-collapse: collapse;
}
table.code th {
background-color: Cornsilk;
text-align: left;
border: 1px solid springgreen;
padding: 0.2em 1em;
}
table.code td {
white-space: pre;
font-family: "Courier New", Courier, monospace;
background-color: mintcream;
border: 1px solid springgreen;
padding: 0.5em 1em 0.75em 1em;
}
table.code td.compact {
padding: 0.1em 0.5em 0.1em 0.5em;
}
table.code td.note {
background-color: #fffefd;
white-space: normal;
font-family: "Times New Roman", serif;
}
table.code td.note code {
background-color: #fffefd;
white-space: pre;
font-family: "Courier New", Courier, monospace;
padding: 0;
}
table.rfloat {
display: inline-table;
float: right;
margin-top: 0;
}
table.lfloat {
display: inline-table;
float: left;
margin-top: 0;
}
img.diag {
padding: 0;
margin: 0.5em 1em;
}
img.rfloat {
float: right;
margin-top: 0;
}
img.lfloat {
float: left;
margin-top: 0;
}
.clear {
clear: both;
}
.lclear {
clear: left;
}
.rclear {
clear: right;
}
div.note {
	margin: 15px 40px 15px 60px;
	padding: 0 10px;
	border-bottom: 2px solid darkgreen;
	border-right:  1px solid darkgreen;
	color: darkgreen;
	background-color: #e6ffcc;
	overflow: hidden;
}
div.note div.inner {
	margin: 10px 5px 10px 5px;
	border: 1px solid darkgreen;
	background-color: #e6ffcc;
	padding: 0 15px;
}
div.h {
	font-size: 20px;
}
div.warning {
	margin: 15px 40px 15px 60px;
	padding: 0 10px;
	border-bottom: 2px solid darkred;
	border-right:  1px solid darkred;
	color: darkred;
	background-color: #ffcccc;
	overflow: hidden;
}
div.warning div.inner {
	margin: 10px 5px 10px 5px;
	border: 1px solid darkred;
	background-color: #ffcccc;
	padding: 0 15px;
}
div.tip {
	margin: 15px 40px 15px 60px;
	padding: 0 10px;
	border-bottom: 2px solid darkorange;
	border-right:  1px solid darkorange;
	color: rgb(126, 124, 3);
	background-color:#ffffca ;
	overflow: hidden;
}
div.tip div.inner {
	margin: 10px 5px 10px 5px;
	border: 1px solid darkorange;
	background-color: #ffffca;
	padding: 0 15px;
}
div.code {
	margin: 15px 40px 15px 60px;
	padding: 0 10px;
	border-bottom: 2px solid rgb(48, 48, 48);
	border-right:  1px solid rgb(48, 48, 48);
	color: rgb(48, 48, 48);
	background-color: #f0f0f0;
	overflow: hidden;
}
div.code div.inner {
	margin: 10px 5px 10px 5px;
	border: 1px solid rgb(48, 48, 48);
	padding: 0 15px;
font-family: "Courier New", Courier, monospace;
font-size: 14px;
	overflow-x: auto;
}
