body
{
font-size: 20px;    
}
.headRow
{
 display:table-row; 
 width: 100%;
height: 50px;
}
.headCell
{
 width: 20%;
    height: 40px;
 border:2px solid black;
 display:table-cell; 
 vertical-align: top;
}
.row
{
 display:table-row; 
 width: 100%;
   height: 50px;
}
.divCell 
{
 width: 20%;
 height: 40px;
 border:2px solid black;
 display:table-cell; 
 vertical-align: top;    
}

.table
{
    display: table;
    width: 100%;
    
}
.empty
{
    width: 20%;
 height: 40px;
 /*border:2px solid black;*/
 display:table-cell; 
 vertical-align: top;   
    background: #3d9887;
    border-bottom-style: none;
    text-align: center;
}

.line
{
   background: #87CEFA;
   border-right-style: none;  
        border-left-width: 0;
    border-right-width: 0;
}
.line>div{
        border-left-width: 0;
    border-right-width: 0;
}
.headCell
{
   text-align: center;  
}

.manager{
    
}
.client{
    
}
.carnumber{
    background: #ffe4b5;
}
.proposal{
    
}
.hour{
    
}
