.wpsf-element {

  div.horizontal {
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    border: none;
    &.hidden {
      display: none;
    }
    .wpsf-title {
      width: 100%;
      float: none;
      margin-bottom: 15px;
    }
    .wpsf-fieldset {
      margin: 0;
    }
    .wpsf-inner {
      border: none;
      background-color: transparent;
    }

  }
}

.wpsf-groups {
  .wpsf-group {
    .wpsf-element {
      .fieldset-horizontal {
        display: inline-block;
        padding: 0;
        margin-right: 5px;
        border: none;
        &.wpsf-fieldset {
          margin: 0;
          /* This may get a little too big in a grouped field, so lets apply the max-width of an open color picker */
          max-width: 256px;
        }
        .wpsf-title {
          width: 100%;
          float: none;
          margin-bottom: 5px;
        }
        .wpsf-inner {
          border: none;
          background-color: transparent;
        }
      }
    }
  }
}