

.post {
  line-height: 27px;
  .qna{
		.question {
		  font-weight: bold;
		  list-style: none outside none;
		}
		.answer{
			 list-style: none outside none;
			 margin-bottom:20px;
			 &:last-child{
				 margin-bottom:0;
			 }
		}
  }
}

//.post:first-child {
//  margin-top: 20px;
//}

blockquote {
	background: none;
	font-size: 19px;
	font-weight:700;
	line-height: 25px;
	margin: 0 20px 20px 0;
	padding: 0;
	//width: 38%; shouldnt need a with, it seemes to work with the having a pic ont he right or left
}
