body {
    box-sizing: border-box;
    vertical-align: baseline;
    color: #474747;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    max-width: 550px;
}

ul {
    list-style: none outside;
    padding-left: 5px;
    margin: 0px;
}
.events {
    padding-left: 5px ;
    list-style-type: none;
}

.event {
    margin-bottom: 24px;
}

.date-marker-wrapper {
    width: calc(3.75rem + 20px);
    float: left;
    padding-right: 20px;
}

.date-marker {
    height: 3.75rem;
    width: 3.75rem;
    align-content: flex-start;
    display: flex;
    flex-direction: column;
}

.date-marker-month {
    align-items: center;
    background: #0059a1;
    border: 1px solid #0059a1;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    color: #fff;
    display: flex;
    height: 1.25rem;
    justify-content: center;
    line-height: 1;
    font-size: .75rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.date-marker-day {
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 2px 2px;
    border-top: 0;
    display: flex;
    flex: 1;
    justify-content: center;
    line-height: 1;
    color: #474747;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.text-wrapper {
    margin-left: calc(3.75rem + 20px);
}

.event-title {
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #292929;
    font-size: 1rem;
    font-weight: 600;
    page-break-after: avoid;
    page-break-inside: avoid;
}

.link--heading {
    color: #292929;
    fill: #292929;
    text-decoration: none;
    line-height: inherit;
}

.link--heading:hover {
    color: #101010;
    fill: #101010;
    text-decoration: underline;
}

.event-date-time {
    color: #292929;
    font-size: .75rem;
    line-height: 16px;
    margin-bottom: 4px;
}

.widget__clearfix {
    clear: left;
}