/* Disable background image */
body {
    /*width: 100% !important;*/
}

/* Fill entire mobile viewport width - don't force hard pixel widths*/
.page-width {
    width: 100% !important;  /*Was width: 960px*/
}

#page-content {
    width: 100% !important;
}

#column-right {
    /*width: 100%;*/
    overflow: visible;
}

#main-margin {
    margin: 0;
}

.category-product-list-2col {
    padding: 0;
}


#mainmenu-container {
    width: 70%;
}
