.events_time {
    font-size: 0.8em;
    margin: 0 !important;
}

.events_header {
    margin: 0;
    font-family: "Tinos", Georgia, serif;
    font-weight: 700 !important;
    font-style: italic;
    font-size: 0.875em;
    text-transform: uppercase;
}

.events_link {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.calendar_hover {
    display: none;
    position: absolute;
    border: 1px solid #E2E2E2;
    background: #474747;
    -moz-box-shadow: 8px 8px 5px #888;
    -webkit-box-shadow: 8px 8px 5px #888;
    box-shadow: 8px 8px 5px #888;
    color: white;
    font-size: 0.8em;
    font-weight: normal;
    padding: 10px;
    z-index: 99999;
}