/* Additional Styling */


/* live blog */
.elb-liveblog-post-time {
  display: none;
}
h2.elb-liveblog-post-heading {
  margin: 3px;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  /* text-indent: -4px;
  padding-left: 4px; */
}
.elb-liveblog-post {
  animation: reinfahren 2s ease 0s 1;
  animation-fill-mode: forwards;
  display: flex !important;
  max-height: 0px;
  overflow: hidden;
}
@keyframes reinfahren {
/* 0% { transform: translate(calc(0% - 100vh/3)); } */
100% { max-height: 90px; }
}
#elb-show-new-posts {
  display: none !important;
}
.elb-liveblog-post::before {
  content: '';
  background: rgb(77, 139, 245);
  width: 0px;
  display: block;
  height: auto;
  margin: 5px 3px 7px 3px;
  transition: width .6s ease;
}
.elb-liveblog-post:first-of-type::before {
  width: 4px;
}
.elb-liveblog-actions {
  display: none;
}
