/**
 * pagination.css
 * 
 */

p.results-count { line-height: 38px; }

.page-selection {
  float: right;
}

.page-selection img {
  max-width: 8px;
  margin: 0 4px;
}

.page-selection a:link,
.page-selection a:visited {
  color: #454545;
  line-height: 38px;
}

.page-number {
  font-size: 18px;
  padding: 2px 8px;
  border-radius: 4px;
}

.page-number.current {
  font-weight: 600;
  background: #2375BB;
}

a.page-number.current:link,
a.page-number.current:visited {
  color: #fff;
}
