.iwptp-tabs {
    margin-bottom: 20px;
}

.iwptp-tabs:last-child {
    margin-bottom: 0;
}

.iwptp-tab-triggers {
    margin-bottom: -2px;
    position: relative;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.iwptp-disabled-tabs {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.iwptp-tab-enable {
    margin-right: 10px;
    cursor: pointer;
}

.iwptp-tab-enable:last-child {
    margin-right: 0;
}

.iwptp-tab-trigger {
    display: inline-block;
    padding: 8px 15px;
    background: transparent;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 14px;
}

.iwptp-tab-trigger.iwptp-selected-tab {
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: transparent;
    position: relative;
    background: white;
}

.iwptp-tab-trigger.iwptp-selected-tab:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: inherit;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.iwptp-tab-content {
    padding: 15px;
    clear: both;
    border: 1px solid;
    border-color: rgba(0, 0, 0, .1);
    display: none;
    background: white;
}

.iwptp-tab-disable svg {
    height: .8em;
    width: .8em;
    vertical-align: baseline;
}

.iwptp-tab-disable svg {
    stroke-width: 3 !important;
}