body.light .day.leave {
  background: #d8e8f3;
  border-color: #517d9e;
  color: #183b55;
}
body.light .day.work {
  background: #d8eee5;
  border-color: #448474;
  color: #16473a;
}
body.light .day.muted {
  background: #d2dce7;
  border-color: #8193a6;
  color: #24394e;
}
button, input, select {
  -webkit-tap-highlight-color: transparent;
}
