
#eventsList {
    text-align: left;
}

.event {
    height: 100px;
}

#eventsList .date {
    font-size: 0.8em;
    color: #aaa;
}

#eventsList .description {
    font-size: 0.9em;
}

#boardContent {
    width: 100%;
    overflow: auto;
}

#eventsLoaderLink {
    color: #F8AE00;
    font-size: 0.8em;
    font-weight: bold;
}