/* Month dates are navigation, not a second progress chart. */
body .matrix .day-head:not(.day-disabled),
body[data-lt-personalization="131"] .matrix .day-head:not(.day-disabled){
  background:#edf2f4!important;
  color:#53636b!important;
  box-shadow:none!important;
  outline:none!important;
  border-color:#d7e0e4!important;
}
body .matrix .day-head:not(.day-disabled) b,
body .matrix .day-head:not(.day-disabled) small{
  color:inherit!important;
  text-shadow:none!important;
}
body .matrix .day-head.today:not(.day-disabled){
  background:#e8edef!important;
  color:#263238!important;
  outline:2px solid #9daab0!important;
  outline-offset:-2px!important;
}
body .matrix .day-head.future:not(.day-disabled){
  background:#f3f6f7!important;
  color:#8a969b!important;
  opacity:.7!important;
  box-shadow:none!important;
}
body .matrix .day-head[data-date]:hover:not(.day-disabled){
  background:#e4ebee!important;
  box-shadow:inset 0 0 0 2px #c2cdd2!important;
}
