.home-consult {
	position: relative;
}
	.home-consult hr {
		position: absolute;
		top: 14px;
		
		background: white;
		height: 3px;
		width: 100px;
	}
	.home-consult .left-line {
		left: 0px;
		width: 26px;
	}
	.home-consult .right-line {
		right: 0px;
		width: 512px;
	}
	.home-consult .all_consult {
		background: #e1e1e1;
		color: #707070;
		display: block;
		float: right;
		padding: 9px 30px 9px 40px;
	}
	.home-consult .all_consult a span {
		display: inline-block;
		margin: 1px 0 0 10px;
	}
	.home-consult .all_consult a:hover {
		color: #e99797;
		text-decoration: none;
	}


.question-block {
	margin-bottom: 75px;
	padding-right: 100px;
}
.entry-meta {
	background: white;
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 0 0 0;
}
	.entry-meta .date {
		border-right: 1px solid #707070;
		color: #707070;
		font-family: 'PT Sans', 'Open Sans', sans-serif;
		font-size: 16px;
		font-style: italic;
		font-weight: bold;
		line-height: 28px;
		margin-right: 16px;
		padding: 0 16px;
	}
	.entry-meta .person {
		color: #19a58d;
		font-size: 16px;
		line-height: 28px;
		font-weight: normal;
		padding: 0 20px 0 0;
	}
.question, .question p {
	color: #e99797;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 8px;
}
.answer {
	line-height: 1.4;
	margin: 14px 0 0 0;
}