.divFeedViewerPage {
	font-family: "Ubuntu";
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	}
.divFeedViewerPage .divItemTitle {
	display: table-cell;
	width: 300px;
	padding-right: 15px;
	}
.divFeedViewerPage .divItemWhen {
	display: table-cell;
	font-size: 14px;
	width: 60px;
	}
.divFeedViewerPage .divItemLink {
	display: table-cell;
	width: 20px;
	text-align: right;
	}
.divCategoryCheckbox {
	display: table-cell;
	padding-right: 1em;
	}
.divCategoryCheckbox input {
	margin-top: -1px;
	margin-right: 5px;
	font-size: 13px;
	}
.textareaCategoriesJsontext {
	width: 100%;
	min-height: 400px;
	max-height: 600px;
	}
.divCategoriesEditor .modal-body {
	max-height: 1000000px;
	}
.divCategoriesEditor .okButton {
	width: 70px; 
	float: right;
	}
.divCategoriesErrorMessage {
	color: red;
	font-size: 14px;
	}
.ulFeedList {
	list-style-type: none;
	margin-top: 15px;
	}
.ulFeedList li {
	display: table-row;
	margin-top: 5px;
	}
.spFeedListWedge {
	display: table-cell;
	padding: 3px;
	width: 1em;
	}
.spFeedListTitle {
	display: table-cell;
	padding: 3px;
	width: 300px;
	}
.spFeedListWarning {
	display: table-cell;
	padding: 3px;
	}
.feedInfoTable {
	}
.feedInfoTable tr {
	}
.feedInfoTable td {
	font-size: 14px;
	padding: 1px;
	border: none;
	}
.feedIsOk {
	color: darkgreen;
	opacity: 0.75;
	}
.feedIsError {
	color: red;
	opacity: 0.75;
	}
.divFeedlist .tdInfoIcon {
	padding: 0;
	vertical-align: middle;
	}
.divFeedlist .tdInfoIcon a {
	width: 14px;
	text-align: right;
	}
.divFeedlist .tdFeedCheckbox {
	opacity: 0.75;
	padding-right: 5px;
	}
.divFeedlist .tdFeedNumber {
	text-align: right;
	width: 25px;
	cursor: pointer;
	padding-left: 0;
	padding-right: 0;
	}
.tableForFeedPage {
	width: inherit;
	}

.spItemsWedge {
	margin-right: 3px;
	}
.divRecentItems {
	}
.ulRecentItems {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.ulRecentItems li {
	margin-top: 10px;
	line-height: 140%;
	font-size: 16px;
	}
.divContentsLabel {
	user-select: none;
	}
.iPermalink {
	color: purple;
	font-weight: normal;
	cursor: pointer;
	}
.spWhenString {
	white-space: nowrap;
	}
.tdRight {
	text-align: right !important;
	}
.spShowMore a {
	cursor: pointer;
	font-size: 15px;
	margin-left: .5em;
	}
.divFeedlistExplain {
	margin-bottom: 20px;
	}
.divFeedlistExplain h1 {
	font-family: "Oswald";
	margin-top: 0;
	}
.divFeedlistExplain p {
	font-size: 16px;
	}

.tdLabel {
	text-align: right !important;
	white-space: nowrap;
	}

.clickToExpand {
	cursor: pointer;
	}

.spFeedCategoriesEditButton, .spFeedCheckNowButton, .spFeedTitleEditButton, .spReadingListLink {
	margin-left: 5px;
	font-size: 14px;
	cursor: pointer;
	}

.spViewAs a {
	cursor: pointer;
	}
.spReadingListLink a {
	color: black;
	cursor: pointer;
	}
