.pagination li:not(:last-child) > a {
  margin-right: 10px;
}

.pagination select {
  height: 28px;
  border-color: #C8C8C8;
}

.pagination li > a {
  border-color: #C8C8C8;
  border-radius: 4px;
  color: #000000;
}

.pagination li.thisclass > a, .pagination li.thisclass > a:hover, .pagination li.thisclass > a:focus {
  background-color: #8D8D8D;
  color: #ffffff;
  border-color: #C8C8C8;
}

.pagelist {
  text-align: center;
}

.pagelist > table {
  margin: 0 auto;
}

.pagelist > table tr td {
  padding-right: 5px;
}

.pagelist > table tr td a {
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  color: #000000;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagelist > table tr .active a {
  background-color: #8D8D8D;
  color: #ffffff;
}

.pagelist > table tr td input[type='text'] {
  width: 26px;
  height: 28px;
  border: 1px solid #D1D1D1;
  color: #000;
}

.pagelist > table tr td input[type='submit'] {
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  background: none;
  height: 28px;
}
