.eBlockDefinition,
.eBlockDisadvantage,
.eBlockAdvantage,
.eBlockNote,
.eBlockPractice,
.eBlockInteresting,
.eBlockSummary {
  margin-left: 0px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
}

/* workaround za seznamem */
.list + .blok_pre + .blok_content {
    margin-top: 10px;
}

/*
.eBlockDefinition_pre {
  background-repeat: no-repeat;
  background-position: top center;
  float:left;
  width: 70px;
  height: 49px;
  margin-left:0px;
  margin-top:10px;
}
*/

.eBlockDefinition_pre,
.eBlockDisadvantage_pre,
.eBlockAdvantage_pre,
.eBlockNote_pre,
.eBlockPractice_pre,
.eBlockInteresting_pre,
.eBlockSummary_pre {
  background-image: none;
  float:left;
  /*height: 18px;*/
  height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  text-align: right;
  /*font-size: 13px;*/
  padding-left: 10px;
  padding-right: 10px;
  /*padding-top: 5px;*/
  padding-top: 3px;
  margin-left:-23px;
  transform-origin: top right;
  transform: translate(-100%, 10px) rotate(-90deg);
  position: absolute;
}

.eBlockDefinition > div:first-child,
.eBlockDisadvantage > div:first-child,
.eBlockAdvantage > div:first-child,
.eBlockNote > div:first-child,
.eBlockPractice > div:first-child,
.eBlockInteresting > div:first-child,
.eBlockSummary > div:first-child {
  padding-top: 0px;
  margin-top: 0px;
}

.eBlockDefinition_pre .descr,
.eBlockDisadvantage_pre .descr,
.eBlockAdvantage_pre .descr,
.eBlockNote_pre .descr,
.eBlockPractice_pre .descr,
.eBlockInteresting_pre .descr,
.eBlockSummary_pre .descr {
  display: block;
}

.eBlockPracticeSolutionWrap {
  display: none;
}

.eBlockPracticeSolutionHeader {
  text-transform: uppercase;
  padding-top: 15px;
  margin-bottom: 11px;
  font-size: 10px;
}

.eBlockPracticeSolution.btnShow,
.eBlockPracticeSolution.btnHide {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 15px;
  cursor: pointer;
  text-decoration: underline;
}

.eBlockPracticeSolution.btnHide {
  display:none;
}

/*
#content > div.eImageFile {
  margin-left: 27px;
}
*/
