.elb-hide {
	display: none !important;
}
#elb-liveblog ul {
    list-style-type: none;
    padding: 0;
}
#elb-liveblog li::before {
    display:block;
    content: '';
    height:1px;
    width:100%;
    max-width: 600px;
    margin: 20px auto;
    border-top: solid 1px #DFDFDF;
}
#elb-liveblog li {
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}
.elb-liveblog-post {
    padding-left: 10px;
    padding-right: 10px;
}
#elb-liveblog {
    overflow-wrap: break-word;
}
#elb-liveblog h2 {
    margin-top:15px;
    margin-bottom:15px;
}
.elb-liveblog-post-time {
    color: #c93136;
    font-weight: bold;
}
p.elb-liveblog-post-time, .elb-liveblog-post-author {
    font-size:13px;
    margin-top:0px;
    margin-bottom:0px;
}
.elb-liveblog-post-content {
    line-height: unset;
    margin-top:20px;
    margin-bottom:20px;
}
.elb-liveblog-post-sharing {
	margin-top: 10px;
}

.elb-liveblog-post-sharing a {
    opacity: .85;
	display: inline-block;
}

.elb-liveblog-post-sharing a:hover {
    opacity: 1;
}
.elb-is-editor .elb-liveblog-actions {
	display: block;
}
.elb-liveblog-actions {
	font-size: .9rem;
	margin-top: 15px;
	opacity: .9;
    display: none;
}

.elb-liveblog-actions a {
	margin-right: 6px;
	display: inline-block;
}
.firefly-embed {
    text-align: center;
}
button#elb-show-new-posts {
        width: auto;
        color: white;
        border-radius: 25px;
        border: none;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        background-color: #c93136;
        position: fixed;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
}

button#elb-load-more {
    display:block;
    max-width:580px;
    width: calc(100% - 20px);
    color:white;
    background-color: #0E4666;
    border:none;
    text-decoration: none;
    padding: 15px 32px;
    font-size: 16px;
    cursor: pointer;
    margin-left:auto;
    margin-right:auto;
}

#elb-liveblog li.lb-ad {
    min-height:311px;
    max-width:100%;
    overflow: hidden;
    padding:unset;

    display:grid;
    grid-template-rows: auto auto 1fr;
}
#elb-liveblog .lb-ad > *:nth-child(2n) {
    place-self: center;
}

.elb-loader, .elb-no-liveblog-entries-message, .elb-liveblog-closed-message {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
#elb-liveblog .lb-ad-notice {
    font-size: var(--smallest-font-size);
    text-align: center;
}