@charset "utf-8";
/* CSS Document */





div {
		box-sizing: border-box;
     -webkit-box-sizing: border-box; /* For Android and old versions of iOS */
     -moz-box-sizing: border-box;
	 }

div#Layer1 {box-sizing:border-box;padding:10px;position:absolute; left:0; top:100; width:100%; height:100%; z-index:3; visibility: visible;}


table {background-color:transparent;width:100%;}

tr {background-color:rgba(0,0,0,.00); margin:15px 0px; border:black thin dotted;}
td {background-color:rgba(255,255,255,.00);}