@media print{	 	
    body
	{
        color: black !important; 
		border:none !important; 
		margin:0 !important; 
		padding-left:2px !important; 
		background:none !important; 
    }
	
	.speechcatselected,.sidebar,#btn_mute,#tez_addtype,#formbutton,#formboardName,#formboardsharethisboard,#formConfirmAppDelete,.tez_landscape_logo,.tez_setup_btn,.changeBtn,.deleteBtn,.backingAddButton, .cancelBtn, .nextBtn,.header_branding,.tez_boardsmiddle_btn, #tez_boardsbtn, #tez_print{
		display:none;
	}

	h1.tez_boardHeading{
		display:block;
		font-size:36px;
		text-align:center;
	}
	
	.yesbtn, .nobtn{
		display:block!important; 
		outline:solid 4px #000 !important;
		width: calc(50% - 40px);
		width:-webkit-calc(50% - 40px);
		float:left;
		border:none;
		font-size:42px;
		height:100px;
		margin-bottom:10px;
		margin-top:0;
		text-indent:0 !important;
		padding-left:0;
		text-align:center;
		background:none;
		background-image:none;
	}
	.nobtn{
		margin-right:45px;
		margin-left:15px;
	}
	h1.speakit,.yesbtn, .nobtn,.speakBottomLabel, .speakLabel, .speechcatselected{
		color:#000;
	}

	.speakBottomLabel{
		font-weight:400;
	}
	.speakLabel {
		padding-top:0;
	}
	#speakforme{
    	width: 100%;
		height: calc(100%-80px);
		height:-webkit-calc(100%-90px);
		display:block;
		border:none;
		margin-left:10px;
		background:none;
	}
	.speak-popup {
		border:none;
	}
	

	.backing {
		bsackground:none; 
		border:none;
		outline: solid 4px #666;
		width: calc(25% - 24px);
		width:-webkit-calc(25% - 24px);
		font-size:24px;
		page-break-inside:auto;
		margin:10px;
		height:160px;
		background:none;
	}
	.layout_icon {
		max-width: 100px;
		padding-top:20px;
		height: 80px;
		padding-bottom: 20px;
	}
	.redpriority,.bluepriority,.greenpriority,.greypriority,.tealpriority{
		outline-offset: 0;
	}
}