
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  td.yearperiod {
    vertical-align: top;
  }
  .calendarvertical {
    writing-mode: tb-rl;
  }
}
