/* ---------------------------------------------------------------------------------------

   modified eCommerce Shopsoftware
   http://www.modified-shop.org
   Copyright (c) 2009 - 2016 [www.modified-shop.org]
   ---------------------------------------------------------------------------------------
   Released under the GNU General Public License

--------------------------------------------------------------------------------------- */
/*
@media only screen and (max-width: 1160px)  { #responsive_marker { border-top:10px solid brown; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 1060px)  { #responsive_marker { border-top:10px solid fuchsia; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 985px)   { #responsive_marker { border-top:10px solid red; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 920px)   { #responsive_marker { border-top:10px solid pink; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 850px)   { #responsive_marker { border-top:10px solid cyan; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 759px)   { #responsive_marker { border-top:10px solid blue; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 690px)   { #responsive_marker { border-top:10px solid lime; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 600px)   { #responsive_marker { border-top:10px solid green; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 500px)   { #responsive_marker { border-top:10px solid orange; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 400px)   { #responsive_marker { border-top:10px solid olive; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
@media only screen and (max-width: 360px)   { #responsive_marker { border-top:10px solid olive; position:fixed; bottom:0px; height:1px;background:transparent; width:100%;z-index:99999;}}
*/
@media only screen and (max-width: 1160px) {
  #layout_content {
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
  }
}
