/* Teasers and Event Listing */

.node--view-mode-teaser, .field-group-fieldset, .view-civi-event-listing .views-row {
    padding: 25px;
    border: solid grey;
    border-radius: 20px;
    background: #eee;
    margin-bottom: 30px;
    min-width: 450px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.node--view-mode-teaser h2 a, .view-civi-event-listing .views-row h1 a{
    color: #8b1919;
    font-weight: bold;
}
