/*.viewtable1 {
	width:100%;
	background-color:white;
	display:block;
	position:absolute;
	z-index:2;
}*/
.mtable1 {
	width:100%;
	border-collapse:collapse;
	border:1px solid black;

}
.mtable1 th {
	color:white;
	background-color:black;
	text-align:center;
	border:1px solid black;
}
.mtable1 td {
	text-align:center;	
}
.mtable1 tr:nth-child(even) {background-color:gray;}
.mtable1 th:nth-child(even) {background-color:green;}

.mtable2 {
	width:100%;
	border-collapse:collapse;
	border:2px solid cyan;
}
.mtable2 th {
	color:white;
	background-color:cyan;
	text-align:center;
	padding:10px;	
}
.mtable2 td:hover{
	font-size:2em;
	font-weight:bold;
}
.mtable2 td {
	border:2px solid cyan;
	padding:10px;
}
.mtable2 tr:nth-child(even){background-color:gray;}
.mtable2 td:first-child{font-weight:bold;}




