.sidebar, .page-header {
    display :none;
}
.content, .content-wrapper, .page-content, body {
     background-color: white;
}

a {
    text-decoration: none !important;
}

.content > .card {
    border: none;
}

@page {
    margin: 0;
}