body{
	overflow-x: hidden;
}
.real_sidebar .content{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;	
}
.real_sidebar{
	position: fixed;	
	z-index: 100000;
	background: #cedce7; /* Old browsers */
	background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */	

	box-shadow: 0px 0px 3px 1px black;
}
.real_sidebar.extruder_left{
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;	
}
.real_sidebar .extruder_button_wrapper{
	position: absolute;
}
.real_sidebar .extruder_button{
	color: white;
	padding: 6px;
	border: 1px solid lightgray;
	cursor: pointer;
	font-size: 16px;

	background: #45484d;
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}
.real_sidebar.extruder_left .extruder_button_wrapper{
	height: 100%;
	display: table;
	right: 0px;
}
.real_sidebar .extruder_button_middle_wrap{
	display: table-cell;
    vertical-align: middle;
}
.real_sidebar.extruder_left .extruder_button{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-width: 0px;
	float: left;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);		

  	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	margin-top: 75%;
}