

.min-100 {
    min-width:100px;
}


#home_customer_search {
    width: 400px;
}


#home_customer_search_results {
    position:absolute;
    top30px;
    width:1300px;
    background-color:white;
    border:1px solid black;
    border-radius:5px;
    z-index:100;
}

#home_customer_search_results:empty {
    display:none;
}

.customer_result > div {
    padding-left:30px;
    cursor:pointer;
}
.audit_result > div {
    padding-left:30px;
    cursor:pointer;
}

.customer_result:hover, .audit_result:hover {
    background-color:yellow;
}


#audit_report_results > tr > th:nth-child(1) { min-width:150px; }
#audit_report_results > tr > th:nth-child(2) { min-width:150px; }
#audit_report_results > tr > th:nth-child(3) { min-width:300px; }
#audit_report_results > tr > th:nth-child(4) { min-width:100px; }
#audit_report_results > tr > th:nth-child(5) { min-width:110px; }
#audit_report_results > tr > th:nth-child(5) { min-width:110px; }


.cursor-pointer {
    cursor:pointer;
}
