#breaking-news {
	margin-bottom: 1em;
	text-transform: uppercase;
}
#breaking-news-heading {
	background-color: #D71D20;
	color: #fff;
	display: table-cell;
	font-size: 28px;
	font-weight: 700;
	padding: 10px;
	vertical-align: middle;
}
#breaking-news-content {
	color: #414042;
	display: table-cell;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	padding-left: 16px;
	vertical-align: middle;
}
#breaking-news-content p { padding: 2px 0; }
#breaking-news-content a, #breaking-news-content a:visited, #custom-alert-inner a, #custom-alert-inner a:visited { color: #248 ;}

#breaking-news-content b, #breaking-news-content strong, #custom-alert-inner b, #custom-alert-inner strong { font-weight: bold; }
#breaking-news-content i, #breaking-news-content em, #custom-alert-inner i, #custom-alert-inner em { font-style: italic; }

#custom-alert { padding-bottom: 1em; }