html,body {
	width: 100%;
	height: 100%;
	background-color: #eaeaea;
	position: relative;
}
body:not(.frameLoaded)  {
	background: linear-gradient(to bottom, 
		hsl(211deg, 100%, 36%), hsl(211deg, 100%, 36%) 64px, white 64px);
	padding-top: 64px;
	box-shadow: #0005 0px 1px 5px;
	max-width: 980px;
	margin: 0 auto auto auto;
	height: auto;
}
@media screen and (max-width: 799.99px) {
	body:not(.frameLoaded)  {
		background: linear-gradient(to bottom, 
		hsl(211deg, 100%, 36%), hsl(211deg, 100%, 36%) 82px, white 82px);
		padding-top: 82px;
	}
}
html {
	overflow-y: scroll;	
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #222;
}
html,body,div,p {
	padding: 0;
	margin: 0;
}
ul, ol{ line-height: 1.7em; }
h1{
	font-size: 1.6em;
}
h2{
	color: #A43F3F;
}
a,img {
	outline: none;
	border: none;
}
a:not(.hf-tabbtn),a:not(.hf-tabbtn):visited,a:not(.hf-tabbtn):hover {
	color: #106ba8;
}
p { margin: 1em 0; text-align: justify; line-height: 1.2em;}
main {
	max-width: 600px;
	margin: 0 auto;
	padding: 15px;
	background-color: white;
	
}
main > h1:first-child { margin-top: 0.2em }
#contentPH > main { box-shadow: none;}
summary { 
	display: block;
	cursor: pointer;
	padding: .7em .3em;
	font-size: 1.1em;
}
@media (pointer: coarse) {
	summary {
		font-size: 1.2em;
	}
}
summary + ul { margin-top: .3em;}
details:first-child {
	border-top: 1px solid #ccc;
}
details {
		border-bottom: 1px solid #ccc;
}
summary:hover { background: #0000000A;}
summary:active { background: #00000017;}

details > summary::after { 
	display: inline-block; 
	padding: 0 .5em;
	content: "▼";
	transform: rotate(0deg);
	/*transition: transform .2s ease;*/
	color: #666;
	float: right;
}
details[open] > summary::after { 
	transform: rotate(180deg);
}
.browserlogowrapper {
	width: 1em; 
	text-align: center;
	display:inline-block;
	margin: 0 .2em;
}
.browserlogowrapper > svg { 
	display:inline-block;
	vertical-align: middle;   
	transform: translateY(-1px);
}

