ul.veegam-liveblog-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.veegam-liveblog {
	padding-left: 30px;
}

.veegam-theme-light .veegam-liveblog {
	border-left: 1px dotted #bbb;
}

.veegam-theme-dark .veegam-liveblog {
	border-left: 1px dotted #eee;
}

.veegam-liveblog .veegam-liveblog-post {
	position: relative;
	padding-bottom: 30px;
}

@keyframes veegam-liveblog-highlight {
	0% {
	  background: #fefcbf;
	}
	100% {
	  background: none;
	}
  }

.veegam-liveblog .veegam-liveblog-highlight {
	animation: veegam-liveblog-highlight 2s;
}

.veegam-liveblog .veegam-liveblog-post:last-child {
	margin-bottom: 30px;
}

.veegam-liveblog .veegam-liveblog-post::before {
	content: '';
	display: block;
	position: absolute;
	left: -36px;
	top: 9px;
	width: 11px;
	height: 11px;
	line-height: 11px;
	font-size: 11px;
	border-radius: 50%;
}

.veegam-theme-light .veegam-liveblog-post::before {
	background-color: #eee;
	border: 3px solid #ddd;
}

.veegam-theme-dark .veegam-liveblog-post::before {
	background-color: #fff;
	border: 3px solid #eee;
}

.veegam-liveblog-post-heading {
	padding-top: .6em !important;
	font-size: 22px !important;
	margin-top: 0 !important;
}

.veegam-liveblog-post-sharing {
	margin-top: 10px;
}

.veegam-liveblog-post-sharing a {
	color: rgba( 0, 0, 0, .5 );
	display: inline-block;
}

.veegam-liveblog-post-sharing a:hover {
	color: rgba( 0, 0, 0, 1 );
}

.veegam-liveblog-post-content {
	width: 100%;
	overflow: hidden;
}

.veegam-liveblog-post-content p:last-of-type {
	margin-bottom: 0;
}

.veegam-liveblog-closed-message,
.veegam-no-liveblog-entries-message {
	font-style: italic;
	margin: 15px 0;
}

.veegam-liveblog-actions {
	font-size: .9rem;
	margin-top: 15px;
	opacity: .9;
}

.veegam-liveblog-actions a {
	margin-right: 6px;
	display: inline-block;
}

.veegam-liveblog-post-time {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.veegam-liveblog-post-author {
	margin-top: 4px;
	font-size: 14px;
}

.veegam-theme-light .veegam-liveblog-post-time {
	color: #666;
}

.veegam-theme-light .veegam-liveblog-post-author {
	color: #111;
}

.veegam-theme-dark .veegam-liveblog-post-time {
	color: #eee;
}

.veegam-theme-dark .veegam-liveblog-post-author {
	color: #fff;
}

.veegam-theme-dark .veegam-liveblog-post-sharing a {
	color: rgba( 255, 255, 255, .6 );
}

.veegam-theme-dark .veegam-liveblog-post-sharing a:hover {
	color: rgba( 255, 255, 255, 1 );
}

#veegam-load-more {
	border: 0;
}

.veegam-theme-light .veegam-button {
	color: #fff;
}

.veegam-theme-dark .veegam-button {
	color: #000;
}

#veegam-show-new-posts {
	margin-bottom: 15px;
}
