.mce-postCommentButton{
	border: 1px solid #d2d2d2 !important;
	border-radius: 5px !important;
	position: absolute !important;
	right: 10px  !important;
	background-color: silver !important;
	color: white !important;
	min-width: 400px;
	text-align: center !important;
}

.mce-container-body {
	/* background-color: pink !important; */	
}
.mce-btn {
	/* background-color: red !important; */
}
.mce-widget {
	/* background-color: lime !important; */
	
}
.mce-tooltip-inner {
	/*
	background-color: white !important;
	color: blue !important;	
	 * 
	 */
}

/* The container for the comment */

.wsCommentContainer {
	border: 1px solid silver;
	margin: 10px;
}	

.wsCommentContainer:first-child {
	
}

/* The inner of the container */
.wsComment {
	padding: 0px;
	margin: 0px;
}

/* The inner of the wsComment. Contains header, action (reply button) and the comment */
.wsComment .entry-meta {
	padding: 10px;
	margin: 0px;	
	background-color: #ddd; 
}


/* The header part */
.wsComment .entry-meta .entry-meta-header{
	font-size: 8pt; 
	font-style: italic; 
}

/* The actions  part */
.wsComment .entry-meta .entry-meta-actions {
	text-align: right;	
}

/* The comment itself */

.wsComment .comment {
	padding: 10px;
}	

/* Actions box for adding a new comment */
.wsCommentActions {
	background-color: #cccccc;
	min-height: 40px;
	padding: 10px;
	
}

