.pagination-section {
  font-size: 18px;
  margin: 5% auto 0 auto;
  width: 50%;
  text-align: center;
}

.pagination-section a {
  color: slategrey;
  margin: 0 5px;
  padding: 2px 7px;
  text-decoration: none;
  border: solid 1px lightgrey;
  border-radius: 50%;
  cursor: pointer;
}

.pagination-section a:hover {
  background-color: #e1f1f6;
}

.pagination-section .active-link {
  border-color: #4ba6c3;
}

.no-students {
  text-align: center;
  color: slategrey;
}

/****************************/

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../Preloader_2.gif") center no-repeat #fff;
}
