#commentForm {
	margin-bottom: 100px;	
}

.attachments {
	margin-top: 10px;
}

.more {
	text-align: right;
}

.commentHeader i {
	color: #777;
}

#commentList {
	margin-left: 15px;
	margin-right: 15px;
}

.commentBody i {
	color: #111;
}

.toggleUploads {
	text-align: right;
}

.commentHeader {
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
    color: #333;
    padding: 5px 15px;
}

.commentFooter a {
	float: right;
}

.commentFooter {
	height: 2em;
	padding-bottom: 10px;
	width: 100%;
	overflow: visible;
}

.commentBody {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
    padding: 10px 5px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-family: proxima-nova, sans-serif;
    overflow: auto;
    height: auto;
}

.newComment {
	background: #FFF;
    border: 1px solid #eee;
}

.publicComment {
	background: #FFF;
	color: #000;
    border: 1px solid #eee;
}

.privateComment {
	background: #CFD8DC;
	color: #000;
    border: none;
}

.commentAttachment {
	margin-right: 10px;
	float: left;
}

.commentDate {
	margin-left: 5px;
    color: grey;
    font-size: 80%;
}

.commentResponder {
	margin-left: 5px;
	color: #333;
}

#contentTicketsPlaceholder .detail-view,
#contentTicketsPlaceholder .detail-view:hover {
	background-color: #FFF;
}