.pager{
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding-left: 0;
}
.pager ul{
    float: right;
    margin: 5px 0 8px;
    border-radius: 0;
    display: inline-block;
    padding-left: 0;
}
.pager li {
    display: inline;
}
.pager li.previous, 
.pager li.next {
    color: #777676;
    font-weight: bold;
}
.pager .hidden a,
.pager .hidden a{
  color: #999999;
  cursor: not-allowed;
}
.pager .first, 
.pager .last{
  display: none;
}
.pager a,
.pager span{
  padding: 4px 10px;
  background-color: white;
  border: 1px solid #cccccc;
  float: left;
  line-height: 18px;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  display: block;
}
.pager .previous a,
.pager .previous span{
  border-top: none;
  border-bottom: none;
  border-left: none;
}
.pager .next a,
.pager .next span{
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.pager a i{
  padding: 3px 0 0 0;
}
.pager .selected a{
  font-weight: bold;
  color: #FFFFFF;
  background: #999999;
  cursor: not-allowed;
}