body {
	margin: 0;
}
.top-bar {
	display: block;
	margin-top: -75px;
	width: 100%;
	height: 75px;
	position: fixed;
	background-color: #fff;
	z-index: 1;
}
.flex-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 75px;
}
.side-bar {
	/*position: relative;*/
	flex: 0 0 auto;
	min-width: 143px;
	max-width: 143px;
	padding-top: 25px;
	padding-left: 15px;
	background-color: #fff;
}
.side-bar-content {
	position: fixed;
	min-width: 143px;
	max-width: 143px;
	background-color: #fff;
	/*top: 0;
	left: 0;*/
}
.main-content {
	flex: 1 1 0;
}