﻿/* Sticky sidebar */
.sticky {
    float: none;
    position: fixed;
    top: 80px;
    z-index: 6;
    left: auto;
}

/* End Sticky sidebar */
