

#questions-answers {
	padding: 30px 0;
}

	#questions-answers .title {
		padding: 0 0 10px 0;
		margin-bottom: 30px;
		border-bottom: 1px solid #222222;
		font-size: 26px;
		text-align: center;
		color: #222222;
	}

	#questions-answers .title-2 {
		padding: 20px 0 10px 0;
		margin-bottom: 10px;
		border-bottom: 1px solid #222222;
		font-size: 20px;
		text-align: center;
		color: #222222;
	}

	#questions-answers .row { }

		#questions-answers .row:before,
		#questions-answers .row:after {
			content: " ";
			display: table;
		}

		#questions-answers .row:after {
			clear: both;
		}

	#questions-answers .comment {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		width: 48%;
		margin: 0 1% 10px 1%;
		padding: 10px;
		border: 1px solid #e4e6ea;
		background: #F2F3F5;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}

		#questions-answers .comment .comment-head {
			display: table;
			width: 100%;
			vertical-align: middle;
		}

		#questions-answers .comment .comment_text {
			margin-top: 10px;
			padding: 10px;
			border: 1px solid #e4e6ea;
			background: #ffffff;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			border-radius: 8px;
		}

			#questions-answers .comment .comment_text .media-left {
				float: left;
				max-width: 20%;
				margin: 0 4% 4% 0;
				text-align: left;
			}

			#questions-answers .comment .comment_text .media-right {
				float: right;
				max-width: 20%;
				margin: 0 0 4% 4%;
				text-align: right;
			}

			#questions-answers .comment .comment_text:after {
				content: " ";
				display: table;
				clear: both;
			}


	#questions-answers .form {
		max-width: 50%;
		margin: 0 auto;
	}

		#questions-answers .form form {
			text-align: right;
		}

			#questions-answers .form form .field {
				padding-top: 10px;
			}

				#questions-answers .form form .field input:not([type=submit]):not([type=button]),
				#questions-answers .form form .field textarea,
				#questions-answers .form form .field select {
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
					display: inline-block;
					vertical-align: middle;
					width: 60%;
					height: 32px;
					margin: 0;
					padding: 0 10px;
					border: 1px solid #bdbdbd;
					font-family: 'Open Sans', 'Arial', 'sans serif';
					font-size: 14px;
					font-weight: 400;
					color: #898989;
					background: none transparent;
					border-radius: 4px 4px 4px 4px;
				}

				#questions-answers .form form .field textarea {
					height: 80px;
					padding-top: 5px;
					padding-bottom: 5px;
				}


				#questions-answers .form form .field input[type=submit],
				#questions-answers .form form .field input[type=button] {
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
					position: relative;
					display: inline-block;
					vertical-align: middle;
					height: 38px;
					line-height: 38px;
					padding: 0 20px;
					border: 1px solid #900000;
					font-size: 14px;
					font-weight: bold;
					color: #ffffff;
					text-align: center;
					cursor: pointer;
					background: #900000;
					border-radius: 4px 4px 4px 4px;
				}
.title-question{margin:10px 12px;font-size: 18px;}