
/*#kalkulacka *{
 border: 1px solid #ccc;
}*/
#licence table.generate{
 /*border: 1px solid #f00;*/
 /*width: 500px;*/
}
#licence table.generate td{
 
}

#licence {
 padding-left: 16px;
 
}
#licence span {
 display: block;
 height: 20px;
 line-height: 10px;
}
#licence table.generate td span {
 display: block;
 width: 350px;
 height: 20px;
 line-height: none;
}
#licence input{
 border: 1px solid #01709c;
 margin-bottom: 10px;
 margin-left: 5px;
}
#kalkulacka {
 width: 500px;
 margin:0;
 /*padding: 30px;*/
 padding-left: 5px;
 
 
}

#kalkulacka h3 {
 border-bottom: 1px solid #666;
 margin-top: 0;
 padding-top: 0;
}
 
#kalkulacka a {
 padding: 5px; 
 color: #f0f0f0;
 background: #8F8F8F;
 text-decoration: none;
 border: 1px solid #555;
 font-weight: bold;
}
#kalkulacka span.light {
 background: #f0f0f0;
}
#kalkulacka span.dark {
 background: #ddd;
}
#kalkulacka span {
 display: block; 
 /*margin-bottom: 5px;*/
 border-bottom: 2px solid #fff;
 padding-bottom: 5px;
 padding-top: 5px;
 padding-left: 5px;
} 
#kalkulacka span strong, #vstupni_udaje span strong {
 display:block;
 float: left; 
 width: 320px; 
}

#kalkulacka input {
 width: 120px;
 margin-right: 5px;
 border: 1px solid #ccc;
 }
input.mail_input{
 background: #e7f66c;
}
#skladba_c { 
 width: 70px;
 line-height: 22px; 
 font-style: normal;
 
} 
#interval {
 font-style:normal;
}
#result span{
 display: block;
 /*width: 400px;*/
 border: 1px solid #ccc;
 padding: 5px;
 /*padding-left: 0px;*/
} 

#koureni, #prestavka, #evidence, #vyhodnoceni, #celek { 
}

#result {
 margin-top: 20px;
}
.none {
 display: none;
}
#vstupni_udaje{ 
 margin-bottom: 15px;
}

#vstupni_udaje span small {
 display: block;
 margin-top: 15px;
}

#sumace span {
 margin-bottom: 5px;
}

.clearfix:after {

  	content: "."; 

  	display: block; 

  	height: 0; 

  	clear: both; 

  	visibility: hidden;

}



.clearfix {display: inline-table;}



/* ie win hack ~ height acts like min-height \*/

* html .clearfix {height: 1%;}

/* end comment required */



