@charset "UTF-8";


body {
	background-color: #222222;
}

.sb-slidebar {
	color: #fff;
}

.main_content {
	padding-top: 50px;
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	/*background-color: red;*/
	z-index: 4;
}

#header .sb-toggle-left {
	float: left;
	width: 2em;
}

#header .sb-toggle-right {
	float: right;
	width: 2em;
}