@CHARSET "UTF-8";

table.feed {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px solid black;
	width: 100%;
	border-spacing: 0;
}

table.feed td.feedTitle {
	padding: 5px 0px;
	font-size: 16pt;
	font-weight: bold;
	!background-color: #b4bad2;
}

table.feed td.feedDescription {
	!background-color: #b4bad2;
}

table.feed td.feedEntryTitle {
    padding-top: 1em;
    padding-bottom: 1ex;
	font-weight: bold;
}

table.feed td.feedEntryDescription {
	font-weight: bold;
    padding-bottom: 1ex;
}
