/* IE11 fix for flatpickr */
@media all and (-ms-high-contrast: none) {
  span.flatpickr-day {
    flex: 1 0 auto;
    width: 43px;
  }
}
