.school-kind{ width: 100%; height: auto; overflow: hidden; margin: 0; padding:0;
}
.school-kind ul li {
	width: 100%;
	color: #3b3b3b;
	font-size:0.825rem;
	font-weight: bold;
	text-align: center;
	
	border-bottom: 1px solid #d9d9d9;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.school-kind ul li a {
	padding: 0.7rem 0;
	width: 100%;
	height: 100%;
	display: block;
}

.school-kind ul li p {
	width: 100%;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	font-size:0.6rem;
	font-family: arial;
	color: #666;
	text-transform: capitalize;
	font-weight: normal;
}
.school-kind ul li a:link,.school-kind ul li a:visited{ color: #333; text-decoration: none}
.school-kind ul li a:hover{ color: #333; text-decoration: none; background: #e6e6e6;}

.school-kind ul li  a:link p,.school-kind ul li a:visited p{ color: #666; text-decoration: none}
.school-kind ul li a:hover p{ color: #666; text-decoration: none; background: #e6e6e6;}


#school{ color: #fff; text-decoration: none; background: #2261a2;}
