#youtube_player {
	background: #eeeeee;
	border: 1px solid #999999;
	width: 425px;
	height: 355px;
	padding: 20px;
	margin-bottom: 20px;
}


.live_blog {
	text-align: left;
	width: 50%;
	border: 1px solid #eeeeee;
	padding: 10px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	position: relative;
}

.live_blog h2 {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
}

.live_blog_comment {
	text-align: left;
	width: 50%;
	background: #eeeeee;
	border: 1px solid #eeeeee;
	padding: 10px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	margin-left: 50px;
	position: relative;
}

.live_blog_comment h2 {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
}

table.entry_list td {
	padding-right: 5px;
}
