.calendar-month h6 {
    margin-top:6px;
}
.calendar-month {
    margin-top: 20px;
    padding: 5px 20px 10px;
    background: #e5e5e5;
}
.event-date {
    font-weight: 500;
}
.event-title {
    position: relative;
        left: 160px;
        top: -1.5em;
        width: auto;
        max-width: 40%;
        line-height: 1.5em;
}
.calendar-month-table{
    /* height:auto;
    vertical-align: middle; */
}
.event-title a {
    display: inline;
    font-weight: 500;
}
