.newsPagination {
	display: flex;
	font-size: 0.75rem;
	margin-bottom: 10px;
}

.newsPagination a {

}

.newsPagination .left {
	flex: 1 1 auto;
}

.newsPagination .right {
	flex: none;
	width: auto;
}

#newsNavHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#rssButton {
	height: 13px;
	width: auto;
	margin-right: -5px;
}

.newsCoverImage {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid black;
	background-color: black;
	box-shadow: 0px 2px 8px 0px #00000080;
	max-width: 250px;
	max-height: 200px;
}

.newsCoverImage i {
	font-size: 0.75rem;
	margin: 5px 0;
}

.newsCoverImage img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}