/*//////////////////////////Touch decimals Place value ±////////////////////
/////////////////////////////touchDecimals.css//////////////////////////////
/////(c) Copyright September 2015 Maurici Carbó of nummolt.com//////////////
////////////All rights reserved.  maurici@nummolt.com///////////////////////
//////////////////////////////////////////////////////////////////////////*/

p {
    
	margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 1px;
    margin-left: 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
#myCanvas{
    border: 1px solid black;
	margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 1px;
    margin-left: 1px;
  
   /* -ms-transform: matrix(1, 0, 0, 1, 0, 0); /* IE 9 */
   /* -webkit-transform: matrix(1, 0, 0, 1, 0, 0); /* Safari */
   transform: matrix(1, 0, 0, 1, 0, 0); /* Standard syntax */
  
}