td.details-control {
    background: url('../static/plus.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../static/minus.png') no-repeat center center;
}
