.p-help-header {
//	border-bottom: solid 1px #ccc;
//	padding-left: 40px;
	padding-right: 40px;
//	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	color: #333;
	text-align: center;
}

.p-help-header h1 {
	font-weight: 100;
}

.p-help-body {
//	display: table;
}

.p-help-content {
//	font-size: 14px;
}


.p-help-menu {
	background: #f8f8f8;
	font-size: 16px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.20);
}

.p-help-menu li {
	padding: 12px 12px 12px 25px;
	cursor: pointer;
	border-left: 6px solid #fff;
}

.p-help-menu li a {
	display: block;
}


.p-help-menu__active {
	position: relative;
	background: #e0e0e0;
	border: 1px solid #ddd !important;
	border-left: 6px solid #93007b !important;
}

.p-help-menu__active:after, .p-help-menu__active:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
//	pointer-events: none;
}
/*
.p-help-menu__active:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #e0e0e0;
	border-width: 10px;
	margin-top: -10px;
}
.p-help-menu__active:before {
//	border-color: rgba(0, 0, 0, 0);
	border-left-color: #ddd;
	border-width: 11px;
	margin-top: -11px;
}
*/