/**
 * Активность
 */


/**
 * Список событий
 */
.activity-event-list {
    margin-bottom: 30px;
}


/* Дата-заголовок */
.activity-date {
    color: #adadad;
    font-size: 16px;
    margin-top: 50px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.activity-event + .activity-date {
    margin-top: 30px;
}


/**
 * Событие
 */
.activity-event {
    padding: 20px 0;
}

.activity-event + .activity-event {
    border-top: 1px solid #eee;
}

.activity-event-info {
    margin-top: -3px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #adadad;
}

.activity-event-info a {
    color: #d32f2f;
    font-weight: bold;
    text-decoration: underline;
}

.activity-event-info a:hover {
    color: #000;
}

.activity-event-date {
    color: #adadad;
}

.activity-event-text {
    position: relative;
    padding: 12px 15px;
    background: #fafafa;
    color: #333;
    margin-top: 13px;
    font-size: 13px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px #eee inset;
    box-shadow: 0 2px 4px #eee inset;
}

.activity-event-text:after {
    display: block;
    content: "";
    position: absolute;
    top: -12px;
    left: 15px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-color: transparent transparent #eee transparent;
    border-style: solid;
}
