.datagrid table tbody td {
    color: #545454;
    font-size: 16px;
}

.ffp-feed-load-more-btn {
    display: block;
    text-align: center;
    cursor: pointer;
    opacity: 0.6;
    background: #6B1250;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 3px;
    transition: all .2s ease;
}

#extcalendar .eventdesc .location-name {
    margin: 0 0 5px;
    line-height: normal;
    font-size: 20px;
    padding: 3px 0
}