/* Add your custom CSS code here */
<--!
@media only screen and (min-width:768px){
.page-sidebar+.page-content {
    width: 100%;
}
aside.page-sidebar {
    display: none;
}
}
-->
