.wp-post-liveupdate-box, .entry-content .wp-post-liveupdate-box  {
	border: 1px solid #000;
	padding: 0 1em;
	margin: 1em 0;
}
.wp-post-liveupdate-box.expandable, .entry-content .wp-post-liveupdate-box.expandable {
	cursor: pointer;
}
.wp-post-liveupdate-name, .entry-content .wp-post-liveupdate-name {
	font-weight: bold;
	margin: 1em 0;
}
.wp-post-liveupdate-description, .entry-content .wp-post-liveupdate-description {
	margin: 0;
}
.wp-post-liveupdate-description p, .entry-content .wp-post-liveupdate-description p {
	margin: 1em 0;
}
.wp-post-liveupdate-nav, .entry-content .wp-post-liveupdate-nav {
	display:none;
	margin: 1em 0;
}
.wp-post-liveupdate-nav ol, .entry-content .wp-post-liveupdate-nav ol {
	list-style-type: decimal;
	margin:0;
}
.wp-post-liveupdate-show-nav, .wp-post-liveupdate-show-description,
.entry-content .wp-post-liveupdate-show-nav, .entry-content .wp-post-liveupdate-show-description {
	float: right;
	padding: 0 1em 0 0;
}