/* Comments */
#respond #reply-title {
	text-transform: uppercase;
	line-height: 1.417;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
	#respond #reply-title:after {
		width: 100%;
		height: 0.1875rem;
		background: #E2E2E2;
		position: absolute;
		top: 50%;
		margin-top: -0.09375rem;
		content: '';
		display: inline-block;
		margin-left: 1.75rem;
		z-index: 5;
	}
	#respond #commentform > iframe {
		width: 99.3% !important;
	}

#respond #commentform p.comment-subscription-form {
	margin-top: 1rem;
}
	#respond #commentform p.comment-subscription-form:last-child {
		margin-top: 0.3125rem;
	}
	#respond #commentform p.comment-subscription-form input {
		position: relative;
		margin-right: 0.1875rem;
		top: 0.0625rem;
	}
	#respond #commentform p.comment-subscription-form label {
		font-size: 0.875rem;
	}


/* Share */
#content-box .sharedaddy h3.sd-title {
	font-size: 1.125rem;
	font-weight: 400;
}
	#content-box .sharedaddy h3.sd-title:before {
		content: none;
	}
	#content-box .sharedaddy ul li:before {
		content: none;
	}
	#content-box .sharedaddy .sd-content ul {
		margin-bottom: 1.25em !important;
	}
		#content-box .sharedaddy .sd-content ul li a {
			display: block;
		}