.wrp {
    margin: 0 auto;
    width: fit-content !important;
}
@media only screen and (min-width: 600px) {
    .calendar_default_event_inner {
        font-size: 0.8em !important;
    }
}
@media only screen and (max-width: 599px) {
    .calendar_default_event_inner {
        font-size: 0.5em !important;
    }
}
td {
    vertical-align: top !important;
}