
.CommentDivMain{background-color: #00000055;margin-bottom:5px;}
.CommentDivSub{background-color: #00000000;margin-bottom:5px;}

/* ================================================== */
.CommentPanelHeader{
  font-family: 'Play', sans-serif;
  font-size: 20px;
  color:#A5A5A5;
  position:absolute;
  /* top:12px;left:700px;width:500px;*/
  top:0px;left:0px;width:100%;
  height:27px;
  background-color: #00000055;
  z-index:101;
}


.CommentFont{
  font-family:'Courier New', Courier, monospace;
  font-size: 13px;
  color:white;

  padding-left: 4px;
  padding-right: 4px;
}
.CommentHeader{
  font-family: 'Play', sans-serif;
  font-size: 13px;
  color:#00FFFF;

  padding-left: 4px;
  padding-right: 4px;
}
/* ================================================== */
.reply-button{
  position:absolute;
  width:70px;
  height:36px;
  top:0px;
  right:0px;
}
.more-button{
  display:flex;flex-direction:column;position:relative;
  flex-grow: 1;
  font-family: 'Play', sans-serif;
  text-align:center;
  background-color: #00000055;font-size:15px;
}
