/*
Add CSS rules to this files to make custom changes to our template. Rename this file from 
_custom.css to custom.css to have it automatically loaded by the template. If you upgrade to a 
newer version of this template, your custom changes will remain intact.
*/
body#page p, body#page address {
max-width: none;
} 

img {
   width:inherit; /*for ie8 */
   max-width: 100%;
   height: auto;
   /* M4M voor IE 8 image scale probleem */
   width: auto !important;
height: auto !important;
max-width: 100% !important;
 }

 
 /* Landscape phones and down 
@media (max-width: 480px) { 

.hidden-desktop {
	visibility:visible;
	color:#fff;
}

}*/