/* CSS Document */
.holder {
  margin: 15px 0;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  gap: 30px 10px; }

.holder a {
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background-color: #333333;
  cursor: pointer;
  transition: all 0.2s linear; }

.holder a:hover {
  background-color: #fff;
  color: #222; }

.holder a.jp-current, a.jp-current:hover {
  color: #333;
  font-weight: bold;
  background: #fff; }

.holder a.jp-disabled, a.jp-disabled:hover {
  color: #bbb; }

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
  cursor: default;
  background: #fff; }

.holder span {
  margin: 0 5px; }
