#pplvyhledane_pobocky{
  overflow-y:scroll;
  height:240px;
}
.table-parcelshop tr td{
  font-size:12px;
  padding: 5px;
}

.table-parcelshop tr td a.pplvybrat-button{
  padding: 3px 6px;
  color: white !important;
  text-align: center;
  border: none;
  text-decoration: none;
  font-size: 12px;
  font-family: inherit;
  cursor: pointer;
  overflow: visible;
  width: auto;
  line-height: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  background: #428bca;
  font-weight: 200;
}
.table-parcelshop tr td a.pplsmazat-button{
  padding: 3px 6px;
  color: white !important;
  text-align: center;
  border: none;
  text-decoration: none;
  font-size: 12px;
  font-family: inherit;
  cursor: pointer;
  overflow: visible;
  width: auto;
  line-height: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  background: red;
  font-weight: 200;
}