@CHARSET "ISO-8859-1";

div.commentWindow
{
/*	width: 100%; */
/*    height: 100%; */
    border: 1px solid grey !important;
/*    padding: 5px; */
/*    overflow: hidden; */
}

div.commentText:empty:not(:focus):before
{
	content: attr(data-placeholder);
	color: grey;
}

div.commentText
{
/*	border: 1px solid black; */
    max-height: 100%;
    min-height: 100%;
/*    overflow-y: auto; */
    white-space: pre-line;
    word-wrap: break-word;
/*    padding: 5px; */
}

div.dialogFormPosition 
{
	top: 5% !important;
	left: 30% !important;
	width: 40% !important;
	max-height: 90% !important;
	overflow-y: auto;
}
