.lb24-default-list-item {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    border-bottom: 1px solid #CECECE !important;
}

.lb24-default-list-item:hover {
    background: initial !important;
}

.lb24-default-list-top .lb24-list-item-highlight {
    background-color: #f8f8f8;
    padding: 24px;
}
.lb24-default-list-top .lb24-default-list-item-date {
    display: none;
}
.lb24-default-list-item-date {
    display: block;
    color: #E50056 !important;
    font-size: 20px !important;
    text-transform: uppercase;
    font-family: AvenirNextLTW01-BoldCn, Avenir next, Avenir, sans-serif;
    padding-bottom: 20px !important;
}
.lb24-default-list-item-title {
    display: block;
    color: #000 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-family: Avenir Next LT W01 Demi, Avenir next, Avenir, sans-serif;
    padding-bottom: 20px !important;
}

.lb24-default-list-item-header {
    display: block !important;
    padding-top: 24px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.lb24-default-list-item-content {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}

.lb24-default-list-item-editor {
    display: none;
}

.lb24-component-content p {
    font-size: 18px !important;
    line-height: 1.7 !important;
}

.lb24-default-list-item-update {
    display: none;
}

h2 {
    text-transform: uppercase;
    font-family: AvenirNextLTW01-BoldCn, Avenir next, Avenir, sans-serif;
}

.lb24-vote .lb24-vote-body .lb24-vote-option .lb24-vote-bar[data-v-47fcaf59] {
    background: #E50056 !important;
}

.lb24-liveblog-loadmore {
    font-family: Avenir Next LT W01 Demi, Avenir Next, Avenir, sans-serif;
    background: #E50056 !important;
    color: #fff !important;
    padding: 0 24px !important;
    min-height: 64px !important;
    box-shadow: none !important;
    width: initial !important;
    font-size: 18px !important;
    border: 2px solid #E50056 !important;
    border-radius: 2px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center;
    line-height: 1.4 !important;
    transition: background-color .1s, border-color .1s, color .1s !important;
}

.lb24-liveblog-loadmore:hover {
    background-color: #b70045 !important;
    border-color: #b70045 !important;
    text-decoration: underline !important;
}

.richtext #LB24 i {
    font-family: FontAwesome;
    color: #E50056 !important;
}