@import url('foundationsGeneral.css');
@import url('foundationsPageLayout.css');
@import url('foundationsVisual.css');
@import url('backgroundImages.css');
@import url('textAppearance.css');
@import url('linkAppearance.css');
@import url('listAppearance.css');
@import url('images.css');
@import url('speechOutput.css') aural;

@media print { 
    nav,
    div.cell header,
    figure,
    figcaption,
    aside,
    footer,
    noscript,
    .pageBody .cell:nth-child(1) header,
    .pageBody .cell:nth-child(1),
    .pageBody .cell:nth-child(3) header,
    .pageBody .cell:nth-child(3)
    {
	display: none;
    }
}
@media (max-width: 900px) {
    .flexbox .pageBody div.cell:nth-child(1), 
    .flexbox .pageBody div.cell:nth-child(3) { 
	width: 2%;
	min-width:5px;
    }
    .flexbox .pageBody div.cell:nth-child(2) { 
	width: 98%;
    }
    .no-flexbox .pageBody div.cell:nth-child(1),
    .no-flexbox .pageBody div.cell:nth-child(3) { 
	width: 2%;
    }

}
