.viewtable {
	background-color:white;
	position:relative;
	display:block;
	height:55vh;
	width:100%;
}

.mtable {
	border-collapse:collapse;
	width:100%;
	height:100%;
	font-family:Arial,Helvetica,sans-serif;
}
.mtable tr:nth-child(even) {
	background-color:#dfdfdf;	
}

.mtable th {
	width:35vh;
	background-color:#2c3e50;
	color:white;
	text-align:center;
}

.mtable td {
	text-align:center;
}

.mtable tr {
	background-color:white;
	height:5vh;
}

.mtable th:nth-child(even) {
	background-color:aquamarine;	
}
