.toolbar 
{
    display: flex;
}

.toolbar button {
    margin-right: 5px;
    border-radius: 6px;
    padding: 4px;
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .toolbar select {
    margin-right: 5px;
  }

.RichTextEditor_Content
{
    border-width: 1px;
    border-style: solid;
    border-color:#ccc;
    padding: 10px;
    min-height: 150px;
    overflow-y:scroll;   
    font-size: 14px;
    height: 240px;
}

.Notify_display_title
{
    font-size: 16px;
    font-weight: bold;
}