.vyklad {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 7px rgba(226,226,226,0.75), 0px 0px rgb(220,220,220), 0px 0px;
  font-family: 'Ubuntu';
}

.vyklad-text {
  font-size: 18px;
}

.text-m-z {
  font-weight: 400;
  height: 100%;
  font-size: 18px;
}

.pp-vypracovanie {
  height: 30px !important;
  width: 30px !important;
}

.block-z-m-v {
  height: 80px;
}

.vyklad-wrapper {
  padding: 20px;
}

.vyklad-header {
  padding: 16px 28px;
  background-color: rgb(215,246,255);
  border-radius: 10px 10px 0px 0px;
  color: rgb(20,90,111);
  font-size: 18px;
}

.vypracoval-wrapper {
  font-size: 15px;
}

.vypracoval-wrapper img {
  width: 20px;
  height: 20px;
}

.vyklad-wrapper {
  background-color: white;
  border-radius: 0px 0px 10px 10px;
}

.rozbalit {
  color: #5bc0de;
  font-size: 16px;
  display: inline-block;
}

.rozbalit:hover {
  color: rgb(20,90,111);
  text-decoration: none;
}

.materialy-zdroje {
  box-shadow: 0px 0px 7px rgba(226,226,226,0.75), 0px 0px rgb(220,220,220), 0px 0px;
  font-family: 'Ubuntu';
}

.div-rozbalit {
  cursor: pointer;
}

.priklady-header {
  padding: 16px 28px;
  color: rgb(20,90,111);
  font-size: 22px;
}

.priklady {
  transition: all .3s;
  display: inline-block;
  border-width: 2px;
  border-radius: 10px;
  padding: 25px;
  margin: 15px;
  background-color: white;
  box-shadow: 0px 0px 7px rgba(226,226,226,0.75), 0px 0px rgb(220,220,220), 0px 0px;
  width: 250px;
  height: 120px;
  vertical-align: bottom;
  font-family: 'Ubuntu';
}

.priklady:hover, .priklady:hover {
  cursor: pointer;
  box-shadow: 0px 0px 7px rgba(192,192,192,0.86), 0px 0px rgb(220,220,220), 0px 0px;
  transform: translateY(-3px);
  transition: .3s;
}

.riesene-header {
  color: rgb(20,90,111);
  font-size: 20px;
}

.riesenie-text {
  font-size: 17px;
}

.riesenie-priklad-div {
  padding-left: 11px !important;
}

@media (max-width: 576px) {
  .priklady {
    width: 225px;
    height: 150px;
  }
}

.leaderboard-icon {
  font-size: 48px;
  color: rgb(91,192,222);
}

.leaderboard-heading {
  color: rgb(41,41,41);
  font-weight: 500;
  font-family: 'Ubuntu';
}

.text-chyba {
  font-family: 'Ubuntu';
  font-size: 18px;
}

