.xo-event-calendar table.xo-month button span.nav-prev {
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    display: inline-block;
    font-size: 0;
    height: 20px;
    transform: rotate(45deg);
    width: 20px;
}


.xo-event-calendar table.xo-month .month-header>span {
    flex-grow: 1;
    text-align: center;
    font-size: 2.4rem;
}

.xo-event-calendar table.xo-month>thead th {
    border-width: 0 1px 0 0;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1px 0;
    text-align: center;
}

.xo-event-calendar table.xo-month .month-dayname td div {
    border-width: 1px 1px 0 0;
    font-size: 1.6rem;
    height: 100%;
    line-height: 1.2em;
    padding: 10px;
    text-align: right;
}

.xo-event-calendar td, .xo-event-calendar th {
    padding: 0 !important;
}


.xo-event-calendar table.xo-month .month-dayname-space {
    height: auto;
    position: relative;
    top: 0;
}

.xo-event-calendar table.xo-month .month-dayname td {
    border-width: 1px 1px 0 0;
    padding: 0;
    height: 80px;
}
.xo-event-calendar table.xo-month .month-event-space {
    background-color: transparent;
    height: auto;
}

.xo-event-calendar table.xo-month .month-event-space td {
    border: none;

}