#tab-bidhistory table {
    border-collapse: collapse;
    width: 100%;
}

#tab-bidhistory table th {
    height: 50px;
    text-align: left;
}

#tab-bidhistory table th, #tab-bidhistory table td {
    padding: 15px;
    text-align: left;
}


#tab-bidhistory table th, #tab-bidhistory table td {
    border-bottom: 1px solid #ddd;
}

#tab-bidhistory table tr:nth-child(even) {background-color: #f9f9f9}

#tab-bidhistory table tr.mybid {
background-color:rgba(89, 156, 156, 0.26);
}

