table tr:first-child td {
border-top: 1px solid #eee;
}
table tr td {
background: #fff;
}
table tr:first-child td {
border-top: 1px solid #eee;
}
table tr td:last-child {
padding-right: 40px;
}
table tr td div {
width: 100%;
height: 100%;
background: #fceeff;
}