body .deductionContent {
  position: relative;
  color: #070707;
  background: #f7f7f7;

  height: auto;
  min-height: auto;

  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: 0;
}

body .deductionContent > span {
  font-family: "Sofia Pro", sans-serif;
  font-size: 12px;
  color: #fff;
  background: #000;

  position: absolute;
  top: -30px;
  left: 0;

  padding: 7px 15px;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

body .casovyPrvek {
  margin: 0;
}

.deductionContent .dotsBlock {
  margin: 0 1rem;
}

body .deductionContent .detail {
  color: #070707;
  background: #f7f7f7;

  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  text-align: center;

  padding: 1rem;
}

body .deductionContent .detail .hodnota {
  font-family: "Sofia Pro", Sans-Serif;
  font-size: 26px;
  font-weight: 500;

  min-width: 40px;
  display: block;
}

body .deductionContent .detail .popis {
  font-family: Sofia Pro, Sans-Serif;
  font-size: 9px;
  font-weight: 500;
  color: #070707;

  min-width: 40px;
  display: block;
}

body .deductionContent .dotsBlock {
  font-family: "Sofia Pro", Sans-Serif;
  font-size: 26px;
  font-weight: 500;
}
