.SecurityWidget
  .TabbedContent-tabs
    display flex
    &:after
      content ''
      flex 1
      border-bottom-width 1px
      border-bottom-style solid
    button
      color inherit
      outline 0
      border-width 1px 1px 0 1px
      border-style solid
      position relative
      cursor pointer
      padding 5px 4%
      white-space nowrap
      text-transform capitalize
      &:after
        content ''
        position absolute
        right -6px
        top -1px
        bottom 0
        display inline-block
        width 5px
        border-bottom-width 1px
        border-bottom-style solid
      &:not(:first-child)
        margin-left 5px
      &.is-selected
        background 0
