.ens_tab{
	width:100%;
	margin-left:10%;
}

.ens_tab > tbody > tr > td:nth-child(1){
	width: 30%;
}

.ens_tab > tbody > tr{
	
	border:1px solid;
	border-color: gray;
	border-radius:20px;
	width: 20%;
	text-align:center;
	margin-right: 10px;

}
.ens_tab > tbody > tr:nth-child(1){
	background-color: #fff2e6;
}
.ens_tab > tbody > tr:nth-child(2){
	background-color: #fff2e6;
}

.ens_tab > tbody > tr:nth-child(3){
	background-color: #fffae6;
}
.ens_tab > tbody > tr:nth-child(4){
	background-color: #fffae6;
}


.ens_lst_niv{
	display: flex;
	justify-content: space-around;
	width: 100%;
	padding: 10px 10px 10px 10px;
}

.ens_btn{
	border:1px solid;
	border-color: gray;
	border-radius:20px;
	
	text-align:center;
	margin-right: 10px;
	box-shadow: 5px 5px 5px lightgray;
	background-color:white;
}


.ens_btn > a{
	display:none;
}

﻿
.ens_btn > h4{
	font-weight:none;
	font-size: 1.2em;
}

﻿

.ens_lst_niv:hover{
	cursor:pointer;
	background-color:lightgray;

}
	
	
	
.ens_btn:hover{
	cursor:pointer;
	background-color:orange;

}


.ens_menu{
	display: flex;
	justify-content : space-between;
	border-bottom: 2px solid orange;
}