.filesharing-item {
	padding-right: 70px;
	margin-right: -40px;
	padding-left: 70px;
	margin-left: -40px;
}

@media only screen and (max-width: 649px)  {

aside {
	width: 100%;
	float: none;
	display: none;
	margin-bottom: 00px;
	padding-top: 0px;
}

#sidebarInner {
	display: none;
	opacity: 0;
}

#sidebarToggle {
	display: none;
}

#content {
	margin: 0 30px;
	padding-top: 30px;
}

#contentContainer {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

}

@media only screen and (min-width: 650px) {

aside {
	display: none;
	margin-top: 0;
	margin-bottom: 0;
}

#content {
	margin-right: 0px;
	margin-left: 0px;
}



}