#sp-main-body{
  padding:20px 0
}

.breadcrumb{  
  background-color:#ffffff;  
}

.offcanvas-menu {
    width: 400px;
}

body.ltr.offcanvs-position-left .offcanvas-menu {
    left: -400px;
    top: 0;
}

.menu-child li{
  margin-top: 6px;
}

table.tbordered {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    width: 100%;
}

table.tbordered td {
    border-color: black;
    border-style: solid;
    border-width: 1px;    
}

table.tbordered p {
    margin: 8px;
} 
