.holder {
	margin: 15px 0;
}
.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
}
.holder a:hover {
	background-color: #222;
	color: #fff;
}
.holder a.jp-previous {
    margin-right: 15px;
}
.holder a.jp-next {
    margin-left: 15px;
}
.holder a.jp-current, a.jp-current:hover { 
	color: #FF4242;
	font-weight: bold;
}
.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: none;
}
.holder span { margin: 0 5px; }
#list-warsztaty {
	padding-bottom: 32px;
}
#list-warsztaty h4 {
    margin: 1em 0 1em 0;
}
#list-warsztaty ul {
    margin: 0;
}
#list-warsztaty li {
    list-style:none outside none;
}
.list-container {
    padding: 0;
}
.list-container li {
    padding-bottom: 0.7em;
	font-size: 0.8em;
}
.list-container li b {
	font-size: 16px;
}

/*moje navi*/
.holder-expert, .holder-wspolpracujace {
    display: none;
}
.customBtns { position: relative; }
.prev-btn, .next-btn { width:32px; height:32px; cursor: pointer; display: inline-block; }
.prev-btn { background-image: url('../../images/navi_lewo.svg'); background-position: center center; background-repeat: no-repeat; }
.prev-btn:hover { background-image: url('../../images/navi_lewo_hover.svg'); }
.next-btn { background-image: url('../../images/navi_prawo.svg'); background-position: center center; background-repeat: no-repeat; }
.next-btn:hover { background-image: url('../../images/navi_prawo_hover.svg'); }
.prev-btn.jp-disabled, .next-btn.jp-disabled { display: none; }
.jp-disabled { display:none; }
#btns-expert { margin-bottom: 10px;}