.str_br_news_content{
	background-color: #DC3B30;
	color: #ffffff;
	width:100%;
}

.breaking-news{
	overflow:hidden;
}

.breaking-news-title{
	height:95;
	max-height:95px;
	margin-left:10px;
	align:left;
	font-weight:bold;
	vertical-align:middle;
	display: inline-block;
	font-size:20px;
	width:200px;
	min-width:200px;
	overflow:hidden;
}

.breaking-news-clickable{
}

.breaking-news-thumbnail-image{
	margin-top:5px;
	height: auto; 
    width: auto; 
    max-width: 50px; 
    max-height: 50px;
}

.breaking-news-thumbnail{
	height:95;
	max-height:95px;
	align:left;
	vertical-align:middle;
	display: inline-block;
	overflow:hidden;
}

.breaking-news-text{
	height:95;
	max-height:95px;
	font-size:20px;
	margin-left:10px;
	align:left;
	font-weight:bold;
	vertical-align:middle;
	display: inline-block;
	background-color: #DC3B30;
	color: #ffffff;
	overflow:hidden;
}
div.breaking-news-text a:link {
  color: #ffffff;
}

div.breaking-news-text a:hover {
  color: #ffffff;
}

div.breaking-news-text a:visited {
  color: #ffffff;
}
#edit_butt {
	line-height: 16px;
	font-size: 12px;
	padding: 0 3px 1px;
	margin-top: 10px;
}
#cur_time_div {
	margin-left: 35px;
}
#cur_time_div, #new_time_ex {
    margin-top: 10px;
}