/*** IN THE NEWS ***/

div.inTheNewsBrief {
	margin-top: 4px;
}

div.inTheNewsBrief:first-child {
	margin-top: 0px;
}

div.inTheNewsBriefInfo {
	padding: 7px;
}

a.inTheNewsBriefInfo {
	display: block;
	padding: 7px;
}

a.inTheNewsBriefInfo:hover {
	text-decoration: none;
}

.standardView a.inTheNewsBriefInfo:hover {
	background-color: hsla(0, 0%, 0%, 0.25);
	padding: 6px;
	border: solid 1px #0b5487;
}

div.inTheNewsBrief p, div.inTheNewsBrief a, div.inTheNewsBrief span {
	font-size: 13px;
	line-height: 125%;
	color: #e3e0b6;
}

div.inTheNewsBrief p.title {
	font-weight: bold;
	color: #ffffff;
}

div.inTheNewsBrief p.source {}

div.inTheNewsBrief p.date {
	color: #e5d47e;
}

div.inTheNewsBrief p.moreInfoImg {
	text-align: right;
	padding: 2px 0px 0px 0px;
}
