/* 
 * GENERAL
 */


/*
 * HEADER
 */
#page-navigation h1.page-title {
    display: inline-block;
}

#main-navigation {
    display: inline-block;
    padding: 20px;
    float: right;
    z-index: 999;
}

/*
 * MAIN
 */

/*
 * FOOTER
 */

/*
 * MODULES
 */

/* orders list view */

body#page.ordersmodule .backend-aside,
body#page.ordersfrontmodule .backend-aside {
    float: none;
    width: 100%;
    padding: 0;
    border: none;
}

body#page.ordersmodule .backend-main,
body#page.ordersfrontmodule .backend-main {
    float: none;
    width: 100%;
    padding: 0 0 15px 0;
}

body#page.ordersmodule .aside-legend li,
body#page.ordersfrontmodule .aside-legend li {
    display: inline-block;
}

body#page.ordersmodule .aside-legend li:nth-child(n+2),
body#page.ordersfrontmodule .aside-legend li:nth-child(n+2) {
    padding: 0;
    margin: 0;
    border: none;
    display: inline-block;
}

body#page.ordersmodule .aside-legend li:nth-child(n+2):before,
body#page.ordersfrontmodule .aside-legend li:nth-child(n+2):before {
	content: '//';
}

input.button.cta-button {
	background: #009900;
}
input.button.cta-button:hover {
	background: #006699;
}

/*
 * HELPER
 */