div.t-page-navigation { 
    padding: .5em 0;
    display: flex;
    justify-content: center;}
div.t-page-navigation a, 
span.t-page-current, 
span.t-page-dots
{
    border: 1px #263080 solid;
    padding: .3em .8em;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 500;
    max-width: 60px;
	color: #263080;
	border-left: 0;
}

.t-page-next {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;	
 }
.t-page-previous{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: 1px solid !important;
	}
.t-page-previous-none{
	pointer-events: none;
    background: #c1c2c7;
    color: #8589ac !important;
    cursor: default;
    border-color: #8589ac!important;
}	
span.t-page-current { 
	font-weight: bold; 
	color: #fff;
	background: #263080;
	border-color: #263080;}
div.t-page-navigation a, 
div.t-page-navigation a.t-page-previous, 
span.t-page-dots { border-color: #263080;}
div.t-page-navigation a:hover,  
span.t-page-dots:hover,
.t-page-previous:hover,.t-page-next:hover
{
	color: #fff;
    background: #e96c26;
    border-color: #e96c26 !important;
}