details
{
	outline: none;
}

summary
{
	outline: none;
	cursor: pointer;
}

.tabswitch
{
	display: inline-block;
	padding: 10px;
	border: 1px grey solid;
	border-bottom: 0px;
	cursor:pointer;
	color: grey;
}

.tabselected
{
	color: black;
	background: lightgrey;
}

.tabcontent
{
	padding: 10px;
	border: 1px grey solid;
}

.section
{
	display:flex;
	margin-bottom:10px;
}

.left
{
	width:66%;
	min-width:66%;
	max-width:66%;
}

.helptext
{
	border-left:1px solid black;
	padding-left:10px;
}

.offset
{
	padding-left: 15px;
}

.level2
{
	padding-left: 15px;
}

.level3
{
	padding-left: 15px;
}

.hidden
{
	display: none;
}