@media screen and (max-width: 520px) {
	
	#content {
	border-width: 1px 2px;
	border-color: #808090;
	border-style: solid;
	height: auto; width: auto;
	margin: 175px 10px 10px 10px; padding: 5px;
	background-color: white; color: black;
	z-index: 1;
	border-top-left-radius: 10px; border-bottom-left-radius: 10px;
	}
	
	.sidebar {
		position: relative;
		width: auto;
		top: auto;
		right: auto;
		bottom: auto;
	}
}
