.topic_post_reply p, .box_section p
{
	margin:10px;
}

header .account-information {
	margin: 30px 6px 0 0;
}

.topic_post_reply ul { 
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1 em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}
.topic_post_reply ol {
	display: block;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}

.topic_post_reply ul li, .topic_post_reply ol li
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*.white-bg {
	background-color: #ffffff;
}
.page-heading {
	border-top: 0;
	padding: 0 10px 20px 10px;
}
h1
{
	color: black;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	padding-top: 40px;
	text-transform: capitalize;
}
.hr-line-dashed {
	border-top: 1px dashed #e7eaec;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	margin: 20px 0;
}*/