/* Zde vložte své vlastní CSS */
.vc_btn3_detail .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
  background-color: #178437;
  font: normal bold 18px / 36px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  padding: 0px 20px;
}
.vc_btn3_detail .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover {
  background-color: #0f6328;
}
/*------- tabulky ceníky --------------*/
.cenik-table th,
.pujcovna-table th
{background-color:#b2e0c0;}
.pujcovna-table span {display:block;}
.cenik-table td:nth-child(2) {text-align:right;}

.pujcovna-table th, .pujcovna-table td {text-align:center;}
.pujcovna-left-table tr td:first-child {text-align:left;}
/*------- jídelní lístek -------------*/
.jl-table td,
.jl-table th {
padding:3px 10px 3px 10px;
}
.jl-table thead tr:first-child {
  background: #0f6328;
  background: linear-gradient(to right, #0f6328, #b2e0c0);
}
.jl-table th {
  border-top:0;
  color:#fff;
}
.jl-table td:first-child {
  width:60px;
}
.jl-table td:last-child {
  text-align:right;
  white-space:nowrap;
}
