body{
  font-family: 'Noto Sans', sans-serif !important;
}
.sideBar {
  width: 210px;
  z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
  background: #1B1C1D;
}
.sideBar > .menu {
  height: 100%;
  border-radius: 0;
  background: transparent;
	/*overflow-x: auto;*/
}
.mainSite {
	padding-left: 210px;
}
.mainSite > .segment {
  border-radius: 0;
  padding: 5px;
	border-left: 0;
	border-right: 0;
}
