.navbar .topbar{
/*This does not work here because of some reason, therefore we included it as inline css*/
padding: 0 12px !important; /*Override default value - so we can use more screen width.. we dont need that much padding on the side*/
}

.page-content{
padding: 10px 12px 10px 10px !important; /*Override default value - so we can use more screen width.. we dont need that much padding on the side*/
}
/*
.sidebar-item{
    font-size: 15px;
}*/