/***************************************************************************************
 * If you find our software helpful, the best way to contribute is to hire us to work for you. 
 * Details at www.bizysoft.com.au
 *
 * author Chris Maude, chris@bizysoft.com.au
 * copyright Copyright (c) 2016, bizySoft
 * license http://opensource.org/licenses/gpl-license GPL-3.0 or later
 *
 ***************************************************************************************
 * Requires bizyGrid gridLayout.css to be loaded beforehand.
 *
 * This CSS turns off the spacer cells at each side of the viewport.
 *
 * It's invoked via a media query on a <link> element in an html page.
 *
 ****************************************************************************************/

.gridCell11 {
	display: none;
}
.gridCell21 {
	display: none;
}
.gridCell31 {
	display: none;
}
.gridCell13 {
	display: none;
}
.gridCell23 {
	display: none;
}
.gridCell33 {
	display: none;
}



