a {
    color: #b70f0f;
    text-decoration: none;
}

a:focus, a:hover {
    color: #b70f0f;
}

/* organizer-thumbnail */
.organizer-thumbnail {
    display: block;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.organizer-thumbnail a {
    color: #333333;
}

.organizer-thumbnail a:hover {
    color: #0099e9;
}

.organizer-thumbnail a > img, .organizer-thumbnail > img {
    display: block;
    max-width: 70%;
    height: auto;
    margin: 20px auto;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.organizer-thumbnail .caption {
    padding: 9px;
    color: #333;
}

.organizer-thumbnail .title {
    text-align: center;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}