#node-cntnt tr > td {
  padding: 13px;
  width: 265px !important;
}

#node-cntnt tr:not(:first-of-type):not(:last-of-type) {
    border: solid black thin;
    border-left: none;
    border-right: none;
}


/* Webform */

#node-cntnt tr > td {
  padding: 13px;
  width: 265px !important;
}

#node-cntnt tr:not(:first-of-type):not(:last-of-type) {
    border: solid black thin;
    border-left: none;
    border-right: none;
}

.field--type-webform .form-control, .field--type-webform button {
  border-radius: unset;
}

.field--type-webform .form-control {
  color: black;
  padding-left: 5px;
  padding-bottom: 1px;
}

.field--type-webform .form-control::-moz-placeholder {
  color: black;
  opacity: 1;
  font-weight: normal;
}

.field--type-webform .form-control:-ms-input-placeholder {
  color: black;
  opacity: 1;
  font-weight: normal;
}

.field--type-webform .form-control::placeholder, .field--type-webform label {
  color: black;
  opacity: 1;
  font-weight: normal;
}

.field--type-webform label {
  padding-left: 5px;
}

.field--type-webform label:after {
  content: unset;
}

.field--type-webform input {
  border: 0;
  box-shadow: unset;
  background-color: unset;
  border-bottom: 1px solid black;
}

.field--type-webform #edit-actions {
  justify-items: flex-end;
  display: grid;
}

.field--type-webform button {
  margin: 0 !important;
  margin-bottom: 15px !important;
  background-color: #00a8c1;
  border: 0;
  padding: 5px 25px;
}

.field--type-webform {
  background-color: #f8f9f8;
  padding: 25px 100px;
}

@media (max-width: 768px) {
  .field--type-webform {
    padding: 15px 20px;
  }
}

.webform-flex--1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}