/**
 * Theme Name: divichild
 * Template:   Divi
 * Project: Mali Namjestaj
 */
 
 #shipping_costs{
     padding-top: 20px;
     width: 100%;
 }
 
 #dostava{
     table-layout: fixed;
     width: 50%;
 }
 
 #dostava tr:nth-child(even) {
    background-color: #D3D3D3;
}