    /* Custom styles for app page */
    /* Styles for main app container */
    
    @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
    body {
        padding: 30px;
    }
    
    .content-wrapper.content-bg-grey {
        background: white !important;
        padding: 30px;
    }
    
    div#appContent {
        background: white !important;
        margin: 0px auto;
        padding: 20px;
        max-width: 980px;
    }
    /* Styles for Back button */
    
    .content-control-menu-nav .horizontal-icolink {
        font-weight: 600;
    }
    
    .content-control-menu-nav {
        padding-left: 25px;
        padding-right: 24px;
        font-size: 16px;
        height: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: flex;
        align-items: center;
        display: none;
    }
    /* Styles for edit product label page */
    
    .edit-product-label {
        display: none;
    }
    
    .forminp {
        font-size: 12px;
        text-align: left;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
        word-break: break-all;
        padding: 5px 10px;
        border: none;
        border-top: 1px solid #d1d8df;
        border-bottom: none;
        border-right: none;
        border-left: none;
    }
    
    table tr:first-child td.forminp {
        border-top: 1px solid transparent;
    }
    /* ------------- */
    
    .forminp a,
    a {
        color: #068eef;
        text-decoration: none;
    }
    
    .forminp input,
    select {
        font-size: 12px;
        line-height: 18px;
        display: inline-block;
        box-sizing: border-box;
        width: 40%;
        height: 33px;
        background-color: rgb(250, 251, 251);
        color: rgb(38, 42, 46);
        vertical-align: middle;
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset;
        padding: 3px 6px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(153, 169, 183);
        border-image: initial;
        border-radius: 5px;
        outline: 0px;
        transition: background-color 0.1s linear 0s, color 0.1s linear 0s, border-color 0.1s linear 0s, box-shadow 0.1s linear 0s;
    }
    
    input[type=checkbox] {
        width: 15px;
        height: 15px;
    }
    
    #page-changer ul {
        display: flex;
        list-style: none;
    }
    
    #page-changer ul li {
        padding: 4px 10px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
    }
    
    #page-changer ul li.currentpage {
        font-size: 12px;
        line-height: 18px;
        display: inline-block;
        box-sizing: border-box;
        min-width: 40px;
        height: 28px;
        text-align: center;
        padding: 5px;
        border: 1px solid #99a9b7;
        border-radius: 5px;
        outline: 0;
        background-color: #fafbfb;
        color: #262a2e;
        vertical-align: middle;
        transition: background-color .1s linear, color .1s linear, border-color .1s linear, box-shadow .1s linear;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07) inset;
    }
    
    h3.title {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
    }
    
    .header-menu {
        padding: 20px 0;
    }
    
    .header-menu a {
        text-decoration: none;
        padding: 10px;
        margin: 20px 0;
        color: #262a2e;
        font-weight: 600;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
    }
    
    .header-menu a:hover {
        color: #0462a4
    }
    
    .header-menu a.active {
        font-size: 32px;
        line-height: 38px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
        color: #262a2e;
    }
    
    p b {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
        font-weight: 700;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
    }
    
    .normalized p,
    p {
        white-space: normal;
        font-size: 14px;
        line-height: 22px;
        color: #262a2e;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
    }
    
    .normalized a {
        text-decoration: none;
        font-family: sans-serif;
        color: #068eef;
        text-decoration: underline;
    }
    
    .ecwid-vertical-menu .header .header-wrapper {
        background: #fff;
    }
    
    table {
        border: none;
        /* border-collapse: collapse; */
        margin: 40px 0;
        /* padding: 0; */
        width: 100%;
        table-layout: fixed;
        font-family: sans-serif;
        padding: 20px;
        background: #fff;
        border: 1px solid #d1d8df;
        border-radius: 6px;
    }
    
    table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }
    
    table tr {
        background-color: #ffffff;
        border-bottom: 1px solid #d1d8df;
        width: 100%;
    }
    
    table th,
    table td {
        font-size: 14px;
        font-weight: normal;
        line-height: 27px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
        padding: 8px;
    }
    
    table th.titledesc {
        font-size: 12px;
        font-weight: 700;
        height: auto;
        background-color: #99a9b7;
        line-height: 20px;
        text-align: left;
        background: #fff;
        color: #262a2e;
        border: none;
        border-top: 1px solid #d1d8df;
    }
    
    table tr:first-child th.titledesc {
        border-top: 1px solid transparent;
    }
    
    @media screen and (max-width: 600px) {
        table {
            border: 0;
        }
        table caption {
            font-size: 1.3em;
        }
        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }
        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }
        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }
        table td::before {
            /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
        }
        table td:last-child {
            border-bottom: 0;
        }
    }
    
    .tablenav {
        font-size: 13px;
        color: #262a2e;
        white-space: nowrap;
        display: flex;
        padding-right: 8px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
    }
    
    .tablenav a {
        text-decoration: none;
    }
    
    .search input {
        display: inline-block;
        position: relative;
        width: 96%;
        border: 1px solid #99a9b7;
        outline: 0;
        background-color: #fafbfb;
        color: #262a2e;
        text-align: left;
        vertical-align: middle;
        transition: color .1s linear, background-color .1s linear, border-color .1s linear, box-shadow .1s linear;
        cursor: text;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07) inset;
        height: 40px;
        padding: 2px 9px 3px 40px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 19px;
    }
    
    .search:before {
        content: "\f002";
        font-family: 'FontAwesome';
        display: block;
        position: absolute;
        font-size: 20px;
        width: 16px;
        margin: 15px 10px;
        height: 16px;
        color: #99a9b7;
        z-index: 999;
    }
    
    .search input :active,
    .search input :focus {
        border-color: #068eef;
        outline: 0;
        background-color: #fff;
        box-shadow: 0 0 0 1px #068eef inset;
        color: #99a9b7;
    }
    
    input[type="submit"] {
        background-color: #068eef;
        color: #fff;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
        margin: 0;
        border: 1px solid transparent;
        outline: 0;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        white-space: nowrap;
        transition: color .1s linear, background-color .1s linear, border-color .1s linear, box-shadow .1s linear;
        cursor: pointer;
        min-width: 7.385em;
        width: auto;
        height: 32px;
        padding: 6px 10px;
        border-radius: 5px;
        font-size: 13px;
    }
    
    .alignleft.actions {
        float: left;
        margin: -18px -30px;
    }