#webform-conditionals-table .webform-conditional,
#webform-conditionals-table .webform-conditional-new {
  max-width: inherit;
}

#webform-conditionals-table .webform-conditional-source select,
#webform-conditionals-table .webform-conditional-target select {
  max-width: 65%;
}

#webform-document-form td:last-child {
  white-space: nowrap;
}

.private {
  background: #fcf8e3;
}

.webform-client-form .webform-component .description {
  display: inline-block;
  font-size: 1em;
  padding-left: 0.3em;
}

.webform-client-form .popover {
  max-width: 500px;
}

.webform-client-form .popover-content {
  max-height: 400px;
  overflow-y: auto;
}
