﻿@charset "UTF-8";
.rssFeed {
	font-weight:bold;
}

.rssFeed a {
	text-decoration: none;
}

.rssFeed a:hover {
	text-decoration: underline;
}

.rssBody {
	height: 434px !important;
    margin-top: -20px;
}


.rssRow .rssContent {
	margin-top:-5px;
	font-size: 12px;
}

.rssDate {
	padding-top:5px;
	font-size: 12px;
	font-weight:bold;
}

/* hide the feed bullet */
.rssBody ul{
    list-style: none;
	margin-left:-30px;
}


.rssRow .rssContent,
.rssRow .rssContent table a,
.rssRow .rssContent table font
{
	font-size: 12px  !important;
	font-weight: normal;
}


.rssRow .rssContent table {
	table-layout: fixed;
    width: 99%;
    margin-top: -10px;
}


/* Google news specific styles : begin*/
.rssRow .rssContent table {
    margin-top: -10px;
}


.rssRow .rssContent,
.rssRow .rssContent table a,
.rssRow .rssContent table font {
	font-size: 12px  !important;
	font-weight: normal;
}
.rssRow .rssContent table td nobr,
.rssRow .rssContent table td:first-child{
    display: none;
}

.rssRow .rssContent table .lh {
    margin-top: -30px;
    height: 270px;
}
/* Google news specific styles : end */