
body{
	font-family:sans-serif;
	}
hr{
    border-bottom-style: dotted;
    border-top-style: none;
}
.heading{
	font-size:x-large;
	font-weight: 600;
	padding:10px;
	}
.dashAnchor{
	display:none;
	}
.item{
	margin:3px;
	font-size:medium;
	flex-basis:auto;
	width:300px;
	}
.info{
	padding:7px;
	}
.declaration,.description,.signature,.member{
	font-size:medium;
	background:#ddd;
	color:#000;
	padding:9px;
	}
.description{
	font-size:medium;
	background:#f6f6f6;
	padding:30px;
	}
.version{
	margin-left:5px;
	padding-left:30;
	background:#ddd;
	}
.releasedate{
	margin-left:5px;
	padding-left:30;
	}
.membernote{
	margin-left:20px;
	margin-bottom:5px;
	}
.projectimagediv{
	}

.note,.codenote,.filecontent,.member{
	white-space: pre;
	background:#f0f0f0;
	padding:10px;
	margin-top:10px;
	margin-left:20px;
	}
.childheading{
	font-size:large;
	}
.typename{
	margin:5px;
	padding:10px;
	}
a.childlink,a.itemlink{
	margin-top:5px;
	background:#eee;
	padding:3px;
	text-decoration:none;
	color:#333;
	display:block;
	}
a.itemlink{
	font-size:medium;
	margin:0px;
	padding:5px 15px 5px 15px;
	}
a.childlink:hover,a.itemlink:hover,a.breadcrumb:hover{
	background:#ccc;
	}
a.childlink{
	font-size:larger;
	font-weight: 600;
	margin: 6px;
	padding: 6px;
	}
a.breadcrumb{
	display:inline;
	color:#333;
	background:none;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	}
.breadcrumbs
	{
	display:flex;
	margin-left:auto;
	margin-right:auto;
	background:#eee;
	padding:7px;
	}
.interfacelink{
	display:inline;
	background:unset;
	padding:unset;
	}
span.breadcrumbs
	{
	display:inline-block;
	}	
.signature{
	font-size:medium;
	color:#000;
	background:#ddd;
	margin-bottom:10px;
	}
.typesection{
	margin:10px;
	background:#f5f5f5;
	}
.classitems{
	display:flex;
	flex-wrap:wrap;
	min-width:625px;
	}

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	opacity:0;
	width:245px;
	font-size: small;
	background:#ffa;
	color:#000;
 	text-align: left;
	padding: 2px;
	margin-top: 5px;
	border-radius: 3px;
	border-style: solid;
	border-color:#0009;
	border-width:1px;
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	transition:opacity .3s linear;
}

.deprecated{
	color:red!important;
	font-style:italic;
	}
