﻿.pager-container {
  padding: 2px 2px;
}
.pager-item {
  padding: 4px 0;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 10px !important;
}
.pager-item:hover, .pager-item.active {
  text-decoration: none;
  border: 1px solid #cacaca;
  background-color: #ebfaff;
  color: #333;
  border-radius: 3px;
}
.pager-item:active, .pager-item:visited, pager-item:focus {
  text-decoration:none;
}
.pager-item.length1, .pager-item.length2 {
  font-size: 100%;
}
.pager-item.length3 {
  font-size: 98%;
}
.pager-item.length4 {
  font-size: 95%;
}
.pager-item.disabled {
  color: #D7D7D7;
}
.pager-input {
  width: 60px;
  margin-right: 6px;
  text-align: right;
  height: 20px;
  color: #333;
  border: 1px solid #cacaca;
  border-radius: 3px;
}
.pager-count {
  width: 60px;
}