#generic-form {
  
}

#generic-form .from-field {
    padding-bottom: 25px;   
}

#generic-form .from-field .from-label {
    float: left;
    width: 150px;    
}

#generic-form .from-field .form-value {
    float: left;
    width: 500px;
}


#generic-form .form-submit {
    margin-top: 20px;
}

.breadcrumb {
    visibility: hidden;
    display: none;
}

.settle td {
   background-color: #6EE768; 
}

.settle-today td {
   background-color: #FF9B40;  
}

.settle-na td {
   background-color: #FF4540;  
}

