

.pagination {
  font-size: 90%;
}
.pagination ul {
  border: 0;
}
.pagination ul li {
  border: 0;
}
.pagination ul li a {
  background: #3c92d5;
  border: 0;
  color: #fff;
  margin: 0 8px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 90%;
  line-height: 3em;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
}
.pagination ul li a:hover {
  color: #fff;
  background: #72c12d;
}
.pagination ul li.disabled a {
  background: #DCE0E3;
  color: #fff;
  border: 0;
}
.pagination ul li.disabled a:hover {
  background: #DCE0E3;
}
.pagination .pagination-list {
  background: none;
  border: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-right: 10px;
  margin-bottom: 30px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination .counter {
  font-size: 90%;
  font-style: italic;
  color: #999;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span,
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
ul.pagenav li {
  display: inline-block;
}
ul.pagenav li a {
  background: #DCE0E3 !important;
  border: 1px solid #d1d6da;
  color: #87959f;
  font-weight: bold;
  padding: 20px;
}
ul.pagenav li a:hover {
  background: #3c92d5 !important;
  border: 1px solid #2d88d0;
  color: #fff;
}
.pager li > a {
  border-radius: 0;
  border: 0;
  background: none !important;
  padding: 0;
}
.pager li > a:hover {
  background: none;
}
.pager a {
  background: none;
  border-radius: 0;
}
div.items-more {
  background-position: left top !important;
  padding-top: 30px;
}
div.items-more .nav-tabs {
  margin: 0;
}
div.items-more .nav-tabs li {
  margin: 0;
  padding: 0;
}
div.items-more .nav-tabs li a {
  margin: 0;
  padding: 8px 0;
  background: none;
  color: #3c92d5 !important;
  border: 0;
  border-bottom: 1px solid #E4E4E4;
}
div.items-more .nav-tabs li a:hover {
  color: #7AB317;
  border: 0 !important;
  border-bottom: 1px solid #E4E4E4 !important;
  background: none;
}
dl.tabs {
  padding-bottom: 20px;
  border: 0 !important;
  *zoom: 1;
}
dl.tabs:before,
dl.tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
dl.tabs:after {
  clear: both;
}
dl.tabs h3 {
  float: left;
  margin-right: 4%;
  font-size: 1.7em;
  font-weight: normal;
}

