/*
 *  CSS - často používané styly
 *  Copyrighted by www.LTweb.cz
 */


/* zarovnani ------------------------------------------------------------- */
.nic {display: none;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify;}
.bold {font-weight: bold;}
.f_left {float: left;}
.f_right {float: right;}

.block {display: block;}
.line {display: inline;}

.note {
  color: #ff9c00;
  font-weight: bolder;
  display: block;
  text-align: left;
  margin: 4px 25px 4px 25px;
}

.vertical-top {vertical-align: top;}
.vertical-bottom {vertical-align: bottom;}
.vertical-center {vertical-align: middle;}

/* styly pisma ---------------------------------------------------------------*/
.uppercase {text-transform: uppercase;}
.small-popis {font-size: 11px;}
/* pozicovani ----------------------------------------------------------------*/
