/* Hide the navigation toggle button on desktop views only */
@media (min-width: 992px) {
    .pkp_site_nav_toggle {
        display: none !important;
    }
}
.sidebar{
    text-align:center;
}
.sidebarMenuGreen{
    background-color: #5ca727; color: #fff; display: inline-block; padding: 8px 10px; font-weight: bold; border-radius: 5px; width: 100%;
}
.sidebarMenuBlue{
    background-color: #1e6292; color: #fff; display: inline-block; padding: 5px 10px; font-weight: bold; border-radius: 5px; width: 100%;
}