							.live-blog-autotext {
								float: right;
								font-size: 13px;
								color: #333;
								vertical-align: middle;
							}
							.autorefreshtext {display: inline-block;margin: 3px 0 0 0;}
							.autorefresh-on-off {
								float: right;
								margin: 0px 10px 10px 10px;
								width: 40px;
								height: 14px;
								background: #62900c;
								border-radius: 20px;
								position: relative;
								padding: 5px 10px;
							}
							.autorefresh-on-off span.on-off-link {
								width: 18px;
								height: 18px;
								cursor: pointer;
								border-radius: 50%;
								position: absolute;
								top: 3px;
								transition: all 0.8s ease 0s;
							}
							.autorefresh-on-off.onstate span.on-off-link {
								background: #fff;
								transform: translateX(25px);
							}
							.autorefresh-on-off.offstate span.on-off-link {
								transform: translateX(-5px);
								background: #999;
							}
							.live-blog-post {
								border-bottom: 1px solid #d0d2cd;
								padding: 10px;
								background: #f3f8f1;
								margin-bottom: 10px;
							}
							.live-blog-datetime {
								font-size: 16px;
								color: #000;
								padding: 0 0 10px 0;
							}
							.live-blog-desc {font-size: 14px;color: #333;padding: 10px 0 0 0;}
							.live-blog-desc a {color: #0066cc;}
/*img.scale-with-grid { 
	outline: 0; 
	max-height: 550px; 
}
.lf-h2{
	font-size: 20px; 
	padding-bottom: 10px;
	color: #000000;
}
.lf-time{
	color: #0066D5;
	font-weight: bold;
}
.lf-text{
	text-align:left;
	padding:20px;
}
.if-text-url{
	text-decoration: none;
	color: #1F84B4;
}
.notvisited{
	background-color: grey;
}
.tweet_tbl{
	clear: both;
	table-layout: fixed;
}*/
