@CHARSET "UTF-8";

.commentTextSmall {
	width: 95%;
	height: 18px;
}

.commentTextLarge {
	width: 74%;
	height: 40px;
}

.comment-container-simple .commentFormButtons {
	width: 24%;
}

.comment-container-simple .commentFormButtons .button {
	display: inline;
}

.comment-container-simple .commentContainer {
	padding-bottom: 10px;
	padding-top: 10px;
}

.comment-simple .commentAvatarContainer {float: left; margin-right: 10px;}
.comment-simple .commentContent {float: left;}
.comment-simple .commentContentBody {margin-bottom: 10px;}
.comment-simple .commentContentDateTime {float: left;}
.comment-simple .commentContentControls {float: right;}
.comment-simple .commentContentGator {display: none; float: left;}
