.ccomment .pull-left {
	float: left;
}

.ccomment .pull-right {
	float: none !important;
	clear: both;
}

.ccomment .hide {
	display: none;
}

.ccomment .small {
	margin: 0;
}

.ccomment .muted {
	color: #9e9797;
	font-weight: 300;
}

.row-fluid {
	width: 100%;
	*zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}

.row-fluid:after {
	clear: both;
}

.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 100%;
	*width: 99.94680851063829%;
}

.row-fluid .span11 {
	width: 91.48936170212765%;
	*width: 91.43617021276594%;
}

.row-fluid .span6 {
	width: 48.93617021276595%;
	*width: 48.88297872340425%;
}

.row-fluid .span4 {
	width: 31.914893617021278%;
	*width: 31.861702127659576%;
}

.row-fluid .span1 {
	width: 6.382978723404255%;
	width: ;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
	float: right;
}

.ccomment form {
	margin: 16px 0 0 0;
}

.ccomment button,
.ccomment select,
.ccomment textarea {
	font-size: 14px;
	font-weight: normal;
}

.ccomment input,
.ccomment button,
.ccomment select,
.ccomment textarea {
	font-family: 'Futura';
}

.ccomment label {
	display: block;
	margin-bottom: 5px;
}

.ccomment select,
.ccomment textarea,
.ccomment input[type="text"] {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: top;
}

.ccomment input,
.ccomment textarea {
	width: 206px;
	margin: 0;
}

.ccomment textarea {
	height: auto;
}

.ccomment textarea,
.ccomment input[type="text"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

.ccomment textarea:focus,
.ccomment input[type="text"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted    \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

.ccomment input[type="checkbox"] {
	margin: 4px 0 0;
	*margin-top: 0;
	/* IE7 */

	margin-top: 1px    \9;
	/* IE8-9 */

	line-height: normal;
}

.ccomment input[type="submit"],
.ccomment input[type="button"],
.ccomment input[type="checkbox"] {
	width: auto;
}

.ccomment select {
	width: 220px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	line-height: 20px;
	height: 20px;
}

.ccomment select:focus,
.ccomment input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.ccomment input:-moz-placeholder,
.ccomment textarea:-moz-placeholder {
	color: #999999;
}

.ccomment input:-ms-input-placeholder,
.ccomment textarea:-ms-input-placeholder {
	color: #999999;
}

.ccomment input::-webkit-input-placeholder,
.ccomment textarea::-webkit-input-placeholder {
	color: #999999;
}

.ccomment .radio,
.ccomment .checkbox {
	min-height: 20px;
	padding-left: 20px;
	margin-top: 7px;
	margin-bottom: 5px;
}

.ccomment .radio input[type="radio"],
.ccomment .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

.ccomment .input-mini {
	width: 60px;
}

.ccomment .input-small {
	width: 90px;
}

.ccomment input[class*="span"],
.ccomment select[class*="span"],
.ccomment textarea[class*="span"],
.ccomment .row-fluid input[class*="span"],
.ccomment .row-fluid select[class*="span"],
.ccomment .row-fluid textarea[class*="span"] {
	float: none;
	margin-left: 0;
}

.ccomment .row-fluid input[class*="span"],
.ccomment .row-fluid select[class*="span"],
.ccomment .row-fluid textarea[class*="span"] {
	display: inline-block;
}

.ccomment input,
.ccomment textarea {
	margin-left: 0;
}

.ccomment input:focus:invalid,
.ccomment textarea:focus:invalid,
.ccomment select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}

.ccomment input:focus:invalid:focus,
.ccomment textarea:focus:invalid:focus,
.ccomment select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}

.ccomment .help-block,
.ccomment .help-inline {
	color: #595959;
}

.ccomment .help-block {
	display: block;
	margin-bottom: 10px;
}

.ccomment .help-inline {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	vertical-align: middle;
	padding-left: 5px;
}

.ccomment .btn {
	display: inline-block;


	/* IE7 inline-block hack */
	margin-bottom: 0;
	padding: 6px 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	border: 0;
	margin-left: 0;
	border-radius: 100px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.ccomment .btn:hover,
.ccomment .btn:focus,
.ccomment .btn:active,
.ccomment .btn.active {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.ccomment .btn:active,
.ccomment .btn.active {
	background-color: #cccccc    \9;
}

.ccomment .btn:first-child {
}

.ccomment .btn:hover,
.ccomment .btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.ccomment .btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.ccomment .btn.active,
.ccomment .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.ccomment .btn-small {
	padding: 0;
	font-size: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 16px;
}

.ccomment .btn-mini {
	font-size: 12px;
}

.ccomment .btn-primary.active {
	color: rgba(255, 255, 255, 0.75);
}

.ccomment .btn-primary {
	color: #ffffff;
	background-color: #F41418;
	
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	border-radius: 100px;
	padding: 6px 20px;
}

.ccomment .btn-primary:hover,
.ccomment .btn-primary:focus,
.ccomment .btn-primary:active,
.ccomment .btn-primary.active {
	color: #ffffff;
	background-color: #0044cc;
	*background-color: #003bb3;
}

.ccomment .btn-primary:active,
.ccomment .btn-primary.active {
	background-color: #003399    \9;
}

.ccomment button.btn,
.ccomment input[type="submit"].btn {}

.ccomment button.btn::-moz-focus-inner,
.ccomment input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.ccomment button.btn.btn-small,
.ccomment input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}

.ccomment button.btn.btn-mini,
.ccomment input[type="submit"].btn.btn-mini {
	border-radius: 100px;
	padding: 6px 12px;
	line-height: 1;
}

.ccomment .btn-link,
.ccomment .btn-link:active {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.ccomment .btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #0088cc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #f91418;
	font-size: 13px;
	margin: 0 0px 0 8px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0 !important;
	border: 0;
}

.ccomment .btn-link:hover,
.ccomment .btn-link:focus {
	color: #3a5795;
	text-decoration: underline;
	background-color: transparent;
}
.js-ccomment-textarea {
	padding: 10px;
}
.row-fluid.margin-bottom .span11 .js-ccomment-textarea {
	min-height: 80px;
    padding: 14px;
    font-size: 17px;
}
.span4.muted.small {
	font-size: 17px;
	margin-top: 3px;
	line-height: 1;
	display: flex;
	align-items: center;
	line-height: 1;
}
.ccomment-quote-text {
	    padding-left: 11px;
	    border-left: 3px solid #ff9900;
	    margin-bottom: 11px !important;
	    margin-top: 6px !important;
}
.article-comments .container {
	border-top: 1px solid #0000001f;
	padding-top: 23px;
}
h4.pull-left {
	margin: 0;
}
.row-fluid.ccomment-menu {
	margin-bottom: 28px;
	display: flex;
	justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 920px) {
	.row-fluid.margin-bottom .span11 .js-ccomment-textarea {
		padding-left: 70px;
		padding-top: 26px;
	}
	.ccomment-form .ccomment-avatar  {
	 	float: none;
	 	position: relative;
	 	left: 18px;
	 }
	 .ccomment-comments-list li img {
		 width: 27px;
	 }
	 .span4.muted.small {
		 width: 100%;
	 }
	 .ccomment-undergo-moderation {
		font-size: 13px;
		line-height: 1;
		margin-bottom: 11px;
	 }
	 .ccomment-actions .pull-right {
		margin: 0 auto;
		display: flex;
		justify-content: center;
		width: 100%;
	 }
	 .my-comment-form {
		 display: flex;
		 justify-content: center;
		 flex-wrap: wrap;
		}
	 .hiden-f-my {
		 width: 0 !important;
		}
		.form-psr {
		width: 95% !important;
		margin: 0 auto !important;
		}
		.ccomment-undergo-moderation {
			margin-left: 0 !important;
		}
		.jop-dsf {
			width: 100% !important;
			margin-top: 0px !important;
		}
		.jp-01 {
		font-size: 13px;
		margin-top: -4px;
		margin-bottom: 12px;
		}
		.hoper .ccomment-avatar {
			margin-right: 11px !important;
		}
		.ccomment-send {
			margin-left: 12px;
		}
}