  
            input[type=text]{
                border: 0;
            }
         
            .bold{
            font-weight: bold;
                color: #61667B;
                color: #fff;
                font-size: 100%;
                display: inline;
               position: relative;
                top: 0px;
                margin: 0px 4px;
              
               
            }

#financePanel *{
    color: #fff;
line-height: 100%;
}
    #financePanel label{
                display: block;
       
          
            }

.flabel{
    border-radius: 2px;
padding: 8px 4px !important;
}

#dtable th,
#dtable2 th{
    background: #fff;
     color: #61667B;
      text-align: right;
      padding-right: 5px;
     
}
#dtable, #dtable2 {
    float: left;
  
    border: 0px solid #e3e3e3;
        min-height: 30px;
      width: 100%;
        padding: 3px;
        margin-bottom: 50px;
}


#dtable td,
#dtable2 td{
   border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
   
    color: #fff;
    text-align: right;
    padding: 0px 4px;
    
}
.dtable_hl{
      color: #fff;
    
}



