@charset "utf-8";
/* CSS Document */
@media print {
	body {
		visibility: hidden;
	}
/*
	#CoordinatesTableP, #CoordinatesTableL, #WorkTableL, #WorkTableP, #DesmosPrint {
		visibility: visible;
		position: absolute;
		left: 0;
		top: 0;
		margin: 0in;
	}
	 #HEQTableL, #HEQTableP, #VEQTableL, #VEQTableP, #PEQTableL, #PEQTableP, #NEQTableL, #NEQTableP {
		visibility: visible;
		position: relative;
		margin: 0in;
		left: 0;
		top: 0;
	}
*/
    
	#WorkAreaL, #WorkAreaP, #EQP, #EQL {
		page-break-before: always; 
	}
	table, tr, th {
		border: thick solid black;
	}
}
@page {

}
td, th, thead {
	vertical-align: middle;
	border: solid thin black;
	transition: all 0.5s;
}

td:hover {
	background-color: lightgray;
}

#WorkTablePL td, #WorkTablePP td, #WorkTableNP td, #WorkTableNL td {
	vertical-align: top;
}

#DesmosGraph {
	width: 100%;
	height: 100%;
}
button {
	width: 100px;
}