.entryTITLE a 
{	text-decoration: none;
	font-size: 12pt;
	font-family: "Poppins",sans-serif;
	color: white;
	font-weight: bold;
}
.entryTITLE
{	background-color: #421f62;
	border-radius: 5px;
	padding-left: 5px;
	cursor: pointer;
}
.entryBody 
{	font-family: "Poppins",sans-serif;
	font-size: 12pt;
	padding-left: 5px;
	/*cursor: pointer;*/
}
/*.entryBody:hover
{	background-color: #ececec;
}*/

.rssImg
{	max-width: 300px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.entryBody iframe {
    max-width: 300px;
	display: none;
}

@media (min-width: 767px)
{	.rssImg
	{	max-width: 400px;
		border-radius: 10px;
		/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
		margin-bottom: 15px;
	}

	.entryBody iframe
	{	max-width: 400px;
		display: none;
	}
}
.rssCredit
{	font-size:12px; 
	color: black;
	display: none;
}
.RSSColumn 
{	float: left;
	width: 72%;
	padding-top: 2px;
}
.RSSRow:after 
{	content: "";
	display: table;
	clear: both;
}
.dateCol
{	color: white;
	font-family: "Poppins",sans-serif;
	vertical-align: middle;
	text-align: right;
	padding-top: 3px;
	font-size: 12px;
	width: 28%;
}

