﻿.pagenumber
{
	display:block;
	border-top:1px dotted #ccc;
	margin-top:5px;
	padding-top:10px;
	padding-bottom:10px;
	color:#0092ef;
	text-align:center;
}

.pnumber
{
	border:1px solid #ccc;
	padding:2px 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	
	
}

.pnumber:hover
{

	color:#fff;
	background-color:#7d7d7d;
}

.pnow
{
	border-radius: 5px;
	
	padding:2px 5px;
	background-color:#34495e;
	color:#fff;
}

.pagenumber .prenex:first-child
{
	
	
	border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  
}

.pagenumber .prenex:last-child
{

	
	border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-left:-4px;
}

.prenex
{
	border-radius: 5px;
	border:1px solid #ccc;
	padding: 2px 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.prenex:hover
{
	color:#fff;
	background-color:#7d7d7d;
}

