.manual-event {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 3px solid #F8CD3C;
    padding: 10px;
}
.manual-event .date {
    font-weight: 300;
    letter-spacing: 0.015em;
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    margin-bottom: 15px;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.manual-event .date span {
    text-transform: none;
}
.manual-event .time {
    font-weight: 300;
    letter-spacing: 0.015em;
    font-size: 12px;
    color: #222;
    margin-bottom: 15px;
    font-family: 'Noto Sans', sans-serif;
}
.manual-event .event-description {
    font-family: 'Noto Sans', sans-serif;
    color: #222;
    line-height: 1.6;
    font-size: 12px;
}