


#sidebar {
    background: #eee;
    wihdth: 240px;
    heihght: 100%;
}
#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar ul li {
    margin: 0;
}
#sidebar ul li a {
    padding: 15px 20px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #045b86 !important;

    font-weight: 300;
    font-family: Roboto, sans-serif;

}
#sidebar ul li:hover a {
    background: #045b86 !important;
    color: white;
}

#searchbox_demo {
    display: none;
}