.sidebar {
    background-color:#7E8B91;
    width: 20%;
    max-width: 200px;
    min-width: 0px;
    height:100%;
    box-shadow: 0px 1px 55px #5E5E5E;
    position:fixed;
    top:0px;
    right:0px;
    z-index: 1002;
}

.sidebar a {
    color: #fdf7f7;
}