.mclass1{
	position:relative;
	width:100%;
	height:50vh;
	border: 1px solid green;
	
}
.mclass2{
	position:absolute;
	top:60px;
	left:0px;
	border-style: dashed solid;
	border-width:1px;
	border-color:red;
	height:10vh;
	z-index:1;
	background-color: rgba(125,125,125,0.5);
}
.viewtable{
	background-color:violet;
	display:block;
	position:absolute;
	z-index:2;

}
.mtable, .mtable td{
	border: 1px solid black;
	text-align:center;	
}

.mtable{
border-collapse: collapse;

}

.mtable th{
	background-color:black;
	color:white;
	border: 1px dashed red;
	width: 30vw;
	}

.mtable tr:nth-child(even){
background-color: white;
}

#result{
	text-align:right;

}
a{
	text-decoration: none;
	color:green;
}


a:hover{
	font-weight:bold;
	font-size:2em;
}

li{
	border:1px solid red;
	display:block;	
	width:80px;
	color:white;
	background-color:black;
}

li:hover{
	background-color:green;
}

caption {
	caption-side: bottom;
}
