ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
  display: flex;
  align-items: center;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.simple-pagination li:first-child {
  padding: 8px 4px 6px 6px;
  border-radius: 16px;
  /* background-color: #fff; */
}

.simple-pagination li:last-child {
  padding: 6px 2px 6px 8px;
  border-radius: 16px;
  /* background-color: #fff; */
}

.simple-pagination .disabled {
	opacity: .5;
}

span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}
/*------------------------------------*\
	Simple Theme Styles
\*------------------------------------*/
.simple-theme span {
	cursor: pointer;
}

.simple-theme a, .simple-theme span {
	float: left;
	color: #A0A0A0;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	min-width: 14px;
	padding: 4px 8px;
	margin: 0 5px 0 0;
  background-color: transparent;
  border: none;
}

.simple-theme a:hover, .simple-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #FFA41C;
  color: #FFFFFF;
  border-radius: 4px;
}

.simple-theme .current {
	color: #FFFFFF;
}

.simple-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}