/*
 * Style Help page
 */

.help .help_panel {
	padding: 4px;
	background-color: white;
	border: 1px solid black;
	overflow-y: auto;
	height: 100%
}

.help .help_panel p {
	font-weight: normal;
	text-align: justify;
}

.help .help_panel h1, .help .help_panel h2, .help .help_panel h3,
.help .help_panel ul, .help .help_panel dl {
	text-align: left;
}

.help .help_panel h3 {
	font-weight: normal;
	font-style: italic;
}

.help .help_panel table {
}

.help .help_panel table td, .help .help_panel table th {
	padding: 2px 3px;
	text-align: left;
}

.help .charEntity-user {
	position: relative;
	top: .1em;
}

.tab .help .listSelector {
	width: 25%;
	min-width: 20ch;
	max-width: 30ch;
}
.help .listPage_contents {
	user-select: text;
}

.allText .page {
	display: block !important;
}
.allTextCard {
	width: 100%;
	user-select: text;
}
