/* Hide unnecessary sections when printing */

button,
.downloads,
.faq,
.content {
    display: none !important;
}

/* Remove page background */

body {
    background: white;
}

/* Keep the important content */

.container {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

/* Remove shadows */

.calculator-box,
.results-box,
.schedule {
    box-shadow: none;
    border: 1px solid #ccc;
}

/* Improve table */

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #999;
    padding: 8px;
}

h1,
h2 {
    color: black;
}