@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 0px) and (max-width: 679px) {
	.container{
		width: calc(100vw - 20px);
		margin: 0px auto;
	}
	#sidebar{
		top:55px !important;
		height: calc(100vh - 55px) !important;
	}
	header .sections a{
		margin-right: 10px;
	}
	.content-block .block{
		padding: 10px;
	}
	.content-block .block-part {
		margin-bottom: 10px;
	}
	.notifications-center {
		width: calc(100vw - 40px);
		right: 20px;
		bottom: 20px;
	}
}