@media print {
* {
background:transparent !important;
background-color:white !important;
}
body {
background:transparent !important;
color:black !important;
background-color:white !important;
}
img {
display:none;
}
div#main_schedule {
color:black !important;
width:auto !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border:none;
background:transparent !important;
background-color:white !important;
}
div#nav {
display:none;
}
div#slideshow_div_schedule {
display:none;
}
div#header {
display:none;
}
div.month_div, div.gig_div {
width:auto;
}
}