.holder {text-align:center;height:60px;display: flex;align-items: center;justify-content: center;clear: both;}
.holder a {font-size: 12px;cursor: pointer;margin: 0 5px;color: #888888;background: transparent;border-radius: 5px;display: inline-block;height: 20px;line-height: 20px;}
.holder span{/*border: 1px solid #888888 !important;*/width: 38px !important;height: 38px !important;display: inline-block;line-height: 40px;border-radius: 5px;color: #888888;}
.holder a:hover {color: #FFFFFF;}
.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }
.holder a.jp-current, a.jp-current:hover {color: #FFFFFF;font-weight: bold;border-radius: 5px;}
.holder a.jp-disabled, a.jp-disabled:hover {opacity: 0;color: #eee;}
.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {cursor: default;background: none;}
.holder span { margin: 0 5px; }