.page-button2 {
	height: 40px;
	border-radius: 20px;
	border: 1px solid #000;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
	border-color: #000;
	font-family: "Helvetica-Bold", Helvetica, Arial, serif;
	font-size: 10.5px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1.0);
	text-align: center;
	line-height: 1;
	padding: 2px 40px 0 40px;
	box-sizing: border-box;
	text-transform: uppercase;
	display: inline-flex;
  	align-items: center;
  	justify-content: center;
}

.page-button2:hover {
	color: #fff;
	text-decoration: none;
	background-image: -moz-linear-gradient( 0deg, rgb(12,27,54) 0%, rgb(23,44,86) 48%, rgb(12,24,47) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(12,27,54) 0%, rgb(23,44,86) 48%, rgb(12,24,47) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(12,27,54) 0%, rgb(23,44,86) 48%, rgb(12,24,47) 100%);
}













.page-button {
	height: 40px;
	border-radius: 20px;
	border: 1px solid #000;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
	border-color: #000;
	font-family: "Helvetica-Bold", Helvetica, Arial, serif;
	font-size: 10.5px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1.0);
	text-align: center;
	line-height: 1;
	display: inline-block;
	padding: 14px 40px 0 40px;
	box-sizing: border-box;
	text-transform: uppercase;
}

/*
.page-button {
	height: 40px;
  border-radius: 20px;
  border: 1px solid #000;
  border-color: #000;
  font-family: "Helvetica-Bold", Helvetica, Arial, serif;
  font-size: 10.0px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1.0);
  text-align: center;
  line-height: 12.0px;
  display: inline-block;
  padding: 13px 40px 0 40px;
  box-sizing: border-box;
  text-transform: uppercase;
}



.page-button {
	height: 39px;
	border-radius: 20px;
	border: 1px solid #000;
	border-color: #000;
	font-family: "Helvetica-Bold", Helvetica, Arial, serif;
	font-size: 10px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1.0);
	text-align: center;
	line-height: 1.2;
	display: inline-flex;
	padding: 0 40px 0 40px;
	box-sizing: border-box;
	text-transform: uppercase;
	vertical-align: middle;
	align-items: center;
}
*/

.page-button:hover {
	color: #fff;
  text-decoration: none;
  background-image: -moz-linear-gradient( 0deg, rgb(12,27,54) 0%, rgb(23,44,86) 48%, rgb(12,24,47) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(12,27,54) 0%, rgb(23,44,86) 48%, rgb(12,24,47) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(12,27,54) 0%, rgb(23,44,86) 48%, rgb(12,24,47) 100%);
}


.style__dark .page-button {
	color: #fff;
  border-color: #fff;
}

.page-button sup{
	font-size: 70%;
}


.style__dark .page-button:hover {
  background-image: -moz-linear-gradient( 0deg, rgb(12,27,54) 0%, rgb(23,44,86) 48%, rgb(12,24,47) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(12,27,54) 0%, rgb(23,44,86) 48%, rgb(12,24,47) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(12,27,54) 0%, rgb(23,44,86) 48%, rgb(12,24,47) 100%);
  text-decoration: none;
}