#top_menu {
    text-align: center;
    width: 60%;
    margin: 10px auto auto;
}

#top_menu ul {
    list-style-type: none;
    list-style-position: inside;
    overflow: hidden;
    width: 100%;
}

#top_menu li {
    float: left;
    width: 70px;
    vertical-align: middle;
    height: 24px;
}

#top_menu a {
    color: #000000;
    text-decoration: none;
    line-height: 24px;
}

#top_menu select {
/*   height: 24px;
   line-height: 24px;
   vertical-align: middle;*/
   margin-top: 2px;
   border: 1px solid #717171;
   border-radius: 4px;
   padding-left: 3px;
   width: 60px;
}

#zam_table input {
    width: 70px;
    text-align: center;
}

#zam_table td  {
    text-align: center;
}

#zam_table {
    border-bottom: 2px solid #304C8B;
}

#sum_wrapper {
    overflow: hidden;
    //border-left: 1px solid #304C8B;
    //border-right: 1px solid #304C8B;
    padding: 5px;
    margin: auto auto;
    //text-align: center;
    //width: 500px;
}

#prov_table {
    float: left;
    //margin: auto auto;
    //width: 30%;
    //border: 1px dotted black;
    //background-color: #EFEFEF;
    //margin-left: 120px;
    
}

#prov_table tbody tr td, #sum table tbody tr td{
    padding: 2px;
    //border-right: 1px dotted black; 
}

#prov_table #sum_row td {
    font-weight: bold;
    border-top: 1px solid black;
}

#prov_table td:nth-child(2), #sum td:nth-child(2) {
    width: 70px;
    text-align: right;
    
}

#sum {
    float: right;
    //width: 40%;
    font-size: 120%;
    //margin: auto auto;
    /*background: yellow;*/
}

#sum_rozdelit td:nth-child(2) {
    color: red;
}

.empty_data {
    border-left: 1px #304C8B solid;
    border-right: 1px #304C8B solid;
    background-color: white;
    text-align: center;
    margin: 5px;
}




