﻿@charset "utf-8";
/* CSS Document */
.cbe-frontfeed-wp {
	display:block;
	position:relative;
	border:1px solid #ccc;    
	width:320px;
	font-family:Arial, Verdana, sans-serif;
    background-color: white;
}
.cbe-frontfeed-content {
	display:block;
	width:100%;
}
.cbe-frontfeed-content ul, .cbe-frontfeed-section ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.cbe-frontfeed-content li ul {
	clear:both;
	float:left;
	display:block;
	width:100%;
	background:url('/_layouts/15/images/cbe.branding.public/hr-line-fade.jpg') bottom center no-repeat;
	position:relative;
	min-height:65px;
	margin:3px 0;
    padding-bottom: 5px;
}
li.cbe-frontfeed-img {
	display:block;
	position:absolute;
	top:0;
	left:0; 
	width:85px;
	height:55px;	
}
li.cbe-frontfeed-img img {
	width:85px;
	height:auto;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.cbe-frontfeed-article {
	display:block;
	float:right;
	width:220px;
	margin:0 2px 8px 0 ;
}
.cbe-frontfeed-article-section {
	display:block;
	width:100%;
	color:#999;
	font-size:0.75em;
	margin-top:2px;
}
.cbe-frontfeed-article-title { line-height:1.2; }
.cbe-frontfeed-section ul li img {
	border:none;
	min-width:100%;
	height:auto;
}
div.ms-WPBody .cbe-frontfeed-section-selected a{
	background-color:#00adda;
	color:#fff;
}
div.ms-WPBody .cbe-frontfeed-section a:hover {
	background-color:#00adda;
	color:#000;
	text-decoration:none;
}

a.cbe-frontfeed-article-priority-link:link, a.cbe-frontfeed-article-priority-link:visited {
	color: #990000;
}
a.cbe-frontfeed-article-priority-link:hover {
    color: #990000;
    text-decoration:underline; 
    border:none;
}
div.cbe-frontfeed-header { 
    width:322px;
    position:relative;
    background-image: url(/_layouts/15/images/cbe.branding.public/stories-header.png);
    background-repeat:no-repeat;
    height:32px;
    padding-top:10px;
    font:16pt Arial, Helvetica, sans-serif;
    color:#fff;
}
div.cbe-frontfeed-header p, div.cbe-frontfeed-header a {
	color:#fff!important;
	padding-left:15px;
	font-weight:normal;
	font:16pt Arial, Helvetica, sans-serif;
}
