html, body{
    height: 100%;
    background: #dddddd;
    min-height: 600px;
    min-width: 800px;
}

h2 {
    width: 100%;
    text-align:center;
}

  #fontSizeDecrease, #fontSizeIncrease {
    width: 30px;
    height: 31px;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .font-control-group .input-group-prepend,
  .font-control-group .input-group-append {
    height: 31px;
  }

  .font-control-group #fontSizeInput {
    height: 31px;
    width: 50px;
    text-align: center;
    padding: 0.25rem;
  }

  #fontFamilySelect {
    height: 31px;
    padding: 0.25rem;
  }

#editor-poST,
#editor-plant-poST {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}

textarea {
  width: 100%;
  height: 100%;
  padding: 8px 4px;
  resize: none;
  overflow: auto;
  border: none;
  font-family: inherit;
  outline: none;
}

button{
    width: 100%; 
    height: 50px;
}

form {
    width: 100%; 
    height: 100%; 
    padding: 10px;
}

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.editor-container {
  display: flex;
  height: 100%;
  overflow: hidden;
}

.ui-menu-item.match label {
  background-color: #fff3cd;
  padding: 2px 4px;
  border-radius: 3px;
}

.label-highlight {
  background-color: #fff3cd;
  padding: 0 2px;
  border-radius: 2px;
}