
/* Enter Your Custom CSS Here */
table.serialy tr td {
  vertical-align: top;
  text-align: left;
}
table.serialy tr td p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
span.nadpis {
  font-weight: bold;
  font-size: 14px;
}

.float-right { float:right; }
.float-left { float:left; }
.clear-both { clear:both; }

.btnBlue {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none !important;
}

.btnBlue:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.btnRed {
  background: #d82329;
  background-image: -webkit-linear-gradient(top, #d82329, #b8121a);
  background-image: -moz-linear-gradient(top, #d82329, #b8121a);
  background-image: -ms-linear-gradient(top, #d82329, #b8121a);
  background-image: -o-linear-gradient(top, #d82329, #b8121a);
  background-image: linear-gradient(to bottom, #d82329, #b8121a);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none !important;
}

.btnRed:hover {
  background: #b8121a;
  background-image: -webkit-linear-gradient(top, #b8121a, #d82329);
  background-image: -moz-linear-gradient(top, #b8121a, #d82329);
  background-image: -ms-linear-gradient(top, #b8121a, #d82329);
  background-image: -o-linear-gradient(top, #b8121a, #d82329);
  background-image: linear-gradient(to bottom, #b8121a, #d82329);
  text-decoration: none;
}

.btnOrange {
  background: #d69524;
  background-image: -webkit-linear-gradient(top, #d69524, #d48524);
  background-image: -moz-linear-gradient(top, #d69524, #d48524);
  background-image: -ms-linear-gradient(top, #d69524, #d48524);
  background-image: -o-linear-gradient(top, #d69524, #d48524);
  background-image: linear-gradient(to bottom, #d69524, #d48524);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none !important;
}

.btnOrange:hover {
  background: #d48524;
  background-image: -webkit-linear-gradient(top, #d48524, #d69524);
  background-image: -moz-linear-gradient(top, #d48524, #d69524);
  background-image: -ms-linear-gradient(top, #d48524, #d69524);
  background-image: -o-linear-gradient(top, #d48524, #d69524);
  background-image: linear-gradient(to bottom, #d48524, #d69524);
  text-decoration: none;
}

.btnGreen {
  background: #44de33;
  background-image: -webkit-linear-gradient(top, #44de33, #3d9418);
  background-image: -moz-linear-gradient(top, #44de33, #3d9418);
  background-image: -ms-linear-gradient(top, #44de33, #3d9418);
  background-image: -o-linear-gradient(top, #44de33, #3d9418);
  background-image: linear-gradient(to bottom, #44de33, #3d9418);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none !important;
}

.btnGreen:hover {
  background: #3d9418;
  background-image: -webkit-linear-gradient(top, #3d9418, #44de33);
  background-image: -moz-linear-gradient(top, #3d9418, #44de33);
  background-image: -ms-linear-gradient(top, #3d9418, #44de33);
  background-image: -o-linear-gradient(top, #3d9418, #44de33);
  background-image: linear-gradient(to bottom, #3d9418, #44de33);
  color: #ffffff !important;
  text-decoration: none !important;
}