@media only screen and (min-width: 1200px) and (max-width: 1360px) {
    .admin-theme-sidebar{
        width: 20%;
    }

    .admin-theme-main-section{
        margin-left: 20%;
        max-width: 80%;
    }

    .theme-admin-topbar{
        margin-left: 20%;
        max-width: 80%;
    }

    .admin-theme-page-title{
        font-size: 1.5rem;
    }
    .page-actions > a{
        font-size: 0.75rem;
    }

    .table-api-key{
        table-layout: fixed;
    }

    span.api-key{
        word-wrap: break-word;
    }

    .header-store-name:after{
        padding-left: 20px;
    }

    .admin-theme-top-dropdown{
        padding-left: 20px;
    }

}
