.sortable_wordpress_gallery li.attachment {
    width: 141px;
    height: 141px;
}

.sortable_wordpress_gallery {
    display: block;
}

.sortable_wordpress_gallery:after {
    display: table;
    content: '';
    clear: both;
}

.sortable_wordpress_gallery li.attachment .thumbnail {
    cursor: move;
}

#uss_settings {
    .inside {
        margin: 0;
        padding: 0;
    }
}

.uss-settings__sec {
    overflow: hidden;
    .uss-nav__tabs {
        display: table;
        .mh-nav__tabs {
            margin: 0;
            padding: 0;
            display: table-cell;
            width: 200px;
            vertical-align: top;
            border-right: 1px solid #f3f3f3;
            list-style: none;
            li {
                margin: 0;
                cursor: pointer;
                a {
                    color: #007cba;
                    background: #fff;
                    border-bottom: 1px solid #f3f3f3;
                    padding: 10px;
                    display: block;
                    &:focus,
                    &:active {
                        outline: none;
                        box-shadow: none;
                    }
                }
                &:hover,
                &.active {
                    a {
                        font-weight: 600;
                        color: #0073aa;
                        background: #f7f7f7;
                    }
                }
                a {
                    text-decoration: none;
                }
            }
        }
        .uss-tabs__content {
            display: table-cell;
            vertical-align: top;
            padding: 1em;
            .us-tab__pane {
                display: none;
                transition: all 2s ease-in-out;
            }
            .active {
                display: block;
            }
        }
    }
}

.uss-table {
    th {
        padding: 20px 10px 20px 0;
        text-align: left;
    }
}

.uss-brdr-b {
    border-bottom: 1px solid #ddd;
    div {
        float: left;
        input[type=text] {
            display: block;
            margin-right: 10px;
        }
    }
}

.ud-copy {
    padding: 10px 0;
    input[type='text'] {
        width: 100%;
        margin-bottom: 10px;
    }
    button {
        background: #5220e5;
        color: #fff;
        border-color: #5220e5;
        cursor: pointer;
        width: 100%;
        padding: 5px;
        border-radius: 10px;
    }
}