
.left-content{
	width:100%;
	height:auto;
	margin:auto;
}

.sidebar{
   padding-top:20px;

}


.affix-top,.affix{
 position: static;
}
 #sidebar.affix-top {
    position: static;
  	width:240px !important;
  }
  
  #sidebar.affix {
    position: fixed;
    top:40px;
    width:240px !important;
  }

