#form2_table1 tbody td{
    background-color:white;
}

#form3_table1 tbody td{
    background-color:white;
}

#form2_table0 tbody td{
    background-color:white;
}

.cashflow_table { 
    display: block;           
    margin: 3px;
    height: 500px;            
    width: 740px;

 } 
.cashflow_table ::-webkit-scrollbar {            
    width: 3px;            
    background-color: transparent;        
}
.cashflow_table ::-webkit-scrollbar-thumb {            
    background-color: #808080; 
}
.cashflow_table table {            
    width: 100%;            
    /*border-spacing: 0px;*/            
    /*border-collapse: collapse;*/        
}
.cashflow_table table th {            
    height: 30px;          
    text-align: center;            
    /*border: 1px solid gray;*/        
} 
.cashflow_table table td {            
    height: 30px;          
    text-align: right;            
    /*border: 1px solid gray;*/        
} 
/*        
#form2_table1 thead {            
    color: white;            
    background-color: #38F;        
} 
*/        
.cashflow_table table tbody {
    display: block;
    width: calc(100% + 3px); /*这里的3px是滚动条的宽度*/
    height: 400px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;        
}

.cashflow_table table thead tr, .cashflow_table table tbody tr, .cashflow_table table tfoot tr {
    /*box-sizing: border-box;*/            
    table-layout: fixed;            
    display: table;            
    width: 100%;  
    border-bottom: none;         
}
.cashflow_table table tbody tr td,.cashflow_table table thead tr td {            
    border-bottom: none;        
}
.cashflow_table table tbody tr td {
    background-color:#FFFFe0;
}


#outputlogs{
    height:100%;
    width:100%;
    border:none;
    outline:none;
    resize:none;
    background-color:#f8f8f8 ;
    font-size:12px; 
    font-weight:normal;
    color:blue;

}
