/* CSS Pre-processor */
.comp__custom_upcomingevents .location {
    display: block;
    margin-top: .5em;
    font-size: 90%;
}
.comp__custom_upcomingevents i {
    display: none;
}
.comp__custom_upcomingevents .date {
    float: left;
    border: 1px solid gray;
    width: 40px;
    height: 45px;
    position: relative;
    margin-right: 1ex;
    background: white;
    --float: right;
    --margin: 0 0 0 1ex;
}
.comp__custom_upcomingevents .date * {
    display: block;
    width: 100%;
    text-align: center;
}
.comp__custom_upcomingevents .date .month {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 15px;
    line-height: 15px;
    background: #777;
    color: white;
    font-size: .8em;
}
.comp__custom_upcomingevents .date .day {
    line-height: 30px;
    font-size: 25px;
    color: gray;
    font-weight: bold;
    font-family: sans-serif;
}
/* Runtime: 0.000722885131836 */