span.span-link{
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}
tr.changeRow {
    cursor: pointer;
}

table#changes{
/*     width: 350px; */
    border-collapse:collapse;
}


/* table#changes > tbody > tr >  td, table#changes > tbody > tr >   th{ */
/*     vertical-align: top; */
/*     border-style:solid; */
/*     border-color: grey; */
/*     border-width: 1px; */
/*     padding:0.25em; */
/* } */


tr.selected td{
    background: lightblue;
}


table.change-detail tr.cml-row-odd, table.change-detail tr.cml-row-odd td{
  background-color: rgb(218,248,213);
}

table.change-detail tr.cml-row-even, table.change-detail tr.cml-row-even td{
  background-color: white;
}


table.change-detail tr.cml-row-error, table.change-detail tr.cml-row-error td{
  background-color: orange;
  text-align:center;
  font-weight: bold;
}

