/*
MeR 230920 Comment Dynamic by Element 
*/

.comments {
	position: absolute;
	margin: 0;
	top:0;
	right:0;
	width: 100%;
	height: 1rem;
	/*z-index: 1;*/
}


.comment-head{
	margin: 0;
	width: 100%;
	height: 1.5rem;
	/*background-color: rgba(26, 117, 102, 0.3);*/
	vertical-align: middle;
}

.comment-head select {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.6rem;
	appearance: none; /* */
	border: 1px solid rgb(148, 147, 147);
	background-color: transparent;
}

.comment-head #FontSizes {
	left: 1.6rem;
	font-size: 1rem;
	color: gray;
	text-align: center;
}

.comment-title{
	font-size: 0.8rem;
	font-weight: bold;
	color: rgba(19, 6, 37, 0.5);
	margin:0;
}

.comment-body {
    width: 100%;
    height: calc(100% - 1.5rem);
    font-size: 1rem;
    overflow-y: auto;
	/*margin-top: 1.2rem;*/
	resize: none;
	outline: none;
	border: none;
	background-color: transparent;
}

#Comment {
	z-index: 900;
}

.icons {
    width: 1rem;
	aspect-ratio : 1 / 1;
	position: absolute;
	top: 0;
	right: 2px;
}

.icons img {
	display: block;
	width:auto;
}

.icons:hover{
	border: 1px solid red;
}





.postit-body {
    position: relative;
    width: 100%;
    height: 100% ;
    font-size: 1rem;
    /*overflow-y: auto;*/
	resize: none;
	outline: none;
	border: none;
	background-color: transparent;
}

/*
.postit-body:hover{
    border: 1px solid azure;
}
*/

.postit-icon {
    width: 1rem;
	aspect-ratio : 1 / 1;
	position: absolute;
	top: 0;
	right: 0;
}

.postit-icon:hover{
	border: 1px solid red;
}

.postit-content {
	left: 0px;
}

.postit-content:hover{
	border: 1px solid blue;
}

