.phx-default-calendar-entry-popover{
  width: 100%;
  height: 100%;
  //padding: @DEFAULT_CALENDAR_ENTRY_POPOVER_PADDING;

  >.title-content{
    height: 30%;

    >.title{
      .FC0B();
    }
  }

  >.time-content{
    height: 70%;

    >.datetime{
      .FC0();
      color: extract(@CLR_S, 6);
    }
  }
}
