@media print {
    #shadow, #shadowBottom, * {
        filter: none;
    }

    #container {
        position: default;
    }
}
