.table-wrapper thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: var(--primary-bg-color, #f2f8f9);
}

.table-wrapper thead th::before, .table-wrapper thead th::after {
  content: ' ';
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #dddddd;
}

.table-wrapper thead th::before {
  top: -1px;
}

.table-wrapper thead th::after {
  bottom: -1px;
}

.markdown-section tr.ngp-object-key, .markdown-section thead tr {
  background-color: var(--primary-bg-color, #f2f8f9);
}

span.parameter-required {
  vertical-align: super;
  padding-top: 5px;
  color: #f66;
}

span.parameter-required.parameter-conditional, .required-fields-help-text.conditional-fields-help-text .fa.fa-bookmark {
  color: #359268;
}

span.parameter-required::before {
  content: "\f02e";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
  font-size: 0.7em;
}

.required-fields-help-text .fa.fa-bookmark {
  vertical-align: super;
  color: #f66;
  font-size: 0.7em;
}
