.example-meta .tab-content
{
    margin-bottom:24px;
}
.example-meta .tab-pane
{
    height:300px;
    overflow:auto;
}
.example-meta a.nav-link.active
{
    color:#1e8fc6;
}
.sidebar-foot
{
    position: relative;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    background-color: rgba(0,0,0,.2);
    border: 0;
}

@media (max-width:576px)
{
    .app-container
    {
        padding:0px !important;
    }    
}

a.get-koolreport-pro:hover
{
    color:#44178d;
}