/* Gravity Forms Adjustments */
.gpnf-nested-entries-container {
  overflow: hidden;
}
.gpnf-table-container {
  overflow: auto;
}
.gpnf-nested-entries > thead > tr > th {
  min-width: 200px;
  width: 100%;
  text-align: center;
}
.gpnf-nested-entries > thead > tr > th.gpnf-row-actions {
  min-width: 100%;
  width: auto;
}
@media only screen and (max-width: 760px) {
  .gpnf-nested-entries tr td {
    padding-left: calc(45% + 20px);
  }
}