a{
   display: inline-block;
   text-decoration: none;
   padding: 5px 8px;
}
 
a.active{
   background-color: white;
   color: #0d81cd;
}

a.unvisited{
   background-color: white;
   color: #0d81cd;
}

a.visited{
   background-color: white;
   color: #0d81cd;
}

a:hover {
  background-color: #ddd;
  color: white;
}

.page-info{
   margin-top: 0px;
   font-size: 18px;
   font-weight: bold;
}
 
.pagination{
   width: auto;
   padding: 10px 20px;
   border: hidden;
   background-color: white;
   color: white;
   display: flex;
   justify-content: center
}

.button-prevnext {
	width: 120px;
  background: linear-gradient(to bottom right, #1e7bc6, #bfdef7);
  border: 0;
  border-radius: 12px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  outline: transparent;
  padding: 0 1rem;
  margin: 0 .5rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}
.button-prevnext:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}
.button-prevnext:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}
label {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color:blue;
}
select {
	width: 100px;
	padding: 5px;
	border: none;
	color: #0d81cd;
	font-family: Arial, sans-serif;
	font-size: 14px;
}