/* PATCH: add warning pill + overdue highlight
   Upload this file and overwrite existing assets/style.css.
   If you customized your CSS, copy only the new classes below.
*/

.pill.warn{border-color: rgba(246,180,23,.75); color: rgba(246,180,23,.98)}
.row-overdue td{border-color: rgba(246,180,23,.55) !important; box-shadow: 0 0 0 1px rgba(246,180,23,.10) inset}
