.field--name-field-performance-comments, form[data-drupal-selector^=main-performance-evaluation] {
  position: relative;
  padding: 15px;
  line-height: 1.5;
  width: 855px;
  margin: 30px auto;
  max-width: 100%;
}
.field--name-field-performance-comments:before, form[data-drupal-selector^=main-performance-evaluation]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #CCCCCC;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.field--name-field-performance-comments .field__label, .field--name-field-performance-comments .field__item, form[data-drupal-selector^=main-performance-evaluation] .field__label, form[data-drupal-selector^=main-performance-evaluation] .field__item {
  text-align: left;
  font-size: 14px;
}
.field--name-field-performance-comments .field__label, form[data-drupal-selector^=main-performance-evaluation] .field__label {
  text-transform: uppercase;
  color: #000000;
}
.field--name-field-performance-comments .field__item, form[data-drupal-selector^=main-performance-evaluation] .field__item {
  color: #000000;
}