.jtabs {
    font-size: 10pt;
    text-align: right;
    color: #111
}

.jtabs .jtabs-nav {
    width: 100%
}

.jtabs .jtabs-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.jtabs .jtabs-nav li {
    cursor: pointer;
    float: right;
    margin: 0 0 0 4px;
    padding: 7px 15px;
    background-color: #4498cc;
    border-radius: 5px 5px 0 0;
    transition: all .25s ease;
    color: #fff;
}

.jtabs .jtabs-nav li:hover {
    background-color: #fcc35f
}

.jtabs .jtabs-nav .jtabs-current, .jtabs .jtabs-nav .jtabs-current:hover {
    background-color: #ffb027;
}

.jtabs .jtab {
    display: none;
    width: 100%;
    clear: both;
    background: #fff;
    border-radius: 3px 0 3px 3px;
}

.jtab.tab-level-one {
    border: 1px dashed rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.80);
}

.jtabs .jtab-inner {
    padding: 10px 20px;
    max-height: 310px;
}

.jtabs-iphone-menu-title {
    background: #1e8898;
    padding: 10px 15px;
    color: #fff;
    border-radius: 3px 3px 0 0;
    margin: 0 0 1px 0;
}

.jtabs .jtabs-nav ul.jtabs-show {
    display: flex
}

.jtabs .jtabs-nav .jtabs-iphone-menu {
    display: none
}

@media (max-width: 650px) {
    .jtabs .jtabs-nav .jtabs-iphone-menu {
        display: block
    }

    .jtabs .jtabs-nav {
        position: relative
    }

    .jtabs .jtabs-nav ul {
        display: none
    }

    .jtabs .jtabs-nav .jtabs-iphone-menu-ul {
        display: none;
        flex-direction: column;
        position: absolute;
        z-index: 1000;
        width: 100%;
        background: #333;
        left: 0;
        top: 40px
    }

    .jtabs .jtabs-nav li {
        float: none;
        margin: 0 0 1px 0;
        border-radius: 0;
        color: #333
    }

    .jtabs .jtab {
        border-radius: 0 0 3px 3px
    }
}
