body {
    padding-bottom:50px;
}

#search {
    /* float: right; */
    margin:auto;
}

.empty-data {
    color: red;
    text-align: center;
}

#result {
    color: Black;
    background-color: White;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: None;
    width: 100%;
    border-collapse: collapse;
}

    #result thead tr {
        color: White;
        background-color: #333333;
        font-weight: bold;
        vertical-align: top
    }

#result tbody td { vertical-align: top }
#result .result-img { display:inline-block;width:40px;height:auto }
#result .result-vendor, #result .result-market {line-height:30px}
#result .result-col1 { text-align:left }
#result .result-col2 { width:80px;text-align:right }
#result .result-col3 { width:80px;text-align:right }
#result .result-col4 { width:100px;text-align:right }
#result .result-col5 { width:100px;text-align:right }

#result .result-col4,
#result .result-col5 {
    display:none;
}

#result tbody td {
    border-bottom:solid 1px darkgray;
    padding-bottom:6px
}


/**********************************************/
/* Product Category
/**********************************************/
@media only screen and (min-width: 769px) {
    #result .result-img { width: 50px; }
    #result .result-vendor, #result .result-market {line-height:40px}
    #result .result-col4,
    #result .result-col5 { display: table-cell; }
}