#comment hr {
	margin-top: 1rem;
	margin-bottom: 0.25rem;
}

#comment div.meta {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.25rem;
}

#comment div.name {
	font-size: 1.1rem;
	font-weight: 900;
    color: #666666;
}

#comment img.emailIcon {
	height: 1rem;
	width: auto;
	padding-left: 0.25rem;
}

#comment div.timestamp {

}

#comment div.text {
	margin-left: 1em;
    padding-left: 1em;
    border-left: 0.5em solid #f5f5f5;
    margin-right: 2.5em;
    //padding-right: 1em;
    //border-right: 0.5em solid #f5f5f5;
}

#comment pre.text {
	padding: 0.5em;
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

#commentForm {
	display: table;         
	width: auto;
}

#commentForm .fieldRow {
	display: table-row;
	width: auto;
	clear: both;
}

#commentForm .fieldCell {
	float: left;
	display: table-column;         
	width: inline-block;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;      
}

#commentForm label.fieldCell {      
	width: 7rem;         
}

#commentForm input[type="Submit"] {

}