#node-cntnt .field--name-body {
  display: inline-block;
}

#node-cntnt .field--name-body:not(:last-of-type) {
  margin-bottom: 15px;
}

#node-cntnt figure.align-left {
  margin-right: 15px;
}

#node-cntnt figure.align-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width:  fit-content;
}

#node-cntnt figure.align-center figcaption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

#node-cntnt .field--name-field-video-caption {
  margin: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left:auto;
  margin-right: auto;
  font-size: 16px;
}



/*---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;
}



/*@media only screen and (min-width: 768px) {*/

/*}*/
