footer.BottomBar {
	margin-bottom: 5px;
	left:170px; 
	position:fixed;
	width: calc(100vw - 210px);
	display:inherit;
	height: fit-content;
	padding:10px;
	margin-left: 3px;
	border-top:groove;
	border-top-color:#3C3C3c;
	border-top-style:solid;
	border-top-width:thick;
	background-color:#E8E8E8;
	border-bottom-color:#3C3C3c;
	border-bottom-style:solid;
	border-bottom-width:thin;
	bottom: 0;
}

/*
Responsive Side Navigation
*/
	.sidenav {
		height: 100%;
		width: 165px;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 0px;
		border-width: 0;
	}

	#container {
		transition: 0.5s;
		padding-left: 165px;
		margin-bottom: 80px;
	}

		.sidenav a:hover {
			color: #f1f1f1;
		}

	.sidenav .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}
	.Min_Only {
		display: none ;
	}
	.Max_Only {
		display: inline ;
	}
	.Min_Burger {
		display: none ;
	}
	.Max_Burger {
		display: inline ;
	}
	.newsTable {
			width: calc(100%-170-150);
			border: 0;
	}

	@media only screen and (min-width: 0px) and (max-width: 600px) {
			footer.BottomBar {
				width: 100vw;
				left: auto;
			}
			.sidenav {
				width: 0;
			}
			.newsTable {
				width: 100%;
			}
			#container {
				padding-left: 0;
			}
			.Min_Only {
				display: inline ;
			}
			.Max_Only {
				display: none ;
			}
			.Min_Burger {
				display: inline ;
			}
			.Max_Burger {
				display: none ;
			}
			.cdoDesktop {
					display: none;
				}
			}
/*
Responsive Classname Display Logic
*/