#eventsList {
    text-align: left;
}
.event {
    height: 100px;
}
#eventsList .date {
    font-size: 0.7em;
    color: #aaa;
}
#eventsList .description {
    font-size: 0.9em;
}
#boardContent {
    width: 100%;
}
#eventsLoaderLink {
    color: #F8AE00;
    font-size: 0.8em;
    font-weight: bold;
}