h1 {
	color: rgb(49, 49, 49);
	margin-bottom: 20px;
}

h1:after {
	content:' ';
	display:block;
	border:2px solid rgb(49, 49, 49);
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
}

.safearea p {
	font-weight: 300;
	letter-spacing: 0;
	padding: 15px 0;
}

.section {
	margin-bottom: 50px;
}

.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.safearea .active, .accordion:hover {
	background-color: #ccc;
}

.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.safearea .active:after {
	content: "\2212";
}

.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}


.safearea br {
	content: "";
	margin: 2em;
	display: block;
	font-size: 24%;
}

.manbody {
	padding: 20px;
	color: #a5a5a5;
	font-size: 16px;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 0.6px;
}


.manbody a{
	color: #a5a5a5
}