#full_list_of_products,
#added_list_of_products {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
}

#full_list_of_products table,
#added_list_of_products table {
    margin: 0;
}

.search_result_highlighted {
    font-weight: bolder;
}

#added_list_of_products input[type="text"] {
    width: 75px;
}

#added_list_of_products th,
#added_list_of_products td {
    box-sizing: border-box;
    vertical-align: top;
}

#added_list_of_products table .select-all {
    width: 30px;
}

#added_list_of_products th.product_code {
    width: 160px;
}

#added_list_of_products th.buy_price {
    width: 70px;
}

#added_list_of_products th.title {
    width: 260px;
}

#added_list_of_products th.margin, #added_list_of_products th.margin_exact  {
    width: 75px;
}

#added_list_of_products th.sell_price {
    width: 65px;
}
#full_list_of_products table input,
#added_list_of_products table input{
    padding: 2px;
}
#full_list_of_products table td > div,
#added_list_of_products table td > div{
    margin-bottom: -3px;
    margin-top: -3px;
}

/* 742 */


#added_list_of_products table .margin-nil td {
    background-color:  #FF9966;
}

.zero-margin {
    padding: 20px 0;
    color: red;
}

.margin_exact {
    display: none;
}

#added_list_of_products table td.buy_price_value + td + td {
    display: none;
}

#product_management_form #added_list_of_products .title_value {
    width: 390px !important;
    background-color: white !important;
    border: 0px !important;
    color: black !important;
}

#product_management_form #added_list_of_products [class^="edit["], #product_management_form #added_list_of_products [class^="reset["]  {
    font-size: 7px;
    padding: 5px 2px 3px;
}

#product_management_form #added_list_of_products [class^="reset["] {
    margin-right: 123px !important;
}
