.fullWidth {
    /* TODO proper fix (original was in style attr) */
    width: 100% !important; 
    max-width: none !important;
}

.d-none {
    display: none !important;
}

td, td {
    padding: 0.5em;
}
/* External, provided by demo page */
/* Custom styles for app page */

/* Styles for main app container */

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;
}


/*# sourceMappingURL=main-1995269e728f41621148.css.map*/