﻿
#pager{ margin: 0 auto;      text-align: right;  }

#pager ul.pages {
  display:block;
  border:none;
  text-transform:uppercase;
  font-size:14px;
  margin:20px 0 10px;
  padding:0;

  width:100%;
  text-align: right;
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: right;
}

#pager ul.pages li {
  list-style:none;
  float:left;
  border:1px solid #ccc;
  text-decoration:none;
  margin:0 0 0 5px;
  padding:10px;
}

#pager ul.pages li:hover {
  border:1px solid #003f7e;
}

#pager ul.pages li.pgEmpty {
  border:1px solid #eee;
  color:#eee;
}

#pager ul.pages li.pgCurrent {
  border:1px solid #003f7e;
  color:#000;
  font-weight:700;
  background-color:#eee;
}