/*
A Bootstrap 3.1 affix sidebar template
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/

 
 

.affix-top,.affix{
 position: static;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	/*margin-top:30px;*/
  	width:100px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:90px;
  	width:100px;
  }
}

#sidebar li.active {
  border:0 #eee solid;
  border-right-width:5px;
}

 
