.mltabs {
	width: 100%;
	display: flex; 
	justify-content: space-evenly;
}

.mltabs ul {
  	list-style:none;
  	margin:0;
	padding: 5px 10px 5px 5px;
}

.mltabs li {
	width: 180px;
 	background:#d3d3d3;
  	padding:10px;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px solid #bababa;
}

.mltabs li:hover {
  background:#bababa;
}

.mltabs a {
  text-decoration:none;
}

.mltabs a:hover {
  letter-spacing: 2px;
}

.mltabcontent {
	display: inline;
}
