.firstButton, .prevButton, .pagerButton, .nextButton, .allButton, .pageButton, .lastButton  {
  /*font:1.1em/1.4 "Arial Narrow", sans-serif;*/
  font-size: 1.1em;
  line-height: 1.4;
  color:#fff;
  border:none;
  background:none;
  padding:0;
  margin:0;
  cursor:pointer;
}

/*.pageButton {
  font:1.2em/1.4 "Arial Narrow", sans-serif;
}*/

.actual {
  text-shadow: 0.5px 0.5px 1px gray;
  font-size:1.2em;
}

.prevButton {
  width:20px;
  height:20px;
  background:url('https://foxmart-software.cz/images/prev.png');
}

.pagerButton {
  width:15px;
  text-align:center;
}

.nextButton {
  width:20px;
  height:20px;
  margin-left:5px;
  background:url('https://foxmart-software.cz/images/next.png');
}

.allButton {
  margin-left:5px;
}

.firstButton, .allButton, .pageButton, .lastButton {
  text-decoration:underline;
}

.firstButton:hover, .allButton:hover, .pageButton:hover, .pagerButton:hover, .lastButton:hover {
  color:#E77361;
}

.hide {
  display:none;
}

