table.search_result{
     font-size: 14px;
}

.result_row_valid:hover
{
    background-color: yellow;

}

.result_row_invalid
{
    background-color: lightsalmon;    
}

.result_row_invalid:hover
{
    background-color: yellow;

}

.add_count_input
{
    width: 55px; 
    text-align: center;    
}

.product_info
{
     border-collapse: collapse;
}

.product_info td
{
    border: solid black 1px;
    padding: 3px;
}

#search_form
{
    text-align: center;
}
#search_form input
{
    height: 40px;
    font-size: 20px;
    border: solid lightblue 3px;
    border-radius: 8px;
}
#search_button
{
    background: lightblue;
    color: black;
    cursor: pointer;
}
#search_label
{
    font-size: 25px;
}
#search_filter{
    text-align: center
}

