section{
	background: #fff;
}
.table{
	width: 100%;
	text-align:center;
	border-collapse: collapse;
}
.table li{
	width:32%;
	display:inline-block;
	margin:0px;
	padding:0px;
	height: 100px;
	border-right: 1px solid #f0f0f2;
	border-bottom: 1px solid #f0f0f2;
}
.table li a{
	display:flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 14px;
}
.table li a:active{
	background: rgba(0,0,0,.05);
}
.table li a img{
	height: 50px;
	margin-bottom: 5px;
}
