.tabs-content {
    padding: 8px 0 15px 0;

    /*
        These margins align the content with the first tab of the section header.
    */
    &-has-wide-margins {
        padding: 27px 0 24px 0;
    }

    &-has-horizontal-overflow {
        overflow-x: auto;
    }

    &-has-table {
        padding-top: 0;
    }

    &-has-full-top-margin {
        padding: 15px;
    }

    &-has-small-bottom-margin {
        padding-bottom: 10px;
    }

    &-actions {
      align-items: flex-start;
      display: flex;
        &-left {
          margin-right: auto;
        }
        &-right {
          margin-left: auto;
        }
    }
}
