@charset "UTF-8";

/*table*/
#price+div thead th {
    background-color: #eee !important;
}

#price+div tbody td:first-child {
    background: #eee !important; 
}
#price+div tbody tr:last-child td {
    background: #f5f5f5;
}