html{
    font-family: "Times New Roman", Times New Roman, serif;
    padding: 0px;
    margin: 0px;
    background: white;
    text-align: center; 
}
body{
    padding: 0px;
    margin: 0px;  
    padding-top:30px;
}

#container{
    display: inline-block;
    width: 750px;
    margin:auto;
}

/** TABULKA **/
 .t01{
	width: 680px;
	margin:auto; 
	margin-top:30px;
}

 .t01 tbody{
    color: #000000;
}

 .t01{
    border-collapse: collapse;
    font-size: 20px;
}    
 .t01 th{
        color: #000000;
        text-align: left;
        border-bottom: 2px solid #ddd;
        margin-left: 80px;        
}

 .t01 tbody tr td.name,  .t01 thead tr th.name{
    text-align: left;
    padding-left: 10px;
}

 .t01 tbody tr td.cena,  .t01 tbody tr td.aler,  .t01 thead tr th.cena,  .t01 thead tr th.aler{
    text-align: right;    
}
 
 .t01 tbody tr td.aler,  .t01 thead tr th.aler{
    padding-right: 10px;
    width:20%;
}

 .t01 tbody tr td.cena,  .t01 thead tr th.cena{
    width:15%;
    margin:10px;
}

 .t01 thead tr th.spacer,  .t01 tbody tr td.spacer{
    width:50px;
}

 .t01 tbody tr td.spacer{
    border:0;
}
 .t01 tbody tr td.controls,  .t01 thead tr th.controls{
    border:0;
    width:50px;
}
    
 .t01 td{
    border-bottom: 1px solid #ddd;
    text-align: right;
    height: 20px;
       
}        
 .t01 {
    border-collapse: separate;
    border-spacing: 5px; 
}
                



