Commit a43c88b58a43c86f5a104315d98fa3b272d956c1

Sidebar css fixws
  
209209 margin-left: -250px;
210210 left: 20px;
211211 margin-top:0px;
212 width: 265px;
212 width: 270px;
213213 background: #f0f0f0;
214214 position: fixed;
215215 height: auto;
221221 -o-transition: all .4s ease 0s;
222222 -ms-transition: all .4s ease 0s;
223223 transition: all .4s ease 0s;
224 border-right: 4px solid #727272;
224 box-shadow: 1px 1px 1px #262525;
225 border-left: none;
225226 padding-right: 5px;
226 padding-left: 5px;
227 padding-left: 10px;
227228}
228229
229230.sidebar-link a{