@charset "ISO-8859-1";
.table tbody tr.highlight td {
  background-color: #ddd;
}
a.disabled{
    pointer-events: none;
    cursor: default;
}