﻿
        #cssmenu {
            background: aliceblue;
            list-style: none;
            margin: 0;
            padding: 0;
            width: 12em;
        }

            #cssmenu li {
                font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
                margin: 0;
                padding: 0;
                list-style: none;
                background: aliceblue;
                border: solid 1px gray;
            }

            #cssmenu a {
                background: aliceblue;
                color: #000;
                display: block;
                margin: 0;
                padding: 8px 22px;
                text-decoration: none;
                font-weight: normal;
            }

                #cssmenu a:hover {
                    background: #2580a2   left center no-repeat;
                    color: #fff;
                    padding-bottom: 8px;
                }
                .leftSideBar{width:100%}


                .no-gutter > [class*='col-'] {
    padding-right:5px;
    padding-left:5px;
}