table.zadost tr td:first-child {
  width: 160px;
}

table.obdobi tr td:first-child {
  /* padding-top: 16px; */
}

table.obdobi tr.fa_u td:first-child {
  /* padding-top: 8px; */
}

.podminky {
  padding: 12px 0 18px 0;
}

.podminky div:first-child {
  width: 5%;
  float: left;
  text-align: center;
  padding: 0 0 18px 0;
  margin: 1px 0 0 0;
  /*
  border-left: 2px solid #f00;
  border-radius: 8px;
  */
  background: transparent url('https://img.ssls.cz/arrow-red-up.png') center 18px no-repeat;
}

.podminky div:nth-child(2) {
  width: 92%;
  float: left;
}

#smlouva {
  height: 120px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.greybg {
  background: #dedede;
  text-shadow: none !important;
}

.greybg:hover,
.greybg:active,
.greybg:visited {
  background: #ccc;
}

label {
  cursor: pointer;
}

label:hover,
label:hover * {
  color: #000;
}