/*
* Styles just for views/pages
*/
.event h3 {
    font-style: italic;
    font-size: 1.2em;
    padding-bottom: 0.5em;
    color: #3d114a;
}

.event img {
    width: 160px;
    float: left;
    padding: 0 1em 0.1em 0;
}
.event_date {
    padding: 0;
    font-size: 0.8em;
    margin-bottom: 0;
}

.lecturer_name {
    font-size: 1.2em;
    padding: 0;
    margin-top: 0;
}

.subtle_list {
    padding-left: 2em;
    line-height: normal;
    margin-bottom: 0.5em;
}

.margin_top_content {
   margin-top: 3em;
}

.bulleted {
    list-style: disc;
}