/**
 * @file
 * Extra css to indicate the development status of this site using colours
 * lightgreen for development site (dev.xxxx)
 * lightsalmon for staging site (local.xxx)
 * white for production site (www.xxx)
 */

div.dialog-off-canvas-main-canvas {
	background-color: lightgreen;
}

div#page-wrapper {
	width: 95%;
	margin: 0 auto;
}

