#timesheet-table td.highlighted {
  background-color: #999 !important;
}

#timesheet-table td.weekend,
#timesheet-table th.weekend {
  background-color: #ffe5e5;
}

#timesheet-table td.striped {
    background:
    /* On "top" */
    repeating-linear-gradient(
      45deg,
  rgba(0, 0, 0, 0.2),
  rgba(0, 0, 0, 0.2) 10px,
  rgba(0, 0, 0, 0.3) 10px,
  rgba(0, 0, 0, 0.3) 20px 

    )
  }

tr.deleted-row {
  color: transparent;
  text-shadow: 0 0 1px rgba(0,0,0,0.5);
}

#timesheet-table td {
  position: relative;
}

#timesheet-table td.activity:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 5px solid transparent;
  border-bottom-color: #a30101;
  border-right-color: #a30101;
}