html, body {
  font-size: 12px;
  font-family: Arial, sans-serif;
}
td.details-control {
    background: url('../details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../details_close.png') no-repeat center center;
}
