#calendarCard td, th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 955px) {
    #large-custom-wrapper {
        width: 100vw !important;
    }
    .hide-tablet {
        display: none;
    }
}
@media (min-width: 960px) {
    .hideToolTip {
        display: none;
    }
}
@media (min-width: 955px) {
    #large-custom-wrapper {
        width: 955px !important;
        margin-left: -15px !important;
    }
    .hide-tablet {
        display: none;
    }
    #calendarCard td, th {
        max-width: 90px;
    }
}
@media (min-width: 1200px) {
    #large-custom-wrapper {
        width: 1200px !important;
        margin-left: -130px !important;
    }
    .hide-tablet {
        display: table-cell;
    }
    #calendarCard td, th {
        max-width: 120px;
    }
}
@media (min-width: 1440px) {
    #large-custom-wrapper {
        width: 1440px !important;
        margin-left: -250px !important;
    }
    #calendarCard td, th {
        max-width: 140px;
    }
}