/* nastylování posuvníku pro tabulky */
.jspDrag{ background: rgba(153, 0, 0, 0.80); border-radius: 10px; height: 5px; }
.jspHorizontalBar{ background-color: transparent; height: 20px; }
.jspTrack{ background: transparent; }
.table-resposive table{ margin-bottom: 27px; /* Určuje odsazení posuvníku od celé tabulky */ }
.jspArrowLeft{ background-image: url('/img/sipka_leva.png'); background-repeat: no-repeat; background-position: 40% 50%; }
.jspArrowRight{ background-image: url('/img/sipka_prava.png'); background-repeat: no-repeat; background-position: 40% 50%;}
.jspArrow{ background-color: inherit; border: 1px solid #990000; }
.jspVerticalBar{ display: none; }