@import url('./_reset.css');

/**  Basic Print Stylesheet **/


@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

img {
	display: none;
}



#mainBackground, .appScreen{
	display: none;
}

#projectionScreen{
	display: block;
}

#projectionScreen .sectHead{
	margin-top: 36px;
}

#projectionScreen .calculation{
	font-size: 24px;
}

#projectionScreen .reviseBtn{
	display: none;
}